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


DELETE_BREAKPOINT Function

This function deletes a breakpoint.

Syntax

DBMS_DEBUG.DELETE_BREAKPOINT (
   breakpoint IN BINARY_INTEGER)
  RETURN BINARY_INTEGER;

Parameters

Table 9-19 DELETE_BREAKPOINT Function Parameters
Parameter  Description 
breakpoint
 

Breakpoint number from a previous call to SET_BREAKPOINT

Returns

Table 9-20 DELETE_BREAKPOINT Function Returns
Return  Description 
success
 

 

error_no_such_breakpt
 

No such breakpoint exists. 

error_idle_breakpt
 

Cannot delete an unused breakpoint. 

error_stale_breakpt
 

The program unit was redefined since the breakpoint was set. 


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