| Oracle KUPU$UTILITIES_INT Version 26ai |
|---|
| General Information | ||||||||||||||||||||||||||||
| Library Note |
|
|||||||||||||||||||||||||||
| Purpose | DataPump utilities | |||||||||||||||||||||||||||
| AUTHID | DEFINER | |||||||||||||||||||||||||||
| Data Types | TYPE t_traceentries .... |
|||||||||||||||||||||||||||
| 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 |
|
|||||||||||||||||||||||||||
| CALL_STATS_SET_TRACE (new 23ai) |
||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.call_stats_set_trace; |
|||||||||||||||||||||||||||
exec kupu$utilities_int.call_stats_set_trace; |
||||||||||||||||||||||||||||
| 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('/u03'); |
||||||||||||||||||||||||||||
| 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 | ||||||||||||||||||||||||||||
| INTALGCONV | ||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.intalgconv( |
|||||||||||||||||||||||||||
| TBD | ||||||||||||||||||||||||||||
| INT_CHECK_IF_SHARDED_DB (new 23ai) |
||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.int_check_if_sharded_db RETURN NUMBER; |
|||||||||||||||||||||||||||
| 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); |
||||||||||||||||||||||||||||
| SET_KGL_TIME_TO_WAIT_FOR_LOCKS (new 23ai) |
||||||||||||||||||||||||||||
| Undocumented |
kupu$utilities_int.set_kgl_time_to_wait_for_locks(lwait_time IN NUMBER); |
|||||||||||||||||||||||||||
| TBD | ||||||||||||||||||||||||||||
| TEN_G_LOGON_ALLOWED | ||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.ten_g_logon_allowed RETURN NUMBER; |
|||||||||||||||||||||||||||
SELECT kupu$utilities_int.ten_g_logon_allowed; |
||||||||||||||||||||||||||||
| TRACE_DUMP (new 23ai) |
||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.trace_dump(banner_ident IN VARCHAR2); |
|||||||||||||||||||||||||||
| TBD | ||||||||||||||||||||||||||||
| TRACE_FREE (new 23ai) |
||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.trace_free; |
|||||||||||||||||||||||||||
| TBD | ||||||||||||||||||||||||||||
| TRACE_GET (new 23ai) |
||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.trace_get( |
|||||||||||||||||||||||||||
| TBD | ||||||||||||||||||||||||||||
| TRACE_WRITE (new 23ai) |
||||||||||||||||||||||||||||
| Undocumented | kupu$utilities_int.trace_write( |
|||||||||||||||||||||||||||
| TBD | ||||||||||||||||||||||||||||
| 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 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 | ||||||||
|
|
|||||||||