Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: remote login as sysdba
OK
Super !!!
"Rauf Sarwar" <rs_arwar_at_hotmail.com> schrieb im Newsbeitrag
news:1106135606.910692.31260_at_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 - 06:16:06 CST