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, 3 of 6


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 Management tool's online help for information about displaying deferred transactions and error transactions in the Replication Management tool 

Syntax

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

Parameters

Table 11-5 GET_ARG_TYPE Function Parameters
Parameter  Description 
callno
 

Identification 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 11-6 GET_ARG_TYPE Function Exceptions
Exception  Description 
NO_DATA_FOUND
 

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

Returns

Table 11-7 GET_ARG_TYPE Function Returns
Constant Return Value  Return Value  Corresponding Datatype 
DBMS_DEFER_QUERY.ARG_TYPE_VARCHAR2
 
1
 
VARCHAR2
 
DBMS_DEFER_QUERY.ARG_TYPE_NUM
 
2
 
NUMBER
 
DBMS_DEFER_QUERY.ARG_TYPE_ROWID
 
11
 
ROWID
 
DBMS_DEFER_QUERY.ARG_TYPE_DATE
 
12
 
DATE
 
DBMS_DEFER_QUERY.ARG_TYPE_RAW
 
23
 
RAW
 
DBMS_DEFER_QUERY.ARG_TYPE_CHAR
 
96
 
CHAR
 
DBMS_DEFER_QUERY.ARG_TYPE_AnyData
 
109
 
AnyData
 
DBMS_DEFER_QUERY.ARG_TYPE_CLOB
 
112
 
CLOB
 
DBMS_DEFER_QUERY.ARG_TYPE_BLOB
 
113
 
BLOB
 
DBMS_DEFER_QUERY.ARG_TYPE_BFIL
 
114
 
BFILE
 
DBMS_DEFER_QUERY.ARG_TYPE_OBJECT_NULL_VECTOR
 
121
 
OBJECT_NULL_VECTOR
 
DBMS_DEFER_QUERY.ARG_TYPE_TIMESTAMP
 
180
 
TIMESTAMP
 
DBMS_DEFER_QUERY.ARG_TYPE_TSTZ
 
181
 
TSTZ
 
DBMS_DEFER_QUERY.ARG_TYPE_IYM
 
182
 
IYM
 
DBMS_DEFER_QUERY.ARG_TYPE_IDS
 
183
 
IDS
 
DBMS_DEFER_QUERY.ARG_TYPE_TSLTZ
 
231
 
TSLTZ
 


Note:

 

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