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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: sysdba

RE: sysdba

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Mon, 12 Jul 2004 10:35:35 -0700
Message-ID: <B5C5F99D765BB744B54FFDF35F60262109F87989@irvmbxw02>


There is no more svrmgr. Only SQL*Plus.
To connect as sysdba, you say:
Connect sys/password as sysdba
Or
Connect username/password as sysdba
If the username has the sysdba privilege. If user X has sysdba privilege, then after a Connect X/password as sysdba
The "show user" command will show that you are connected as SYS, not X.

Look in v$pwfile_users to see the users that can sign on as SYSDBA.

You can sign on as sysdba remotely if parameter REMOTE_LOGIN_PASSWORDFILE =3D EXCLUSIVE.=20 Finally, if parameter O7_DICTIONARY_ACCESSIBILITY =3D FALSE (the = default),
then user SYS cannot connect unless you say "as sysdba". If O7_DICTIONARY_ACCESSIBILITY =3D TRUE then you can say "connect sys/password" without specifying "as sysdba".

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Spears, Brian Sent: lundi, 12. juillet 2004 06:47
To: oracle-l_at_freelists.org
Subject: sysdba

 Someone was telling me connecting as sysdba from sqlplus is not allowed in
9i. I tried and found it did seem to not be available. Is this a security
consideration... And/or does anyone have a workaround?

Thanks
Brian



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html


Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Mon Jul 12 2004 - 12:35:57 CDT

Original text of this message

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