hi folks,

SQL> connect sonia/sonia as sysdba;
Connected.
SQL> show user;
USER is "SYS"


SQL> connect sonia as sysdba
Enter password:
SQL> show user
USER is "SONIA"


Why does this happen; ie., when i give the password along
with the connect clause it works; but not when i give
separately

Regards
sonia