if you want to log on as sys account type this at sql prompt
connect sys/password as sysdba
then you will be able to log into sys account, although the sys and system account look quite similar, there are various differnces in them as some of them are mentioned by arasu, usually the system account is dropped and some other account is created for dba, while sys account cannot be dropped and is mostly used to for administration purposes...
Regards
M
|