Table access using DB link
688014Mar 3 2009 — edited Mar 3 2009Hi all,
I have database A and database B. I have a table in A that I want to grant insert access to B. I have a DB link(Blink) created on B. I executed the following statement with errors though. Can someone please advise.
GRANT INSERT, SELECT ON A.table1 TO scott@Blink;