Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_DEBUG, 3 of 27


SELF_CHECK Procedure

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).

Syntax

DBMS_DEBUG.SELF_CHECK (
   timeout IN binary_integer := 60);

Parameters

Table 9-3 SELF_CHECK Procedure Parameters
Parameter  Description 
timeout
 

The timeout to use for the communication test. Default is 60 seconds. 

Exceptions

Table 9-4 SELF_CHECK Procedure Exceptions
Exception  Description 
OER-6516
 

Probe version is inconsistent. 

pipe_creation_failure
 

Could not create a pipe. 

pipe_send_failure
 

Could not write data to the pipe. 

pipe_receive_failure
 

Could not read data from the pipe. 

pipe_datatype_mismatch
 

Datatype in the pipe was wrong. 

pipe_data_error
 

Data got garbled in the pipe. 

All of these exceptions are fatal. They indicate a serious problem with Probe that prevents it from working correctly.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback