creating a new user and grant issues [message #61501] |
Thu, 29 April 2004 06:40 |
Arpit
Messages: 99 Registered: March 2001
|
Member |
|
|
Hi:
I had to create a new user USERA to be used for doing updates on our oracle database via a web tool. So i created a new user apart from the current production user we have.
I then connected to the production user and gave
SQL> grant all on
to USERA
When i connect to the database using the new user created USERA
>sqlplus usersa/pwd@dev
SQL>desc
ORA-04043: object
does not exist.
Please help!
Thanks,
|
|
|
|