Problem in connecting as sysdba
227606Oct 4 2005 — edited Oct 4 2005Dear ORACians,
i am using oracle 8.1.5 and connecting with remote network.
i had connected first and i shutdown the db very well.
after that i gives error that ORA-01012 not logged on
and when i trying to connect once again it gives ORA-24315 illegal attribute type.
the error occured:
SQL> connect un/pwd@cnnc_string as sysdba
Connected.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORA-01012: not logged on
SQL> connect sys@cnnc_string as sysdba
Enter password: ******
ERROR: ORA-24315: illegal attribute type
Why this happens?
urs
selvan