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_XMLQUERY, 23 of 29


setRaiseNoRowsException Procedure

This procedure tells the XSU whether or not to throw an OracleXMLNoRowsException when the XML document generated is empty. By default, the exception is not thrown.

Syntax

DBMS_XMLQUERY.setRaiseNoRowsException (

ctxHdl  IN ctxType, 
flag  IN BOOLEAN);

Parameters

Table 72-23 shows the parameters of the setRaiseNoRowsException procedure.

Table 72-23 setRaiseNoRowsException Procedure Parameters
Parameter  Description 

ctxHdl (IN) 

The context handle. 

flag (IN) 

throw OracleXMLNoRowsException if no data? 


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