Connect to SYSDBA from inside SQLplus? Default password?
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