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_DEFER_QUERY, 4 of 6


GET_CALL_ARGS Procedure

This procedure returns the text version of the various arguments for the specified call. The text version is limited to the first 2000 bytes.

See Also:

 

Syntax

DBMS_DEFER_QUERY.GET_CALL_ARGS (
   callno    IN  NUMBER,
   startarg  IN  NUMBER := 1,
   argcnt    IN  NUMBER,       
   argsize   IN  NUMBER,     
   tran_id   IN  VARCHAR2, 
   date_fmt  IN  VARCHAR2, 
   types     OUT TYPE_ARY,  
   forms     OUT TYPE_ARY,
   vals      OUT VAL_ARY);

Parameters

Table 11-8 GET_CALL_ARGS Procedure Parameters
Parameter  Description 
callno
 

Identification number from the DEFCALL view of the deferred remote procedure call (RPC). 

startarg
 

Numerical position of the first argument you want described. 

argcnt
 

Number of arguments in the call. 

argsize
 

Maximum size of returned argument. 

tran_id
 

Identifier of the deferred transaction. 

date_fmt
 

Format in which the date is returned. 

types
 

Array containing the types of arguments. 

forms
 

Array containing the character set forms of arguments. 

vals
 

Array containing the values of the arguments in a textual form. 

Exceptions

Table 11-9 GET_CALL_ARGS Procedure Exceptions
Exception  Description 
NO_DATA_FOUND
 

Input parameters do not correspond to a parameter of a deferred call. 


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