|
I can connect to oracle on client as normal,but can't connetc as sysdba or sysoper.After I use orapwd command (
orapwd file=oratestpwd password='manager' entries=30 )
and modified init.ora reboot oracle,I conneted internal :
SVRMGR> connect system/manager as sysdba
Connected.
SVRMGR> grant sysdba to scott;
grant sysdba to scott
statement pressed
but I still can't connect user scott to oracle as sysdba,and I
select v$pwfile_users found the view is empty.
SQL> select * from v$pwfile_users;
no rows selected |
|