SYS user not have SYSDBA privileges
Hi Experts,
Now I am facing new issue that, I can able to connect SYS user with different password as SYSDBA (password whcih is not register in passwd_file)
eg:
SQL> connect SYS/manager as SYSDBA;
Connected
SQL> connect SYS/welcome1 as SYSDBA;
Connected
SQL> connect SYS/asadafaf as SYSDBA;
Connected
keep on SYS user is connecting with unknown password in oracle DB.
please help me to resolve this issue
I have tried with following command to check SYS user have SYSDBA privileges or not.
select * from v$passwd_users;
and it returns "no rows selected", hope SYS user does not have SYSDBA privileges.
Please help me, how to reassign SYSDBA privileges to SYS user
Note: we have un-installed and installed Oracle 11g DB (ver 11.1.1.4) from linux machine still we are facing same issue.
Please help me ASAP, its an urgent
Thanks,
Phani