Create_table privilege. [message #54136] |
Thu, 31 October 2002 07:13 |
Natalia
Messages: 4 Registered: September 2000
|
Junior Member |
|
|
I created an user with create_table privilege. Now, after the user create a table he canīt see it. Whatīs wrong?
|
|
|
|
Re: Create_table privilege. [message #54143 is a reply to message #54136] |
Thu, 31 October 2002 11:47 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
By default user has all rights to its own objects. No need to grant SELECT on own objects.
Did the table really exists? What is the output of :
SQL>desc table_name
Do you have any public synonyms for the same table name? Does the user have rights to this public synonym? Most probably, the table was to created. Check this !
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|