Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 11 of 179


GET_ARG_TYPE function

This function determines the type of an argument in a deferred call. The type of the deferred remote procedure call (RPC) parameter is returned.

See Also:

The Replication Manager online help for information about displaying deferred transactions and error transactions in Replication Manager. 

Syntax

DBMS_DEFER_QUERY.GET_ARG_TYPE (
   callno            IN   NUMBER,
   arg_no            IN   NUMBER,
   deferred_tran_id  IN   VARCHAR2)
  RETURN NUMBER;

Parameters

Table 8-14 GET_ARG_TYPE Function Parameters
Parameter  Description 
callno
 

ID number from the DEFCALL view of the deferred remote procedure call. 

arg_no
 

Numerical position of the argument to the call whose type you want to determine. The first argument to a procedure is in position 1. 

deferred_tran_id
 

Identifier of the deferred transaction. 

Exceptions

Table 8-15 GET_ARG_TYPE Function Exceptions
Exception  Description 
NO_DATA_FOUND
 

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

Returns

Table 8-16 GET_ARG_TYPE Function Returns
Return Value  Corresponding Datatype 
1
 
VARCHAR2
 
2
 
NUMBER
 
11
 
ROWID
 
12
 
DATE
 
23
 
RAW
 
96
 
CHAR
 
112
 
CLOB
 
113
 
BLOB
 

Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index