| Oracle DBMS_SHARED_CAPTURE_ADM Version 26ai |
|---|
| General Information | |||||||||||||||||||||||||||||
| Library Note |
|
||||||||||||||||||||||||||||
| Purpose | Administration utilities for Shared Capture administration. | ||||||||||||||||||||||||||||
| AUTHID | CURRENT_USER | ||||||||||||||||||||||||||||
| Dependencies |
|
||||||||||||||||||||||||||||
| Documented | No | ||||||||||||||||||||||||||||
| First Available | 23ai | ||||||||||||||||||||||||||||
| Pragmas | SUPPLEMENTAL_LOG_DATA(default, UNSUPPORTED_WITH_COMMIT); | ||||||||||||||||||||||||||||
| Security Model | Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE and OGG_SHARED_CAPTURE roles. | ||||||||||||||||||||||||||||
| Source | {ORACLE_HOME}/rdbms/admin/dbmscap.sql {ORACLE_HOME}/rdbms/admin/prvtbcap.plb |
||||||||||||||||||||||||||||
| Subprograms | |||||||||||||||||||||||||||||
| CONFIGURE_SERVICE (new 23ai) |
|||||||||||||||||||||||||||||
| Configures the shared capture service based on the input parameters Parameters must be in JSON format, for example:'{"max_workers" : 3, "change_table_retention_TIME" : 15}' Valid parameters: MAX_WORKERS, CHANGE_TABLE_RETENTION_TIME and existing capture parameters like MAX_SGA_SIZE, PARALELISM, etc. |
dbms_shared_capture_adm.configure_service( |
||||||||||||||||||||||||||||
exec dbms_shared_capture_adm.configure_service(1, '{"max_workers" : 3}'); |
|||||||||||||||||||||||||||||
| DISABLE_SERVICE (new 23ai) |
|||||||||||||||||||||||||||||
| Disable shared capture service which must be run in the root container | dbms_shared_capture_adm.disable_service; |
||||||||||||||||||||||||||||
exec dbms_shared_capture_adm.disable_service; |
|||||||||||||||||||||||||||||
| ENABLE_SERVICE (new 23ai) |
|||||||||||||||||||||||||||||
| Enable shared capture service which must be run in the root container | dbms_shared_capture_adm.enable_service(tablespace_name IN VARCHAR2); |
||||||||||||||||||||||||||||
exec dbms_shared_capture_adm.enable_service('USERS'); |
|||||||||||||||||||||||||||||
| START_SERVICE (new 23ai) |
|||||||||||||||||||||||||||||
| Start shared capture service This procedure only starts the capture if there is no registered PDBExtract |
dbms_shared_capture_adm.start_service; |
||||||||||||||||||||||||||||
exec dbms_shared_capture_adm.start_service; |
|||||||||||||||||||||||||||||
| STOP_SERVICE (new 23ai) |
|||||||||||||||||||||||||||||
| Stop shared capture service Force must be true when there is a registered PDB Extract |
dbms_shared_capture_adm.stop_service(force IN BOOLEAN DEFAULT FALSE); |
||||||||||||||||||||||||||||
exec dbms_shared_capture_adm.stop_service(TRUE); |
|||||||||||||||||||||||||||||
| Related Topics |
| Built-in Functions |
| Built-in Packages |
| Database Security |
| DBMS_CAPTURE_ADM_INTERNAL |
| DBMS_SHARED_CAPTURE_INTERNAL |
| DBMS_SHARED_CAPTURE_IVK |
| What's New In 21c |
| What's New In 26ai |
| 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 | ||||||||
|
|
|||||||||