Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sqlplus / as sysdba is not working ORA-01031: insufficient privileges

990932Apr 22 2015 — edited Apr 27 2015

i am getting the insufficient privilege error.  when i try to connect thru OEM and getting same error and invalid username and password.

SQL> sho parameter os_

NAME                                 TYPE        VALUE

------------------------------------ ----------- ------------------------------

os_authent_prefix                    string      ops$

os_roles                             boolean     FALSE

remote_os_authent                    boolean     FALSE

remote_os_roles                      boolean     FALSE

$ cat /etc/group | grep oracle

dba::12030:oracle

$ cat /etc/passwd | grep oracle

oracle:x:12030:12030:oracle:/home/oracle:/bin/ksh

could anyone please help me advice what would be the cause for this.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2015
Added on Apr 22 2015
10 comments
2,163 views