For how many years have you been working
with physical servers that are starving your database of the memory
necessary to deploy important new performance features such as the Result
Cache, Memoptimize Pool, In-Memory Aggregation, In-Memory Column Store, and
Full Database Caching? Too long? Contact me to learn how to improve all
queries ... not just some queries.
Purpose
This is an internal package used in log replication and not intended for DBA or other user usage. The information on this page is for documentation purposes only.
dbms_logrep_def_proc_utl.process_src_drop_table(
src_dbname IN VARCHAR2,
src_owner IN VARCHAR2,
src_name IN VARCHAR2,
ddl_scn IN NUMBER,
src_root IN VARCHAR2);
dbms_logrep_def_proc_utl.process_src_new_table(
src_dbname IN VARCHAR2,
src_owner IN VARCHAR2,
src_name IN VARCHAR2,
ddl_scn IN NUMBER,
src_root IN VARCHAR2);