Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 12 of 179


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.

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 8-17 GET_CALL_ARGS Procedure Parameters
Parameter  Description 
callno
 

ID number from the DEFCALL view of the deferred 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 should be 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 8-18 GET_CALL_ARGS Procedure Exceptions
Exception  Description 
NO_DATA_FOUND
 

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


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index