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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQL Plus Connect remotely as SYSDBA

HabibMar 9 2011 — edited Mar 11 2011
Hi

I am using Oracle XE on Ubuntu. On the database server I connect to Sys using following
sqlplus "/as sysdba"
It works fine.

Now I want to use my remote machine to connect to the same database. I tried the following but it does not work.
sqlplus "sys/password@serverIP as sysdba"
ERROR:
ORA-01031: insufficient privileges
Please help me to connect to my database remotely with sys user as sysdba.

Thanks

Habib

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 8 2011
Added on Mar 9 2011
22 comments
86,444 views