Need help guys, I can't shutdown my DB (only with the INTERNAL user) and I have given the "system" user privileges of SYSDBA and i can't do it, what could be the problem??? this is what happens:
SQL> CONNECT FSM AS SYSDBA
Enter password: ***
Connected.
SQL> shutdown
ORA-01031: insufficient privileges
and the same thing happens with the "system" user and "sys"
and also, i've checked the view "v$pwfile_users" and my users are there, so what can be wrong???
SQL> select * from v$pwfile_users;
USERNAME SYSDB SYSOP
------------------------------ ----- -----
INTERNAL TRUE TRUE
SYS TRUE TRUE
FSM TRUE FALSE
SYSTEM TRUE FALSE
Thanx!!!
SQL> CONNECT FSM AS SYSDBA
Enter password: ***
Connected.
SQL> shutdown
ORA-01031: insufficient privileges
and the same thing happens with the "system" user and "sys"
and also, i've checked the view "v$pwfile_users" and my users are there, so what can be wrong???
SQL> select * from v$pwfile_users;
USERNAME SYSDB SYSOP
------------------------------ ----- -----
INTERNAL TRUE TRUE
SYS TRUE TRUE
FSM TRUE FALSE
SYSTEM TRUE FALSE
Thanx!!!