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: Help- connect as sys from client

Re: Help- connect as sys from client

From: Howard J. Rogers <howardjr2000_at_yahoo.com.au>
Date: Tue, 19 Nov 2002 17:42:06 +1100
Message-ID: <BWkC9.79536$g9.224186@newsfeeds.bigpond.com>


Check your sqlnet.ora on the server. If it says SQLNET.AUTHENTICATION_SERVICES=(NTS) try setting it to be equal to (NONE), or comment out the entire line. Then try again.

Regards
HJR "andi" <andi_at_a.com> wrote in message
news:arcjdh$vlk$1_at_mawar.singnet.com.sg...
> Hi All,
> I'm using oracle 8i, win2k,
> and set the parameter remote_login_passwordfile=exclusive
>
> SQL> select * from v$pwfile_users;
>
> USERNAME SYSDB SYSOP
> ------------------------------ ----- -----
> INTERNAL TRUE TRUE
> SYS TRUE TRUE
>
> But when I tried to login from client using user SYS the error occured:
>
> SQL> connect sys/change_on_install as sysdba
> ERROR:
> ORA-01031: insufficient privileges
>
> How to solve the problem?
> TIA
>
>
>
>
Received on Tue Nov 19 2002 - 00:42:06 CST

Original text of this message

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