Oracle DBMS_TRANSACTION_INTERNAL_SYS
Version 11.2.0.3

General Information
AUTHID DEFINER
Dependencies Only STANDARD
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvthtxn.plb
 
GET_CURRENT_SCN
Returns the current System Change Number dbms_transaction_internal_sys.get_current_scn(
base_ub1 IN BINARY_INTEGER,
base_ub2 IN BINARY_INTEGER)
RETURN NUMBER;
SELECT dbms_flashback.get_system_change_number,
       dbms_transaction_internal_sys.get_current_scn,
       current_scn
FROM v$database;

Related Topics
DBMS_FLASHBACK

Morgan's Library Page Footer
This site is maintained by Dan Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2013 Daniel A. Morgan All Rights Reserved