Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connect to SYSDBA from inside SQLplus? Default password?

pstein-JavaNetApr 30 2009 — edited Apr 30 2009
Ok, I could call SQLplus with the SYSDBA user as

sqlplus / as sysdba

but assume I am in a SQLplus session as SYSTEM user and I just want to quick switch to SYSDBA
through a "conn" command and execute some instructions?

How can I do this? How is the default password of SYSDBA (and SYSOPER) ?

the following does not work:

SQL>conn SYSDBA/sysdba

How else can I connect?

Peter
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 28 2009
Added on Apr 30 2009
7 comments
3,960 views