DBA Data[Home] [Help]

SYS.DBMS_STREAMS_ADM dependencies on DBMS_UTILITY

Line 793: table_names IN dbms_utility.uncl_array,

789: -- not specified, the invoker is used.
790: -- One version is a PL/SQL table and another one accepts a
791: -- comma-separated list.
792: PROCEDURE maintain_tables(
793: table_names IN dbms_utility.uncl_array,
794: source_directory_object IN VARCHAR2,
795: destination_directory_object IN VARCHAR2,
796: source_database IN VARCHAR2,
797: destination_database IN VARCHAR2,

Line 848: schema_names IN dbms_utility.uncl_array,

844: -- schema_names: names of schemas.
845: -- One version is a PL/SQL table and another one accepts a
846: -- comma-separated list.
847: PROCEDURE maintain_schemas(
848: schema_names IN dbms_utility.uncl_array,
849: source_directory_object IN VARCHAR2,
850: destination_directory_object IN VARCHAR2,
851: source_database IN VARCHAR2,
852: destination_database IN VARCHAR2,

Line 1031: dest_skip_txn_ids OUT DBMS_UTILITY.NAME_ARRAY);

1027: apply_name IN VARCHAR2,
1028: src_pit_scn IN NUMBER,
1029: dest_instantiation_scn OUT NUMBER,
1030: dest_start_scn OUT NUMBER,
1031: dest_skip_txn_ids OUT DBMS_UTILITY.NAME_ARRAY);
1032:
1033: -- Specifies for the given rule that all lcrs with the specified
1034: -- schema will have their schema name renamed.
1035: --

Line 1115: column_table IN DBMS_UTILITY.LNAME_ARRAY,

1111: -- 'REMOVE' to remove it.
1112: PROCEDURE keep_columns(
1113: rule_name IN VARCHAR2,
1114: table_name IN VARCHAR2,
1115: column_table IN DBMS_UTILITY.LNAME_ARRAY,
1116: value_type IN VARCHAR2 DEFAULT '*',
1117: step_number IN NUMBER DEFAULT 0,
1118: operation IN VARCHAR2 DEFAULT 'ADD');
1119: