General Information
Library Note
Morgan's Library Page Header
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.