Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00205: error in identifying control file

user513296May 21 2011 — edited May 22 2011
SQL> startup
ORACLE instance started.

Total System Global Area 96468992 bytes
Fixed Size 1278688 bytes
Variable Size 88083744 bytes
Database Buffers 4194304 bytes
Redo Buffers 2912256 bytes
ORA-00205: error in identifying control file, check alert log for more info


SQL> SHOW PARAMETERS control_files

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_files string /opt/oracle/102/dbs/ora_contro
l1, /opt/oracle/102/dbs/ora_co
ntrol2
SQL> SELECT VALUE
FROM V$PARAMETER
WHERE NAME = 'control_files'
/
2 3 4
VALUE
--------------------------------------------------------------------------------
/opt/oracle/102/dbs/ora_control1, /opt/oracle/102/dbs/ora_control2

SQL>

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 19 2011
Added on May 21 2011
6 comments
500 views