Hi,
'connect / as sysdba' will only work if you are in the os-related DBA-group too: under Unix it's 'dbs' under Win2k it's 'ORA_DBA'

If you are not in the dba-group then you have to connect this way

'connect sys/passwd as sysdba'

Orca