Oracle KU$_DPLOCK
Version 23c

General Information
Library Note Morgan's Library Page Header
ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling complimentary technical Workshops on Database Security for the first 30 Oracle Database customers located anywhere in North America, EMEA, LATAM, or APAC that send an email to asra_us@oracle.com. Request a Workshop for your organization today.
Purpose Loads the entire Data Pump utility including the metadata layer.

At the end of the dpload.sql script the package is dropped.
AUTHID DEFINER
Dependencies
DBMS_DB_VERSION DBMS_REGISTRY DUAL
DBMS_LOCK DBMS_STANDARD KU$_DPLOAD
Documented No
First Available 19c
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/dpload.sql
Subprograms
 
END_SW_UPDATE
Undocumented ku$_dplock.end_sw_update(swlock_handle IN VARCHAR2);
exec ku$_dplock.end_sw_update('10737418451073741845168');

PL/SQL procedure successfully completed.
 
GET_DB_VERSION
Undocumented ku$_dplock.get_db_version RETURN VARCHAR2;
SELECT ku$_dplock.get_db_version;

GET_DB_VERSION
---------------
23.0.0.0.0
 
START_SW_UPDATE
Undocumented ku$_dplock.start_sw_update(timeout IN NUMBER DEFAULT 0) RETURN VARCHAR2;
SELECT ku$_dplock.start_sw_update;

START_SW_UPDATE
------------------------
10737418451073741845168

Related Topics
Built-in Functions
Built-in Packages
KU$_DPLOAD
What's New In 21c
What's New In 23c

Morgan's Library Page Footer
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
  DBSecWorx