Oracle DBMS_APPLY_POSITION
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Streams Logical Change Record Utilities
AUTHID CURRENT_USER
Dependencies
DBMS_LOGREP_UTIL LCR$_DDL_RECORD LCR$_ROW_RECORD
Documented No
First Available Not Known
Security Model Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE role.
Source {ORACLE_HOME}/rdbms/admin/prvtbhdlr.plb
Subprograms
 
GET_EXTERNAL_POSITION
Undocumented

Overload 1
dbms_apply_position.get_external_position(rowlcr IN sys.lcr$_row_record) RETURN RAW;
TBD
Overload 2 dbms_apply_position.get_external_position(ddllcr IN sys.lcr$_ddl_record) RETURN RAW;
TBD
 
SET_GLOBAL_INSTANTIATION_SCN
Undocumented dbms_apply_position.set_global_instantiation_scn(
source_database_name IN VARCHAR2,
external_position    IN RAW);
TBD
 
SET_SCHEMA_INSTANTIATION_SCN
Undocumented dbms_apply_position.set_schema_instantiation_scn(
source_schema_name   IN VARCHAR2,
source_database_name IN VARCHAR2,
external_position    IN RAW);
TBD
 
SET_TABLE_INSTANTIATION_SCN
Undocumented dbms_apply_position.set_table_instantiation_scn(
SOURCE_OBJECT_NAME   IN VARCHAR2,
source_database_name IN VARCHAR2,
external_position    IN RAW);
TBD

Related Topics
Built-in Functions
Built-in Packages
DBMS_APPLY_ADM
DBMS_APPLY_ADM_INVK
DBMS_APPLY_PROCESS
DBMS_LCR
DBMS_LOGREP_UTIL
DBMS_STREAMS_LCR_INT
LCR$_XML_SCHEMA
What's New In 21c
What's New In 26ai

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