Hi I have a table in my schema to be accessed from a user from Another Oracle databse..
I am trying with
GRANT all on a.table_name to test@o11db;
here a is my Schema and Test is another schema in o11db. But I am not able to get it right.
|
Hi I have a table in my schema to be accessed from a user from Another Oracle databse.. I am trying with
here a is my Schema and Test is another schema in o11db. But I am not able to get it right. |
|||
|
|
|
Tahiti about Authorization for Accessing Remote Schema Objects: To access a remote schema object, you must be granted access to the remote object in the remote database. That means you need to grant the privileges locally (to the database on which they are) to the user as whom a user connect via the database link. So, for example, if the database link was created like so
then you have to
|
||||
|
|