You must separate each datafile with a comma ,
Also I guess you have at least 2 controlfiles, so copy the good and replace the bad.
03-12-2001, 12:07 PM
cravi
urgent
Hi
Still it is giving the Errors:
ORA-01503:CRETAE CONTROLFILE FAILED
ORA-01991:INVALID PASSWORD FILE 'D:\ORANT\DATABASE\PWDTGGG.ORA'
ORA-00283:RECOVERY SESSION CANCELLED DUE TO ERRORS
ORA-01610:RECOVERY USING THE BACKUP CONTROLFILE OPTION MUST BE DONE
ALTER DATABASE OPEN RESETLOGS
*
ORA-01194:FILE 1 NEEDS MORE RECOVERY TO BE CONSISTENT
0RA-01110:DATAFILE 1: 'D:\ORANT\DATABASE\TGGG\SYS1TGGG.ORA'
WHAT CAN I DO NOW?
MY DATABASE IS ORACLE 734 ON WINDOWS NT4.0
I DON'T HAVE THE BACKUP CONTROLFILE.sO I CREATED A CONTROLFILE LIKE ABOVE.
ANY HELP PLEASE.
THANKS
RAVI
03-12-2001, 12:34 PM
sreddy
What do you mean ? Ur control files got corrupted or control file got corrupted. If one of the mirrored control file gets corrupted you can copy the good one to the location of corrupted one and bring the databse up.
Thats what rcaballe talking about.
03-12-2001, 12:40 PM
cravi
hI RC
i AM WAITING FOR UR ADVICE AND SUGGESTIONS TO RESOLVE THIS PROBLEM
tHANKS
rAVI
03-12-2001, 12:53 PM
cravi
Hi
Ok controlfiles created.
but it is giving the error message when i am trying to startup the database.
svrmgr>startup
I recreated the password file too.Now i am getting some other problem:
svrmgr>startup
ora-01589:must use RESETLOGS OR NORESETLOGS option for database open
alter database open resetlogs
*
ora-01113:file 1 needs media recovery
ora-01110: data file 1: 'd:\orant\database\tggg\sys1tggg.ora'
Its a test database.Noarchive mode.Don't have any backup.
Any solution to bring the database up?
Thanks in advance
Ravi
03-12-2001, 01:40 PM
rcaballe
You could apply your old online redo logs, but I don't believe you backed up.
So I guess you don't have other option than cancelling the recover.
03-12-2001, 01:47 PM
cravi
HI RAMON
wHAT COMMANDS I HAVE TO USE NOW TO START THE DATABASE.