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: How to limit conn internal?

Re: How to limit conn internal?

From: gazzag <gareth_at_jamms.org>
Date: 21 Dec 2005 02:03:56 -0800
Message-ID: <1135159436.324461.125250@g14g2000cwa.googlegroups.com>


SQLNET.AUTHENTICATION_SERVICES = (NTS) specifies that the NT operating system authentication is to be used. i.e. if you're logged into an NT network and a member of the DBA group, you can connect internal. Or, more accurately, since Oracle 8:

connect / as sysdba;

If you specify SQLNET.AUTHENTICATION_SERVICES = (NONE), you need to specify the SYS password. i.e.

connect sys/<sys_password> as sysdba;

HTH --g Received on Wed Dec 21 2005 - 04:03:56 CST

Original text of this message

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