I want to connect user sys in sqlplus of Oracle. But after I connect, I type like this:

SQL>sqlplus sys as sysdba password:123456

Error: ORA-01030:insufficient privilege warning:You are no longer to connect oracle.

Does anyone help me to solve my problem?

Thanks!

link|improve this question

57% accept rate
feedback

1 Answer

up vote 3 down vote accepted

If you want to connect as sysdba, you must, in addition to be a member of privileged group and sqlnet.ora properly configured - use a password file and corresponding parameter configured in the parameter file.

Here are two useful links from the documentation:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.