Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8i logfile problem
Sybrand Bakker wrote:
> export ORACLE_SID=<yoursid>
> sqlplus '/ as sysdba'
> (in the sqlplus prompt)
> startup mount;
> alter database open resetlogs;
>
> If I were you I would
> shutdown immediate
> exit
>
> and take a backup of this database. At least you know *this* situation
> is consistent.
>
>
> --
> Sybrand Bakker, Senior Oracle DBA
Hi thanks, for the info!
I actually tried this a bit ago, and it doesnt work. If I do: alter database open resetlogs
I get the error:
"RESETLOGS option only valid after an incomplete database recovery"
And there we sit.
Any other thoughts would be appreciated!
Bryan Received on Fri Aug 05 2005 - 16:05:11 CDT
![]() |
![]() |