Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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);