|
I am using oracle 10g R2. Somehow control file is
corrupted and database is not open. and there is no backup of control file.
Now I need to open the database without recreating the database. How is
it possible?
Answer: If you know all your datafiles, you can create your control file. 1. Start DB in nomount.
or Copy another control file into the corrupted one and startup the database. or Try this on your test environment first. Database 10gr1.
SQL> create tablespace test
SQL> shutdown abort;
SQL> host del c:\oracle\product\10.1.0\oradata\db01\control01.ctl
C:\oracle\product\10.1.0\Db_1\BIN>sqlplus/nolog SQL*Plus: Release 10.1.0.2.0 - Production on Wed Mar 28 19:21:42 2010 Copyright (c) 1982, 2004, Oracle. All rights reserved. SQL> conn sys as sysdba
Total System Global Area 171966464 bytes
NAME TYPE VALUE
|
|
Have a Oracle Question
Oracle Books
Oracle Application
Oracle Home
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
|