| General Information |
| Source |
{ORACLE_HOME}/rdbms/admin/prvthtxn.plb |
| Dependencies |
Only STANDARD |
| Security Model |
Owned by SYS with no privileges granted |
| |
| GET_CURRENT_SCN |
| Returns the current System Change Number |
dbms_transaction_internal_sys.get_current_scn; |
SELECT dbms_flashback.get_system_change_number, dbms_transaction_internal_sys.get_current_scn, current_scn
FROM dual, v$database; |
|