Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Urgent, Urgent > Oracle 7.1.3 on Novell with incorrect Headers
On Wed, 13 Mar 2002 06:58:16 -0500, koert54 wrote:
> you could try the following : > > 1. add _allow_resetlogs_corruption=TRUE in init.ora 2. startup mount 3. > recover database until cancel > 4. cancel -> (fake the recovery) > 5. alter database open resetlogs
Remember that if you choose to open a database with
_allow_resetlogs_corruption, you MUST rebuild the database. This corrupts
the data dictionary.
So the next steps should be:
6. exp system/manager file=... full=y
7. shutdown
8 Remove the database
9. Recreate the database
10. imp system/manager file=... full=y
Unless you do this, you will work with a corrupt database.
> > If this doesn't work you need to contact Oracle support and ask for DUL > (data unloader) > > "Peter Gehle" <info_at_sbg-it-systeme.de> wrote in message > news:a6kl89$me4$06$1_at_news.t-online.com...
> damaged
Erik Received on Wed Mar 13 2002 - 20:40:00 CST
![]() |
![]() |