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, 16 of 27


ENABLE_BREAKPOINT Function

This function is the reverse of disabling. This enables a previously disabled breakpoint.

Syntax

DBMS_DEBUG.ENABLE_BREAKPOINT (
   breakpoint IN BINARY_INTEGER)
  RETURN BINARY_INTEGER;

Parameters

Table 9-23 ENABLE_BREAKPOINT Function Parameters
Parameter  Description 
breakpoint
 

Breakpoint number from a previous call to SET_BREAKPOINT

Returns

Table 9-24 ENABLE_BREAKPOINT Function Returns
Return  Description 
success
 

 

error_no_such_breakpt
 

No such breakpoint exists. 

error_idle_breakpt
 

Cannot enable an unused breakpoint. 


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