Oracle9i Replication Management API Reference Release 2 (9.2) Part Number A96568-01 |
|
Oracle provides several views for you to use when administering deferred transactions. These views provide information about each deferred transaction, such as the transaction destinations, the deferred calls that make up the transactions, and any errors encountered during attempted execution of the transaction.
This chapter describes the following views:
DEFCALL
DEFCALLDEST
DEFDEFAULTDEST
DEFERRCOUNT
DEFERROR
DEFLOB
DEFPROPAGATOR
DEFSCHEDULE
DEFTRAN
DEFTRANDEST
Caution: You should not modify the tables directly. Instead, use the procedures provided in the |
Records all deferred remote procedure calls.
For calls placed in the queue using asynchronous replication, Oracle uses null compression for column objects and object tables that contain three or more consecutive nulls. Therefore, this view may show fewer attributes than the total number of attributes in a column object and fewer columns than the total number for an object table. For example, null compression may cause a column object with eight attributes to show only five attributes.
Null compression does not apply to error transactions.
Lists the destinations for each deferred remote procedure call.
If you are not using Advanced Replication and do not supply a destination for a deferred transaction or the calls within that transaction, then Oracle uses the DEFDEFAULTDEST
view to determine the destination databases to which you want to defer a remote procedure call.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
The fully qualified database name to which a transaction is replicated. |
Contains information about the error transactions for a destination.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
- |
Number of existing transactions that caused an error for the destination. |
|
|
- |
Database link used to address destination. |
Contains the ID of each transaction that could not be applied. You can use this ID to locate the queued calls associated with this transaction. These calls are stored in the DEFCALL
view. You can use the procedures in the DBMS_DEFER_QUERY
package to determine the arguments to the procedures listed in the DEFCALL
view.
Contains the LOB parameters to deferred remote procedure calls (RPCs).
Contains information about the local propagator.
Contains information about when a job is next scheduled to be executed and also includes propagation statistics. The propagation statistics are for propagation of deferred transactions from the current site to the site specified in the DBLINK
column.
To clear the propagation statistics for a remote site and start fresh, use the CLEAR_PROP_STATISTICS
procedure in the DBMS_DEFER_SYS
package.
Records all deferred transactions in the deferred transactions queue at the current site.
Lists the destinations for each deferred transaction in the deferred transactions queue at the current site.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|