sqlplus /nolog versus other
I'm wondering if there is an difference between this:<BR>
<BR>
sqlplus / as sysdba<BR>
<BR>
and<BR>
<BR>
sqlplus /nolog<BR>
connect / as sysdba<BR>
2
I'm wondering if there is an difference between this:<BR>
<BR>
sqlplus / as sysdba<BR>
<BR>
and<BR>
<BR>
sqlplus /nolog<BR>
connect / as sysdba<BR>