Oracle9i Replication Management API Reference
Release 1 (9.0.1)

Part Number A87502-01
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, 2 of 6


GET_ARG_FORM Function

This function returns the character set form of a deferred call parameter.

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_FORM (
   callno                IN   NUMBER,
   arg_no                IN   NUMBER,
   deferred_tran_id      IN   VARCHAR2)
  RETURN NUMBER;

Parameters

Table 13-2 GET_ARG_FORM Function Parameters
Parameter  Description 
callno
 

Call identifier from the DEFCALL view. 

arg_no
 

Position of desired parameter in calls argument list. Parameter positions are 1...number of parameters in call. 

deferred_tran_id
 

Deferred transaction identification. 

Exceptions

Table 13-3 GET_ARG_FORM Function Exceptions
Exception  Description 
NO_DATA_FOUND
 

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

Returns

Table 13-4 GET_ARG_FORM Function Returns
Constant Return Value  Return Value  Possible Datatype 
DBMS_DEFER_QUERY.ARG_FORM_NONE
 
0
 
DATE
NUMBER
ROWID
RAW
BLOB
User-defined types
 
DBMS_DEFER_QUERY.ARG_FORM_IMPLICIT
 
1
 
CHAR
VARCHAR2
CLOB
 
DBMS_DEFER_QUERY.ARG_FORM_NCHAR
 
2
 
NCHAR
NVARCHAR2
NCLOB
 

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