Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: problem with recovery
On 08/22/2004 03:13:33 PM, "Adams, Matthew (GE Consumer & Industrial)" wrote:
> Can't open with "RESETLOGS", says SYSTEM tablespace
> still needs more recovery. Guess we're up the=20
> creek with the proverbial means of propulsion.
Matt, if more recovery is needed, then there is a dirty and dangerous trick. You can set _allow_resetlogs_corruption=TRUE,
_allow_read_only_corruption=TRUE then do alter database read_only resetlogs; and immediately do full export from the database. That way, you can salvage the data or what's left of it. I'm not a member of oracle support, these are undocumented parameters, you can do it, on your own risk.
-- Mladen Gogala Oracle DBA ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Sun Aug 22 2004 - 14:59:40 CDT