Home » RDBMS Server » Server Administration » how to give full access to other schema (oracle9i windows 2000 serve)
how to give full access to other schema [message #551051] Sun, 15 April 2012 02:38 Go to next message
mrdb
Messages: 62
Registered: December 2009
Location: dubai
Member

hi,

I want to get clear with one thing yesterday i installed oracle9i and dev 2000 to my client.
when they run one report they got stuck with pl/sql compilation errorrep-1247
when i checked that report in the report builder, in the query they are using some other table which is not belongs to that schema,
then I give that schema.tablename and compiled, but this is coming for other reports also, then only i came to know that they are acceessin other schema also, how can i sort this out.
can i fix this by givin full access privilige or what privilige can i give to get full access of other schema table.

how can i check in the old database what are all the roles and privileges given to this user,
kindly send me the query.

thanks,
Re: how to give full access to other schema [message #551052 is a reply to message #551051] Sun, 15 April 2012 03:00 Go to previous messageGo to next message
John Watson
Messages: 8929
Registered: January 2010
Location: Global Village
Senior Member
Have you forgotten to create some public synonyms?
Re: how to give full access to other schema [message #551053 is a reply to message #551052] Sun, 15 April 2012 03:12 Go to previous messageGo to next message
mrdb
Messages: 62
Registered: December 2009
Location: dubai
Member

hi watson,
how to check that in the old database
Re: how to give full access to other schema [message #551054 is a reply to message #551053] Sun, 15 April 2012 03:19 Go to previous messageGo to next message
John Watson
Messages: 8929
Registered: January 2010
Location: Global Village
Senior Member
I've just had a look at your previous topics, it seems that you are incapable of saying "thank you".
Re: how to give full access to other schema [message #551146 is a reply to message #551054] Sun, 15 April 2012 19:55 Go to previous messageGo to next message
SSharma
Messages: 17
Registered: July 2011
Location: INDIA
Junior Member
Make use of dba_tab_privs/all_tab_privs/all_roles/role_tab_privs .

Thanks,
Saurabh
Re: how to give full access to other schema [message #551179 is a reply to message #551146] Mon, 16 April 2012 01:51 Go to previous message
mrdb
Messages: 62
Registered: December 2009
Location: dubai
Member

Thanks sharma i got that using this query sql>SELECT * FROM DBA_SYNONYMS
WHERE TABLE_OWNER ='table_owner_name' AND OWNER='PUBLIC';
normally when we are exporting a particular schema and importing it, this type of synonyms are not importing, so using the above query i checked and mannually created those synonym for the tables.
The idea given by Mr.Watson. thanks you so much.... Mr.Watson
Previous Topic: Many lock on Oracle Database using Oracle Forms
Next Topic: issue in my database while number of users increases
Goto Forum:
  


Current Time: Sat Apr 20 02:57:01 CDT 2024