|
|
|
|
Re: ORA-28663 [message #549230 is a reply to message #549185] |
Thu, 29 March 2012 00:25   |
 |
ashishs
Messages: 40 Registered: May 2011
|
Member |

|
|
Yes, i create the table in sys schema..but at login time i use own user like xx as sysdba and when i create table that comes in sys schema. if u login as sysdba then default schema is SYS or if connect as sysoper then default schema PUBLIC. i don't know why table comes under sys schema.
[Updated on: Thu, 29 March 2012 00:29] Report message to a moderator
|
|
|
|
|
|
Re: ORA-28663 [message #549249 is a reply to message #549242] |
Thu, 29 March 2012 02:31  |
 |
Michel Cadot
Messages: 68749 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: it connect as a sys schema
It connects as SYS ONLY is you tell it using "AS SYSDBA" option which is not the way to connect but for maintenance purpose.
If this user is not intend to do database maintenance then it should not have SYSDBA privilege.
Please CAREFULLY read the documentation about this role and its usage.
Regards
Michel
|
|
|