6150680 ORA-38788/38784 from CREAT RESTOR POINT GUARANTE FB DB_6150680.8

rongshiyuan發表於2014-09-28

Bug 6150680 - ORA-38788 / ORA-38784 from CREATE RESTORE POINT GUARANTEE FLASHBACK DATABASE (文件 ID 6150680.8)


Bug 6150680  ORA-38788 / ORA-38784 from CREATE RESTORE POINT GUARANTEE FLASHBACK DATABASE

 This note gives a brief overview of bug 6150680.
 The content was last updated on: 31-AUG-2010
 Click here for details of each of the sections below.

Affects:

Product (Component) Oracle Server (Rdbms)
Range of versions believed to be affected Versions BELOW 11.2
Versions confirmed as being affected
Platforms affected Generic (all / most platforms affected)

Fixed:

This issue is fixed in

Symptoms:

Related To:

Description

CREATE RESTORE POINT  GUARANTEE FLASHBACK DATABASE
can fail consistently with ORA-38788 / ORA-38784 on a
physical standby database.
 
This can occur if:
 - flashback database is disabled:
    select FLASHBACK_ON from v$database;
   returns NO
 - this is on a standby database
    select controlfile_type from v$database;
   returns STANDBY
 - there are read-only datafiles, eg on the standby do this:
    alter database open read only;
    select file_name from dba_data_files
     where tablespace_name in
     (select tablespace_name from dba_tablespaces
      where status='READ ONLY');
 - for any given read-only datafile above, it is "clean"
   ie: it does not need any more recovery, the checkpointSCN
   in the datafile header matches the one in the datafile's
   controlfile entry (kccfe). To see these SCNs do this:
    alter session set events 'immediate trace name file_hdrs level 10';
 - CREATE RESTORE POINT  GUARANTEE FLASHBACK DATABASE
   fails with this pair of errors:
    ORA-38784: Cannot create restore point 'RPTEST1'.
    ORA-38788: More standby database recovery is needed Workaround Do "alter database flashback on;" and then try doing the
    CREATE RESTORE POINT  GUARANTEE FLASHBACK DATABASE
  The command should succeed this time.
 
HOOKS PSE:A204 ERROR:ORA-38788 ERROR:ORA-38784 PSE:A203 LIKELYAFFECTS XAFFECTS_10.2.0.1 XAFFECTS_V10020001 AFFECTS=10.2.0.1 XAFFECTS_10.2.0.2 XAFFECTS_V10020002 AFFECTS=10.2.0.2 XAFFECTS_10.2.0.3 XAFFECTS_V10020003 AFFECTS=10.2.0.3 XAFFECTS_10.2.0.4 XAFFECTS_V10020004 AFFECTS=10.2.0.4 XAFFECTS_11.1.0.6 XAFFECTS_V11010006 AFFECTS=11.1.0.6 XPRODID_5 PRODUCT_ID=5 PRODID-5 RDBMS XCOMP_RDBMS COMPONENT=RDBMS TAG_ERROR TAG_FLASHBACK TAG_STANDBY ERROR FLASHBACK STANDBY FIXED_10.2.0.5 FIXED_11.1.0.7

Please note: The above is a summary description only. Actual symptoms can vary. Matching to any symptoms here does not confirm that you are encountering this problem. For questions about this bug please consult Oracle Support.

References

Bug:6150680 (This link will only work for PUBLISHED bugs)
Note:245840.1 Information on the sections in this article





來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1283283/,如需轉載,請註明出處,否則將追究法律責任。

相關文章