| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_DEBUG, 3 of 27
This procedure performs an internal consistency check. SELF_CHECK also runs a communications test to ensure that the Probe processes are able to communicate.
If SELF_CHECK does not return successfully, then an incorrect version of DBMS_DEBUG was probably installed on this server. The solution is to install the correct version (pbload.sql loads DBMS_DEBUG and the other relevant packages).
DBMS_DEBUG.SELF_CHECK ( timeout IN binary_integer := 60);
| Parameter | Description |
|---|---|
timeout |
The timeout to use for the communication test. Default is 60 seconds. |
All of these exceptions are fatal. They indicate a serious problem with Probe that prevents it from working correctly.
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|