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