Database Administration (MOSC)

MOSC Banner

flash back query question

edited Apr 11, 2013 9:29PM in Database Administration (MOSC) 4 commentsAnswered
hi !

iam using 11gR2 and i can query the table as of 7 days ago even though my undo_retention is set for only 5 mins  , how is it possible ?

we are not using flash back in database

SQL> select count(*) from mcommerce_partners as of timestamp sysdate - 72 /COUNT(*)----------4SQL> select count(*) from mcommerce_partners as of timestamp sysdate - 8ERROR at line 1:ORA-08180: no snapshot found based on specified timeSQL> show parameter undo_retentionNAME TYPE VALUE------------------------------------ ----------- ------------------------------undo_retention integer 900SQL>SQL> select flashback_on from v$database;FLASHBACK_ON------------------NO

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center