DeepDiverMom
Programmer
Here are facts about my situation.
1) I am logged into Oracle 10g as the SYSTEM user.
2) SYSTEM user is (as usual) a member of the DBA role, which I have confirmed possesses the CREATE ANY TABLE privilege.
I attempt to issue this command:
Why, if I have the CREATE ANY TABLE privilege, will it not allow me to create a table in the SYS schema? Is the only way to create a table in the SYS schema to be connected as SYS? Is this something that I didn't get the memo on?
1) I am logged into Oracle 10g as the SYSTEM user.
2) SYSTEM user is (as usual) a member of the DBA role, which I have confirmed possesses the CREATE ANY TABLE privilege.
I attempt to issue this command:
Code:
CREATE TABLE SYS.X (Y NUMBER);
*
ERROR at Line 1:
ORA-01031: insufficient privileges