Quote:
Originally posted by andrewst
It should work OK. What error are you getting?
|
Hi,
As Andrewst suggested, the error is needed to identify the
problem. But assuming that you are getting " table or view
does not exist error".
All you have to do is login to tom and give access to the emp table
to scott.
SQL>connect tom/password@db_name
SQL> grant all on emp to scott;
Hope it Helps.