Oracle KUPU$UTILITIES_INT Version 21c |
---|
General Information | |||||||||||||||||||||||||
Library Note |
|
||||||||||||||||||||||||
Purpose | DataPump utilities | ||||||||||||||||||||||||
AUTHID | DEFINER | ||||||||||||||||||||||||
Dependencies |
|
||||||||||||||||||||||||
Documented | No | ||||||||||||||||||||||||
Exceptions |
|
||||||||||||||||||||||||
First Available | 12.1 | ||||||||||||||||||||||||
Security Model | Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE role Direct access to some objects in this package is prevented by means of an Accessible By clause. |
||||||||||||||||||||||||
Source | {ORACLE_HOME}/rdbms/admin/prvthpui.plb {ORACLE_HOME}/rdbms/admin/prvtbpui.plb |
||||||||||||||||||||||||
Subprograms |
|
||||||||||||||||||||||||
CHECK_ENCRYPTION_WALLET | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.check_encryption_wallet; |
||||||||||||||||||||||||
exec kupu$utilities_int.check_encryption_wallet; |
|||||||||||||||||||||||||
CHECK_IF_SHARDED_DB | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.check_if_sharded_db RETURN NUMBER; |
||||||||||||||||||||||||
SELECT kupu$utilities_int.check_if_sharded_db |
|||||||||||||||||||||||||
CHECK_IGNORE_DESC_IN_INDEX | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.check_ignore_desc_in_index RETURN BOOLEAN; |
||||||||||||||||||||||||
BEGIN |
|||||||||||||||||||||||||
CHECK_TBS_FOR_TDECOL_TABS | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.check_tbs_for_TDEcol_tabs( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
CREATE_DIRECTORY | |||||||||||||||||||||||||
Undocumented Protected by an Accessible By clause |
kupu$utilities_int.create_directory(dir_path IN VARCHAR2); |
||||||||||||||||||||||||
exec kupu$utilities_int.create_directory('c:\u21'); |
|||||||||||||||||||||||||
DEBUG | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.debug(str IN VARCHAR2); |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DECODE | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.decode(src IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DH_CHECK_DIGESTS | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.dh_check_digests( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DH_DECRYPT | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.dh_decrypt( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DH_ENCRYPT | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.dh_encrypt( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DH_FREE_HANDLE | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.dh_free_handle(handle IN NUMBER); |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DH_GEN_SHARED_KEY | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.dh_gen_shared_key( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DH_GET_PUBLIC_KEY | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.dh_get_public_key(handle IN NUMBER) RETURN VARCHAR2; |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
DH_NEW_HANDLE | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.dh_new_handle RETURN NUMBER; |
||||||||||||||||||||||||
SELECT kupu$utilities_int.dh_new_handle |
|||||||||||||||||||||||||
DIRECTORY_SCAN | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.directory_scan( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
ENCODE | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.encode(src IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||
SELECT kupu$utilities_int.encode('SELECT * FROM dual') |
|||||||||||||||||||||||||
GET_DP_UPDATE_LOCK | |||||||||||||||||||||||||
Undocumented Protected by an Accessible By clause |
kupu$utilities_int.get_dp_update_lock RETURN VARCHAR2; |
||||||||||||||||||||||||
SELECT kupu$utilities_int.get_dp_update_lock |
|||||||||||||||||||||||||
GET_PARAMETER_VALUE | |||||||||||||||||||||||||
Undocumented Protected by an Accessible By clause |
kupu$utilities_int.get_parameter_value(name IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||
SELECT kupu$utilities_int.get_parameter_value('db_securefile') |
|||||||||||||||||||||||||
GET_REMOTE_DBLINK_USER | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.get_remote_dblink_user( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
GET_SESSION_STAT | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.get_session_stat( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
GET_SHARDED_TABLE_FAMILY_ID | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.get_sharded_table_family_id( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
GPD_IMP_ALLOWED | |||||||||||||||||||||||||
Undocumented Protected by an Accessible By clause |
kupu$utilities_int.gpd_imp_allowed RETURN BINARY_INTEGER; |
||||||||||||||||||||||||
SELECT kupu$utilities_int.gpd_imp_allowed |
|||||||||||||||||||||||||
INTALGCONV | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.intalgconv( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
IS_SUPERSET | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.is_superset( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
MAX_DATAPUMP_JOBS_PER_PDB | |||||||||||||||||||||||||
Undocumented Protected by an Accessible By clause |
kupu$utilities_int.max_datapump_jobs_per_pdb RETURN BINARY_INTEGER; |
||||||||||||||||||||||||
SELECT value |
|||||||||||||||||||||||||
RELEASE_DP_UPDATE_LOCK | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.release_dp_update_lock(swlock_handle IN VARCHAR2); |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
SET_DEBUG | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.set_debug(debug_flags IN BINARY_INTEGER); |
||||||||||||||||||||||||
exec kupu$utilities_int.set_debug(0); |
|||||||||||||||||||||||||
TEN_G_LOGON_ALLOWED | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.ten_g_logon_allowed RETURN NUMBER; |
||||||||||||||||||||||||
SELECT kupu$utilities_int.ten_g_logon_allowed |
|||||||||||||||||||||||||
UPDATEFEATURETABLE | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.updateFeatureTable( |
||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||
WRITEAUDITRECORD | |||||||||||||||||||||||||
Undocumented | kupu$utilities_int.writeAuditRecord( |
||||||||||||||||||||||||
TBD |
Related Topics |
Built-in Functions |
Built-in Packages |
Database Security |
KUPU$UTILITIES |
What's New In 21c |
What's New In 23c |
This site is maintained by Dan Morgan. Last Updated: | This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2023 Daniel A. Morgan All Rights Reserved | |||||||||
|
||||||||||