SQL> startup
ORACLE instance started.
Fixed Size 1300324 bytes
Variable Size 348129436 bytes
Database Buffers 62914560 bytes
Redo Buffers 6139904 bytes
ORA-00205: error in identifying control file, check alert log for more info
Oracle kursunda hocamızın ASM instance'ını kurduktan sonra Database'i başlatmadan önce gidip gelip söylediği ama bizim yine de unuttuğumuz :)) hatalardan birisi bu da..
Çözüm; Oracle SID'sini ASM'ye çevirmek.. Şöyle ki;
1.sqlplus / as sysdba
sql>shutdown immediate;
exit
2.export ORACLE_SID=+ASM
sqlplus / as sysdba
sql>startup
exit
3.export ORACLE_SID=(put here name of your database)
sqlplus / as sysdba
sql> startup
Hiç yorum yok:
Yorum Gönder