Home » Infrastructure » Linux » ora-00205: error in identifying control files
ora-00205: error in identifying control files [message #98721] Sat, 17 August 2002 07:53 Go to next message
Nasar
Messages: 2
Registered: August 2002
Junior Member
hai guys!
i have installed oracle 8.1.6 in redhat7.2.
1. my first problem is in oracle installation, when it comes to net8 configuration, the screen hangs, and no more changes. please let me know how to resume my net8 configuration.

2. second, after killing the instalation processes, i copied $ORACLE_HOME/dbs/init.ora to $ORACLE_HOME/dbs/initoralin.ora
then i issued as follows
#connect internal
startup open pfile=$ORACLE_HOME/dbs/initoralin.ora;

and it gives the following error,
ORA-00205: error in identifying controlfile, check alert log for more info
Re: ora-00205: error in identifying control files [message #98790 is a reply to message #98721] Mon, 13 January 2003 03:06 Go to previous messageGo to next message
viet nam
Messages: 1
Registered: January 2003
Junior Member
Your control file may be not avaible. You just create your control files, but you must know well, where are all your data files.

Do the following seps :
1 - $SQLPLUS / NOLOG
2 - Connect sys/password_sys as sysdba
3 - startup nomount pfile=$ORACLE_HOME/.../init.ora
4 - Execute this script (you must change the datafile by yours)

CREATE CONTROLFILE SET DATABASE 'OCP'
NORESETLOGS NOARCHIVELOG
MAXLOGFILES 16
MAXLOGMEMBERS 2
MAXDATAFILES 16
MAXINSTANCES 1
MAXLOGHISTORY 1630
LOGFILE
GROUP 1 'C:ORACLEORADATAOCPREDO01.LOG' SIZE 100K,
GROUP 2 'C:ORACLEORADATAOCPREDO02.LOG' SIZE 100K,
GROUP 3 'C:ORACLEORADATAOCPREDO03.LOG' SIZE 100K
DATAFILE
'C:ORACLEORADATAOCPSYSTEM01.DBF',
'C:ORACLEORADATAOCPUNDOTBS01.DBF',
'C:ORACLEORADATAOCPCWMLITE01.DBF',
'C:ORACLEORADATAOCPDRSYS01.DBF',
'C:ORACLEORADATAOCPEXAMPLE01.DBF',
'C:ORACLEORADATAOCPINDX01.DBF',
'C:ORACLEORADATAOCPODM01.DBF',
'C:ORACLEORADATAOCPTOOLS01.DBF',
'C:ORACLEORADATAOCPUSERS01.DBF',
'C:ORACLEORADATAOCPXDB01.DBF'
CHARACTER SET WE8MSWIN1252
;

5 - ALTER DATABASE OPEN RESETLOGS;

Good luck ;
Re: ora-00205: error in identifying control files [message #99129 is a reply to message #98721] Fri, 20 August 2004 04:13 Go to previous messageGo to next message
oraexpert
Messages: 1
Registered: August 2004
Junior Member
Eat Drink and marry... It seems Oracle is not your cup of Tea...
Re: ora-00205: error in identifying control files [message #99166 is a reply to message #99129] Thu, 09 September 2004 15:14 Go to previous message
Yamio
Messages: 1
Registered: September 2004
Junior Member
Oraexpert is retarded!

The initial question was posted two years ago AND ORAEXPERT JUST TRIED TO FLAME THE GUY. Two years removed.....what an idiot....lol
Previous Topic: How to install oracle 9i database on Red hat linux 3.0 As
Next Topic: automated scripts using sftp utility
Goto Forum:
  


Current Time: Fri Apr 19 05:23:23 CDT 2024