Oracle PBSDE
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose DBMS_DEBUG and PROBE Support
AUTHID CURRENT_USER
Dependencies
DBMS_DEBUG DBMS_STANDARD PBUTL
DBMS_DEBUG_VC2COLL PBREAK PLITBLM
DBMS_SESSION    
Documented No
First Available Not Known
Security Model Owned by SYS with EXECUTE granted to PUBLIC
Source {ORACLE_HOME}/rdbms/admin/prvtpb.plb
Subprograms
 
DEBUG_LOOP
Undocumented pbsde.debug_loop RETURN BINARY_INTEGER;
SELECT pbsde.debug_loop;

-- hangs for at least 5 minutes, perhaps forever
-- the loop can be exited with CTRL-C and responds
-- with ORA-01013: User requested cancel of current operation.
 
INIT
Undocumented pbsde.init(
debugid        IN VARCHAR2,
create_pipes   IN BOOLEAN,
debug_role     IN VARCHAR2,
debug_role_pwd IN VARCHAR2);
exec pbsde.init('ZZYZX', FALSE, NULL, NULL);

PL/SQL procedure successfully completed.
 
SHUTDOWN
Undocumented pbsde.shutdown;
exec pbsde.shutdown;

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
DBMS_DEBUG
DBMS_DEBUG_JDWP
DBMS_DEBUG_JDWP_CUSTOM
PBREAK
PBRPH
What's New In 21c
What's New In 26ai

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