Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-604/ORA-1092

Re: ORA-604/ORA-1092

From: GoLeM <appsdba_at_gmail.com>
Date: Sat, 10 Jul 2004 22:05:25 +0530
Message-ID: <47dc80a20407100935594eda99@mail.gmail.com>


Hi,

Bug.2399093 fixed in 9.2.0.3

Workaround:

  1. in production DB, SHUTDOWN
  2. in production DB, STARTUP
  3. in production DB, ALTER SYSTEM SWITCH LOGFILE;
  4. in standby DB, STARTUP NOMOUNT;
  5. in standby DB, ALTER DATABASE MOUNT STANDBY DATABASE;
  6. in standby DB, RECOVER STANDBY DATABASE; AUTO
  7. in standby DB, ALTER DATABASE OPEN READ ONLY;

GoLeM

On Wed, 30 Jun 2004 18:02:19 +0800, rhojel_echano_at_sgs.com <rhojel_echano_at_sgs.com> wrote:
> Hi everyone,
> I got this error when I tried to open read only our standby database:
> (from a 10046 trace)
> ORA-00604: error occurred at recursive SQL level 1
> ORA-00372: file 1 cannot be modified at this time
> ORA-01110: data file 1: 'F:\XPCWEB\DB\DATA\TBS_SYSTEM_01.DBF'
>
> (from alert log)
> ORA-01092: ORACLE instance terminated. Disconnection forced



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 Sat Jul 10 2004 - 11:32:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US