Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: remote login as sysdba

Re: remote login as sysdba

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 19 Jan 2005 03:53:26 -0800
Message-ID: <1106135606.910692.31260@c13g2000cwb.googlegroups.com>

Uwe Schmidt wrote:
> Hi NG,
>
> I try to connect per sqlplus from an XP Oracle Client to a SUSE LINUX
Oracle
> 9.2.0 Server.
> A connect as: sqlplus system/oracle_at_oradb is ok.
> But when I try to connect as sysdba I have a Problem. The connect
User is in
> Windows group ORA_DBA. Over Enterprise Management Console I can
connect as
> sysdba. In init<SID>.ora file on server I have the entry:
> remote_login_passwordfile='EXCLUSIVE'.
>
> I tried:
> sqlplus system/oracle_at_oradb
> connect
> sys as sysdba
> oracle
> --> ORA-12560 TNS .....
>
>
> What can I do ????
>
>
>
> Thanks
>
> Uwe

sqlplus "sys/password_at_oradb as sysdba"
OR
SQL> connect sys/password_at_oradb as sysdba

Regards
/Rauf Received on Wed Jan 19 2005 - 05:53:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US