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;
Run Code Online (Sandbox Code Playgroud)
here a is my Schema and Test is another schema in o11db. But I am not able to get it right.
oracle ×1