| Oracle DBMS_GSM_DBADMIN Version 26ai |
|---|
| General Information | ||||||||||||||||||||||
| Library Note |
|
|||||||||||||||||||||
| Purpose | Global Service Manager Administration. There is a lot of fascinating new capability hinted at in this package. Take a close look at the constants and the dependencies. |
|||||||||||||||||||||
| AUTHID | DEFINER | |||||||||||||||||||||
| Constants |
|
|||||||||||||||||||||
| Data Types | TYPE target IS RECORD(db_name VARCHAR2(dbms_gsm_common.max_ident), |
|||||||||||||||||||||
| Dependencies | SELECT name FROM dba_dependencies WHERE referenced_name = 'DBMS_GSM_DBADMIN' UNIONReturns 144 objects |
|||||||||||||||||||||
| Documented | No | |||||||||||||||||||||
| First Available | 12.1 | |||||||||||||||||||||
| Security Model | Owned by GSMADMIN_INTERNAL with EXECUTE granted to GGSYS, GSMROOTUSER_ROLE, and GSMUSER_ROLE | |||||||||||||||||||||
| Source | {ORACLE_HOME}/rdbms/admin/dbmsgwmdb.sql | |||||||||||||||||||||
| Subprograms |
|
|||||||||||||||||||||
| ADDDATABASE | ||||||||||||||||||||||
| Adds a database to the GDS (Cloud) framework Overload 1 |
dbms_gsm_dbadmin.addDatabase( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| Overload 2 | dbms_gsm_dbadmin.addDatabase(dsc IN database_dsc_t); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ADDGSM | ||||||||||||||||||||||
| Informs the database of a new GSM added to the catalog | dbms_gsm_dbadmin.addGSM( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ADDREGION | ||||||||||||||||||||||
| Inform the database of a new region in the catalog | dbms_gsm_dbadmin.addRegion( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ADDSERVICE | ||||||||||||||||||||||
| Creates a new global service in the database and CRS | dbms_gsm_dbadmin.addService( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| ADJUST_LOBOUNDS (new 23ai) |
||||||||||||||||||||||
| Adjust low bound values of partition_set in THE gsmadmin_internal.partition_set table during split partitionset operation | dbms_gsm_dbadmin.adjust_lobounds( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ADJUST_LOBOUNDS_TMPPSET (new 23ai) |
||||||||||||||||||||||
| Adjusts the low bound values of a partition_set row in tmp_pset table in split partitionset operation | dbms_gsm_dbadmin.adjust_lobounds_tmppset( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ALTAB_ADDPSET (new 23ai) |
||||||||||||||||||||||
| Execute alter table add partition_set | dbms_gsm_dbadmin.altab_addpset( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ALTAB_ADDPSET_REMOTE (new 23ai) |
||||||||||||||||||||||
| Executes an alter table add partition_set on remote_db | dbms_gsm_dbadmin.altab_addpset_remote( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ALTAB_LOCAL_ADDPSET (new 23ai) |
||||||||||||||||||||||
| Execute an alter table add partition_set locally | dbms_gsm_dbadmin.altab_local_addpset( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ALTAB_UPDPSET (new 23ai) |
||||||||||||||||||||||
| Executes an update partition set | dbms_gsm_dbadmin.altab_updpset( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ALTAB_UPDSHTS (new 23ai) |
||||||||||||||||||||||
| Execute an update shard_ts move_flag | dbms_gsm_dbadmin.altab_updshts( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ALTERALLREFFRAGMENTSUNITTEST | ||||||||||||||||||||||
| Unit test for various alter table ... partition ... statements | dbms_gsm_dbadmin.afterAllRefFragmentsUnitTest( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ATPPUT (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.ATPPut( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ATPVALIDATE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.atpValidate( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CHECKDDLSTATUS (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.checkDDLStatus( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CHECKSNRBARRIER (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.CheckSNRBarrier( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CHUNKSTATEEXISTS (new 23ai) |
||||||||||||||||||||||
| CheckS if chunk with chunk_number has given move_flag value in shard_ts table | dbms_gsm_dbadmin.chunkStateExists( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CLEANTARGET (new 23ai) |
||||||||||||||||||||||
| Clean local shard of split partitionset operation of any intermediate tablespaces/files created | dbms_gsm_dbadmin.cleanTarget; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.cleanTarget; |
||||||||||||||||||||||
| CLEANTARGETREMOTE (new 23ai) |
||||||||||||||||||||||
| Clean target shard of split partitionset operation of any intermediate tablespaces/files created | dbms_gsm_dbadmin.cleanTargetRemote(db_name IN VARCHAR2); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CONFIGOGGREPLICATION | ||||||||||||||||||||||
| Configures Oracle GoldenGate replications | dbms_gsm_dbadmin.configOGGReplication; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.configOGGReplication; |
||||||||||||||||||||||
| CONTROLCHUNK | ||||||||||||||||||||||
| According to Oracle "For testing purposes. Not public." | dbms_gsm_dbadmin.controlChunk( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CONTROLREMOTECHUNK (new 23ai) |
||||||||||||||||||||||
| Invokes dbms_gsm_dbadmin controlChunk remotely | dbms_gsm_dbadmin.controlRemoteChunk(
|
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CREATEAPPLYSTARTRU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.createApplyStartRU( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CREATENEWRU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.createNewRU( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CREATERATABLEFAMILY | ||||||||||||||||||||||
| Enable RAC affinity for sharded table | dbms_gsm_dbadmin.createRATableFamily( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CREATESHARDDBLINK (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.createShardDBLink( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| CREATE_APPLY (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.create_apply( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| DO_DDL_JOB_WRAPPER (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.do_ddl_job_wrapper( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| DROPRATABLEFAMILY | ||||||||||||||||||||||
| Disable RAC affinity | dbms_gsm_dbadmin.dropRATableFamily; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.dropRATableFamily; |
||||||||||||||||||||||
| DROP_APPLY (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.drop_apply(apply_name IN VARCHAR2); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ENSUREDBLINK | ||||||||||||||||||||||
dbms_gsm_dbadmin.ensureDBLink( |
||||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ENSURE_REMOTE_CONN (new 23ai) |
||||||||||||||||||||||
| Invokes gws_ensure_remote_conn C function on target shard | dbms_gsm_dbadmin.ensure_remote_conn( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| EXECUTEDDLCALLBACK | ||||||||||||||||||||||
| Executex a DDL statement callback | dbms_gsm_dbadmin.executeDDLCallBack; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.executeDDLCallBack; |
||||||||||||||||||||||
| EXECUTEDDLPRVT | ||||||||||||||||||||||
| Execute DDL statement | dbms_gsm_dbadmin.executeDDLPrvt( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| EXECUTEGENERICPROCEDURE | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.executeGenericProcedure( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| EXPORTMETADATA | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.exportMetadata(chunk_id IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| FETCHEXECDDLSFROMCATALOG (new 23ai) |
||||||||||||||||||||||
| For shards added with clone option, wait for DDLs to be extracted on the catalog, fetch them and then execute them | dbms_gsm_dbadmin.fetchExecDDLsFromCatalog( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| FINISHMOVE | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.finishMove( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GENERATE_TABLESPACE_NAME (new 23ai) |
||||||||||||||||||||||
| Generates new tablespace name from given tablespace and chunk_id during split chunk. Internal procedure, not for public use. |
dbms_gsm_dbadmin.generate_tablespace_name( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETBHIBNDVAL (new 23ai) |
||||||||||||||||||||||
| Get value for HIBOUNDVAL field in partition_set table | dbms_gsm_dbadmin.getBHiBndVal(pset_name IN VARCHAR2) RETURN VARCHAR2; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETCATDDLSTATUSCNT (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.getCatDDLStatusCnt RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.getCatDDLStatusCnt; |
||||||||||||||||||||||
| GETCONNSTRBYCONTAINER (new 23ai) |
||||||||||||||||||||||
| Returns a container connection string | dbms_gsm_dbadmin.getConnStrByContainer(name IN VARCHAR2) RETURN VARCHAR2; |
|||||||||||||||||||||
SELECT gsmadmin_internal.getConnStrByContainer('FREEPDB1'); |
||||||||||||||||||||||
| GETCRSINFO | ||||||||||||||||||||||
| Returns CRS information | dbms_gsm_dbadmin.getCRSInfo( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| GETCURCATDDLID (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.getCurCatDDLId(barrier IN NUMBER DEFAULT 0) RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.getCurCatDDLId(0); |
||||||||||||||||||||||
| GETDATATABLESPACE (new 23ai) |
||||||||||||||||||||||
| Returns the default data tablespace name for given partition | dbms_gsm_dbadmin.getDataTableSpace( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETDBBYCHUNKSSID (new 23ai) |
||||||||||||||||||||||
| Returns the database details from chunk number and ssid | dbms_gsm_dbadmin.getDbByChunkSSid( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETDBLINKNAME (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.getDbLinkName(db_name IN VARCHAR2) RETURN VARCHAR2; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETDBNUMBERRANGE | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.getDBNUMBERRange( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| GETENCPWD (new 23ai) |
||||||||||||||||||||||
| Returns the encrypted password from a connect_string | dbms_gsm_dbadmin.getEncPwd( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| GETFAMILYTABNAMES (new 23ai) |
||||||||||||||||||||||
| Returns the Table Names in the Table Family from the Root Table name | dbms_gsm_dbadmin.getFamilyTabNames(root_name IN VARCHAR2) RETURN family_tname_t; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETGSMINFO | ||||||||||||||||||||||
| Returns information about the database for GSM | dbms_gsm_dbadmin.getGSMInfo RETURN gsmadmin_internal.gsmInfo; |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| GETHIBNDVAL (new 23ai) |
||||||||||||||||||||||
| Returns the value for HIBOUNDVAL field in partition_set table | dbms_gsm_dbadmin.getHiBndVal(pset_name IN VARCHAR2) RETURN VARCHAR2; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETHOSTINFO | ||||||||||||||||||||||
| Returns information about connected host for GSM Overload 1 |
dbms_gsm_dbadmin.getHostInfo( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| Overload 2 | dbms_gsm_dbadmin.getHostInfo( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| GETKNCLPCAPCURVSN (new 23ai) |
||||||||||||||||||||||
| Returns the KNCLP_CAP_CUR_VSN C macro | dbms_gsm_dbadmin.getKnclpCapCurVsn RETURN BINARY_INTEGER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.getKnclpCapCurVsn |
||||||||||||||||||||||
| GETLATESTDDLID (new 23ai) |
||||||||||||||||||||||
| Returns the most recnet ddiid from gsmadmin_internal.catalog | dbms_gsm_dbadmin.getLatestDDLId RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.getLatestDDLId; |
||||||||||||||||||||||
| GETLOBTABLESPACE (new 23ai) |
||||||||||||||||||||||
| Returns tablespaces names used for LOBs in the named partition | dbms_gsm_dbadmin.getLobTableSpace( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETLOBTSCOUNT (new 23ai) |
||||||||||||||||||||||
| Returns the tablespace count used for lobs in the named partition | dbms_gsm_dbadmin.getLobTSCount( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETLOCALCHUNKNUMBERS (new 23ai) |
||||||||||||||||||||||
| Returns Local Chunk Numbers | dbms_gsm_dbadmin.getLocalChunkNumbers RETURN chunk_num_t; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETLOCALPENDINGCHUNKNUMBERS (new 23ai) |
||||||||||||||||||||||
| Returns Local Chunk Numbers Pending Partitionset Split | dbms_gsm_dbadmin.getLocalPendingChunkNumbers( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETLOCALSHARDSPACEID (new 23ai) |
||||||||||||||||||||||
| Returns Table Names in Table Family from Root Table name | dbms_gsm_dbadmin.getLocalShardSpaceId RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.getLocalShardSpaceId; |
||||||||||||||||||||||
| GETMAXSTARTCATDDLID (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.getMaxStartCatDDLid RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.getMaxStartCatDDLid; |
||||||||||||||||||||||
| GETOBJECTID (new 23ai) |
||||||||||||||||||||||
| Returns the object id of table from name and owner | dbms_gsm_dbadmin.getObjectID( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETREMOTECONNSTR (new 23ai) |
||||||||||||||||||||||
| Returns the connect string for remote database on different shardspace for a given chunk_number | dbms_gsm_dbadmin.getRemoteConnStr( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETREMOTEENCSECRET (new 23ai) |
||||||||||||||||||||||
| Returns the GSM encrypted password of target shard. To be executed from one of the shards and not the catalog | dbms_gsm_dbadmin.getRemoteEncSecret( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| GETREMOTEROWCOUNT (new 23ai) |
||||||||||||||||||||||
| Returns the row count of remote table with given sys_hashval range | dbms_gsm_dbadmin.getRemoteRowCount( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETREPLTYPE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.getReplType RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.getReplType; |
||||||||||||||||||||||
| GETSHARDINGMETHOD (new 23ai) |
||||||||||||||||||||||
| Returns the sharding method number | dbms_gsm_dbadmin.getShardingMethod RETURN BINARY_INTEGER |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETSHARDSPACEBYTS (new 23ai) |
||||||||||||||||||||||
| Returns the Shardspace Name from the Tablespace (which shardspace the tablespace resides) | dbms_gsm_dbadmin.getShardspaceByTS(ts_name IN VARCHAR2) RETURN VARCHAR2; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.getShardspaceByTS('USERS'); |
||||||||||||||||||||||
| GETSHARDSPACEIDBYPSET (new 23ai) |
||||||||||||||||||||||
| Returns the Shardspace Id from the Partitionset Name (which shardspace the partitionset resides) | dbms_gsm_dbadmin.getShardspaceIdByPSet(pset_name IN VARCHAR2) RETURN NUMBER; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETSHARDSPACEIDBYTS (new 23ai) |
||||||||||||||||||||||
| Returns the Shardspace Id from Tablespace (which shardspace the tablespace resides) | dbms_gsm_dbadmin.getShardspaceIdByTS(ts_name IN VARCHAR2) RETURN NUMBER; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETSSCHUNKNUMBERS (new 23ai) |
||||||||||||||||||||||
| Returns Shard Space Chunk Numbers | dbms_gsm_dbadmin.getSSChunkNumbers(ssid IN NUMBER) RETURN chunk_num_t; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETTARGETDBCONNSTR (new 23ai) |
||||||||||||||||||||||
| Returns the Target Db Connect String from Chunk Id and Target Tablespace | dbms_gsm_dbadmin.getTargetDbConnStr( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETTARGETDBNAME (new 23ai) |
||||||||||||||||||||||
| Returns the Target Db Name from Chunk Id and Target Tablespace | dbms_gsm_dbadmin.getTargetDbName( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETTARGETDBSBYSSID (new 23ai) |
||||||||||||||||||||||
| Return a list of target database numbers for a shardspace id | dbms_gsm_dbadmin.getTargetDBsBySSID(ssid IN NUMBER) RETURN dbnum_t; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GETTSSETBYTBLSPACE (new 23ai) |
||||||||||||||||||||||
| Returns the name of tablespace set for given tablespace | dbms_gsm_dbadmin.getTSSetbyTblSpace(tspc_name IN VARCHAR2) RETURN VARCHAR2; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| GET_CLONE_STATUS (new 23ai) |
||||||||||||||||||||||
| Returns the cloning operation status of a newly added shard | dbms_gsm_dbadmin.get_clone_status RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.get_clone_status; |
||||||||||||||||||||||
| GRABCHUNKSFROMCATALOG | ||||||||||||||||||||||
| Gets chunks from the catalog database | dbms_gsm_dbadmin.grabChunksFromCatalog; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.grabChunksFromCatalog; |
||||||||||||||||||||||
| IMPORTDATA | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.importData(md_fname IN VARCHAR2); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| IMPORTDATA2 | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.importData2(chunk_id IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| INITIATEDDLSTATUS (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.initiateDDLStatus( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| INSSPSMON (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.insSPSMon( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| INSSTARTCHUNKSPLITPSETSTAT (new 23ai) |
||||||||||||||||||||||
| Insert a row for chunk operation start in v$split_pset_stat table | dbms_gsm_dbadmin.insStartChunkSplitPsetStat( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| INSTSCHUNKSPLITPSETSTAT (new 23ai) |
||||||||||||||||||||||
| Insert a row for chunk operation export tablespace in v$split_pset_stat table | dbms_gsm_dbadmin.insTSChunkSplitPsetStat( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ISCATBARDDL (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.isCatBarDDL(ddl_id IN NUMBER) RETURN NUMBER; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ISCATDDLCOMPLETE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.isCatDDLComplete(ddl_id IN NUMBER) RETURN NUMBER; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| ISINDDLCATCHUP (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.isInDDLCatchup(db_num IN NUMBER) RETURN BOOLEAN; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| LEAVERU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.leaveRU(ru_id IN BINARY_INTEGER, |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| LOAD_CAT_QP_DATA (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.load_cat_qp_data; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.load_cat_qp_data; |
||||||||||||||||||||||
| MODIFYDATABASE | ||||||||||||||||||||||
| Changes the database's region | dbms_gsm_dbadmin.modifyDatabase( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| MODIFYGSM | ||||||||||||||||||||||
| Informs the database of GSM attribute changes | dbms_gsm_dbadmin.modifyGSM( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| MODIFYREGION | ||||||||||||||||||||||
| Inform the database of region attribute modifications | dbms_gsm_dbadmin.modifyRegion( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| MODIFYSERVICE | ||||||||||||||||||||||
| Modifies all attributes of a global service | dbms_gsm_dbadmin.modifyService( |
|||||||||||||||||||||
DECLARE |
||||||||||||||||||||||
| MODIFYSERVICEGLOBALPARAMETERS | ||||||||||||||||||||||
| Modifies all global attributes of a global service Overload 1 |
dbms_gsm_dbadmin.modifyServiceGlobalParameters( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| Overload 2 | dbms_gsm_dbadmin.modifyServiceGlobalParameters( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| MODIFYSERVICELOCALPARAMETERS | ||||||||||||||||||||||
| Modifies all local attributes of a global service | dbms_gsm_dbadmin.modifyServiceLocalParameters( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| MOVECHUNK | ||||||||||||||||||||||
| Move Chunk information | dbms_gsm_dbadmin.moveChunk( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| MOVELOGFILES (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.moveLogFiles(ru_id IN BINARY_INTEGER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| MOVERU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.moveru( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PDBADD_SERVICE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.pdbadd_service( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PDBMODIFY_SERVICE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.pdbmodify_service( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PREPAREMETADATALOCAL | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.prepareMetadataLocal(chunk_id IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PREPAREMETADATAREMOTE | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.prepareMetadataRemote( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PROPAGATERUROLE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.propagateRURole( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PSEXISTS (new 23ai) |
||||||||||||||||||||||
| Checks if partition set with given name exists | dbms_gsm_dbadmin.psExists(ps_name IN VARCHAR2) RETURN NUMBER; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PTSHDBUILDALLOWEDSCHEMAS (new 23ai) |
||||||||||||||||||||||
| Creates a list of schemas that we consider ok to depend on | dbms_gsm_dbadmin.PROCEDURE ptshdBuildAllowedSchemas( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PTSHDBUILDINCLEXPR (new 23ai) |
||||||||||||||||||||||
| Builds an IN(...) expression based on list of input names | dbms_gsm_dbadmin.ptshdBuildInclExpr( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PTSHDFILTEROBJECTS (new 23ai) |
||||||||||||||||||||||
| For every object in ptshd_schema_objects, check if dependent objects are also in ptshd_schema_objects | dbms_gsm_dbadmin.ptshdFilterObjects; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.ptshdFilterObjects; |
||||||||||||||||||||||
| PTSHDMATCHOBJTYPE (new 23ai) |
||||||||||||||||||||||
| Match a string object type to operation types defined in dbms_gsm_utility | dbms_gsm_dbadmin.ptshdMatchObjType( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| PTSHDVALIDATEDEPENDENCY (new 23ai) |
||||||||||||||||||||||
| For every object retrieved from DBMS_METADATA API, check if it depends on schemas outside the list of schemas provided | dbms_gsm_dbadmin.ptshdValidateDependency( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| RBLDALLINDEXES (new 23ai) |
||||||||||||||||||||||
| Rebuild local indexes for all partitions involved in a chunk | dbms_gsm_dbadmin.rbldAllIndexes(chunk_number IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| RBLDINDEXES (new 23ai) |
||||||||||||||||||||||
| Rebuild local indexes for specified table partition except primary key index | dbms_gsm_dbadmin.rbldIndexes( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| RECOVERCHUNKS | ||||||||||||||||||||||
| Recovers Chunk information after an unsuccessful move or split | dbms_gsm_dbadmin.recoverChunks; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.recoverChunks; |
||||||||||||||||||||||
| RECOVERSHARDDDLCLONE (new 23ai) |
||||||||||||||||||||||
| Runs recovery of failed DDLs when shard cloning is incomplete for new shard | dbms_gsm_dbadmin.recoverShardDDLClone( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| RELOCATECHUNKSRU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.relocateChunksRU( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| REMOVEALLSERVICES | ||||||||||||||||||||||
| Stops and deletes all the global services | dbms_gsm_dbadmin.removeAllServices; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.removeAllServices; |
||||||||||||||||||||||
| REMOVEDATABASE | ||||||||||||||||||||||
| Remove a database from the GDS framework (cloud) | dbms_gsm_dbadmin.removeDatabase(db_only IN BOOLEAN DEFAULT FALSE); |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.removeDatabase(TRUE); |
||||||||||||||||||||||
| REMOVEGSM | ||||||||||||||||||||||
| Informs the database of GSM removal | dbms_gsm_dbadmin.removeGSM(gsm_alias IN VARCHAR2); |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.removeGSM('UWGSM'); |
||||||||||||||||||||||
| REMOVEREGION | ||||||||||||||||||||||
| Inform the database of a region removal | dbms_gsm_dbadmin.removeRegion(region_name IN VARCHAR2); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| REMOVERU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.removeRU( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| REMOVESERVICE | ||||||||||||||||||||||
| Removes a service from CRS and/or the database | dbms_gsm_dbadmin.removeService( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| RENAME_PSET (new 23ai) |
||||||||||||||||||||||
| Updates the entry for this partitionset in parttiion_set table with a new name | dbms_gsm_dbadmin.rename_pset( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| REPLACERUPEER (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.replaceRUPeer( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| RESTORECHUNK | ||||||||||||||||||||||
| Restores chunk partitions reassigning their tablespaces and recreating them if needed | dbms_gsm_dbadmin.restoreChunk( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SCHEDULENOWRBLDALL (new 23ai) |
||||||||||||||||||||||
| Schedule a job which runs immediately and rebuilds local indexes for all partitions involved in a chunk | dbms_gsm_dbadmin.scheduleNowRbldAll(chunk_number IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SEND_GDSCTL_MSG | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.send_gdsctl_msg( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETCATALOGLINK | ||||||||||||||||||||||
| Creates a database link from shard to catalog | dbms_gsm_dbadmin.setCatalogLink( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETCHUNKS | ||||||||||||||||||||||
| Initial chunk assignment to database | dbms_gsm_dbadmin.setChunks(chunk_list IN chunk_list_t); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETCHUNKSTATE (new 23ai) |
||||||||||||||||||||||
| Set state of a chunk with given shardspace_id in chunks table | dbms_gsm_dbadmin.setChunkState( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETDDLTIMEOUT | ||||||||||||||||||||||
| Set ddl_lock_timeout value to the maximum of (old_value, new_value) | dbms_gsm_dbadmin.setDDLTimeOut(new_value IN BINARY_INTEGER); |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.setDDLTimeOut(0); |
||||||||||||||||||||||
| SETDFLTLOBTBLSPC (new 23ai) |
||||||||||||||||||||||
| Set default tablespace for lob column on target shard as part of split partitionset operation | dbms_gsm_dbadmin.setDfltLobTblSpcRemote( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETDFLTLOBTBLSPCREMOTE (new 23ai) |
||||||||||||||||||||||
| Set default tablespace for lob column on target shard as part of split partitionset operation | dbms_gsm_dbadmin.setDfltLobTblSpcRemote( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETDFLTPTNTBLSPC (new 23ai) |
||||||||||||||||||||||
| Set default tablespace for partition on local shard as part of split partitionset operation | dbms_gsm_dbadmin.setDfltPtnTblSpc( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETDFLTPTNTBLSPCREMOTE (new 23ai) |
||||||||||||||||||||||
| Set default tablespace for partition on target shard as part of split partitionset operation | dbms_gsm_dbadmin.setDfltPtnTblSpcRemote( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETPARAMETER (new 23ai) |
||||||||||||||||||||||
| Set SNR RU parameters | dbms_gsm_dbadmin.setParameter( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETRATABLEFAMILY | ||||||||||||||||||||||
| Enable RAC affinity for a table | dbms_gsm_dbadmin.setRATableFamily( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETREMOTECHUNKSTATE (new 23ai) |
||||||||||||||||||||||
| Set state of a chunk with given shardspace_id in the remote shard of a chunks table | dbms_gsm_dbadmin.setRemoteChunkState( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETSPLITPSETSTATUS (new 23ai) |
||||||||||||||||||||||
| Set the status value for in a partition_set table on catalog db from shard | dbms_gsm_dbadmin.setSplitPsetStatus(status IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETSTBYPARAM (new 23ai) |
||||||||||||||||||||||
| Execute modifications of parameters on behalf of a standby | dbms_gsm_dbadmin.setStbyParam( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETUPMETADATACURSOR | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.setupMetadataCursor( |
|||||||||||||||||||||
exec dbms_gsm_dbadmin.setupMetadataCursor(TRUE, FALSE); |
||||||||||||||||||||||
| SETUPRU (new 23ai) |
||||||||||||||||||||||
| Undocumented Overload 1 |
dbms_gsm_dbadmin.setupRU( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| Overload 2 | dbms_gsm_dbadmin.setupRU( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SETUPSESSIONCONTEXT | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.setupSessionContext; |
|||||||||||||||||||||
exec dbms_gsm_dbadmin.setupSessionContext; |
||||||||||||||||||||||
| SNRDONEBARDDL (new 23ai) |
||||||||||||||||||||||
| Lets shards know a core DDL is complete (whether succeeded or not) | dbms_gsm_dbadmin.snrDoneBarDDL( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SNRSENDDDLCOMPLLCR (new 23ai) |
||||||||||||||||||||||
| Sends a DDL Completion Marker LCR | dbms_gsm_dbadmin.snrSendDDLComplLCR( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SNRSYNCPOINT (new 23ai) |
||||||||||||||||||||||
| Invokes a sync point on the leader for SNR replication | dbms_gsm_dbadmin.snrSyncPoint(ddl_id IN BINARY_INTEGER, |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SNRUPDATERUCMPLID (new 23ai) |
||||||||||||||||||||||
| Updates the latest barrier DDL ID in RUs | dbms_gsm_dbadmin.snrUpdateRUCmplId(ddl_id IN BINARY_INTEGER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLITCHUNK | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.splitChunk( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLITPSETFILLCATTSSETTBL (new 23ai) |
||||||||||||||||||||||
| Populate the ts_set_table on catalog as part of split partitionset operation | dbms_gsm_dbadmin.splitPsetFillCatTSSetTbl; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLITPSETFILLTSSETTBL (new 23ai) |
||||||||||||||||||||||
| Populatest the target shard ts_set_table as part of split partitionset operation | dbms_gsm_dbadmin.splitPsetFillTSSetTbl; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLITPSETPKPOSTPROC (new 23ai) |
||||||||||||||||||||||
| Post processing to split a partitionset for the primary key indices for all tables in a chunk | dbms_gsm_dbadmin.splitPsetPkPostProc(chunk_number IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLITPSETPOSTPROCREMOTE (new 23ai) |
||||||||||||||||||||||
| Post processing to split a partitionset in the source shard | dbms_gsm_dbadmin.splitPsetPostProcRemote(chunk_num IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLITPSETTBLPOSTPROC (new 23ai) |
||||||||||||||||||||||
| Post processing to split the partitionset for a table | dbms_gsm_dbadmin.splitPsetTblPostProc( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLITPSETTBLSPCPOSTPROC (new 23ai) |
||||||||||||||||||||||
| Post processing for split partitionset for a tablespaces | dbms_gsm_dbadmin.splitPsetTblSpcPostProc(chunk_num IN NUMBER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLIT_PSET_FINISH_CAT (new 23ai) |
||||||||||||||||||||||
| Invokes the split_pset_finish_cat C function on catalog db | dbms_gsm_dbadmin.split_pset_finish_cat( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPLIT_PSET_RMDBLINK (new 23ai) |
||||||||||||||||||||||
| InvokeS the split_pset_rmdblink C function on catalog db | dbms_gsm_dbadmin.split_pset_rmdblink( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGCNTTGTCHUNKS (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogCntTgtChunks( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGINRECOVERY (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogInRecovery( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGISCOMPLETE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogIsComplete( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGLASTSRCCHUNK (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogLastSrcChunk( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGLASTTGTCHUNK (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogLastTgtChunk(ddl_id IN NUMBER) RETURN NUMBER; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGMARKCOMPLETE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogMarkComplete( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGPARTCOMPLETE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogPartComplete(ddl_id IN NUMBER, |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGPARTWRITE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogPartWrite( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGRECOVERYSTATE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogRecoveryState RETURN reco_stat_t; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGSRCCHUNKSTATE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogSrcChunkState( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGTRUNCATE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogTruncate; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SPSLOGWRITE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.SPSLogWrite( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SSIDTSEXISTS (new 23ai) |
||||||||||||||||||||||
| Checks if there are any tablespace sets in shard_ts table for a shardspace id | dbms_gsm_dbadmin.ssidtsExists(ssid IN NUMBER) RETURN NUMBER; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| STARTRUELECTION (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.startRUElection( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| STARTSERVICE | ||||||||||||||||||||||
| Start a database service | dbms_gsm_dbadmin.startService( |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.startService('MLIBSVC', '1'); |
||||||||||||||||||||||
| STOPRU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.stopRU(ru_id IN BINARY_INTEGER); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| STOPSERVICE | ||||||||||||||||||||||
| Stop a database service | dbms_gsm_dbadmin.stopService( |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.stopService('MLIBSVC'); |
||||||||||||||||||||||
| STRTOLIST (new 23ai) |
||||||||||||||||||||||
| Converts a VARCHAR2 string to a name_list_type | dbms_gsm_dbadmin.strtolist(lstring IN VARCHAR2) RETURN name_list_type; |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SYNC | ||||||||||||||||||||||
| Execute database-side modifications | dbms_gsm_dbadmin.sync( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SYNCALLRUPARAMS (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.syncAllRUParams(force IN NUMBER DEFAULT dbms_gsm_common.isFalse); |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| SYNCCOMPATIBLE (new 23ai) |
||||||||||||||||||||||
| Pulls the latest compatible settings from the catalog and updates the shard's compatible settings if appropriate | dbms_gsm_dbadmin.syncCompatible; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.syncCompatible; |
||||||||||||||||||||||
| SYNCDDLPARAMETER | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.syncDDLParameter; |
|||||||||||||||||||||
exec gsmadmin_internal.dbms_gsm_dbadmin.syncDDLParameter; |
||||||||||||||||||||||
| SYNCRU (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.syncRU(ru_id IN BINARY_INTEGER, |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| TABEXISTS (new 23ai) |
||||||||||||||||||||||
| Returns 1 if the table exists: Else 0 | dbms_gsm_dbadmin.tabExists( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| TMP_ADDPSET (new 23ai) |
||||||||||||||||||||||
| Inserts partition_set values into the local dummy tmp table | dbms_gsm_dbadmin.tmp_addpset( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| TSEXISTS (new 23ai) |
||||||||||||||||||||||
| Returns 1 if the tablespace exists: Else 0 | dbms_gsm_dbadmin.tsExists(ts_name IN VARCHAR2) RETURN NUMBER; |
|||||||||||||||||||||
SELECT gsmadmin_internal.dbms_gsm_dbadmin.tsExists('USERS'); |
||||||||||||||||||||||
| UPDATECATDDLSTATUS (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updateCatDDLStatus( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDATEDDLSTATUS (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updateDDLStatus( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDATEMETADATADISTRIB (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updateMetadataDistrib( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDATESHDDDLSTATUS (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updateShdDDLStatus( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDENDCHUNKSPLITPSETSTAT (new 23ai) |
||||||||||||||||||||||
| Updates a row for chunk operation complete in v$split_pset_stat table | dbms_gsm_dbadmin.updEndChunkSplitPsetStat( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDSPSMONBACKUP0 (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updSPSMonBackup0( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDSPSMONBACKUP1 (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updSPSMonBackup1( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDSPSMONCOMPLETE (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updSPSMonComplete( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDSPSMONIMPORT (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updSPSMonImport( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDSPSMONTRANSFER0 (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updSPSMonTransfer0( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDSPSMONTRANSFER1 (new 23ai) |
||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.updSPSMonTransfer1(ddlid
IN NUMBER, |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| UPDTSCHUNKSPLITPSETSTAT (new 23ai) |
||||||||||||||||||||||
| Updates a row for chunk operation done tablespace in v$split_pset_stat table | dbms_gsm_dbadmin.updTSChunkSplitPsetStat( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| VALIDATEDATABASE (new 23ai) |
||||||||||||||||||||||
| Validate database existence and return local DB info Overload 1 |
dbms_gsm_dbadmin.validateDatabase( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| Overload 2 | dbms_gsm_dbadmin.validateDatabase( |
|||||||||||||||||||||
| TBD | ||||||||||||||||||||||
| VALIDATENATIVEREPLICATION | ||||||||||||||||||||||
| Undocumented | dbms_gsm_dbadmin.validateNativeReplication; |
|||||||||||||||||||||
exec
gsmadmin_internal.dbms_gsm_dbadmin.validateNativeReplication; |
||||||||||||||||||||||