Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_FLASHBACK, 3 of 5


ENABLE_AT_SYSTEM_CHANGE_NUMBER Procedure

This procedure takes an SCN as an input parameter and sets the session snapshot to the specified number.

In the Flashback mode, all queries return data consistent as of the specified wall-clock time or SCN.

Syntax

DBMS_FLASHBACK.ENABLE_AT_SYSTEM_CHANGE (

query_scn IN NUMBER);

Parameters

Table 16-4 shows the parameters for the ENABLE_AT_SYSTEM_CHANGE_NUMBER procedure.

Table 16-4 ENABLE_AT_SYSTEM_CHANGE_NUMBER Procedure Parameters
Parameter  Description 

query_scn 

The system change number (SCN), a version number for the database that is incremented on every transaction commit. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback