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


DISABLE_BREAKPOINT Function

This function makes an existing breakpoint inactive, but it leaves it in place.

Syntax

DBMS_DEBUG.DISABLE_BREAKPOINT (
   breakpoint IN BINARY_INTEGER)
  RETURN BINARY_INTEGER; 

Parameters

Table 9-21 DISABLE_BREAKPOINT Function Parameters
Parameter  Description 
breakpoint
 

Breakpoint number from a previous call to SET_BREAKPOINT

Returns

Table 9-22 DISABLE_BREAKPOINT Function Returns
Returns  Description 
success
 

 

error_no_such_breakpt
 

No such breakpoint exists. 

error_idle_breakpt
 

Cannot disable 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