Oracle® Fusion Middleware Administrator's Guide for Oracle Application Development Framework 11g Release 1 (11.1.1.5.0) Part Number E15470-05 |
|
|
View PDF |
This appendix describes tables that form parts of ADF Mobile transaction replay service schema.
This appendix includes the following sections:
Note:
REPLAY_JOBS
and REPLAY_USERS
tables are internal to the transaction replay service and are not described in this appendix.Table C-1 contains details on the REPLAY_ITEM
table.
Table C-1 REPLAY_ITEM Table Column Details
Column Name | Type | Length | Key | Comments |
---|---|---|---|---|
|
|
15 |
Primary Key |
Primary KeyID and the primary key. Replay items are processed in the order of |
|
|
10 |
Foreign Key |
Foreign key to the |
|
|
10 |
Foreign Key |
Numerical status of replay item during processing through the transaction replay service. |
|
|
10 |
Primary Key, Foreign Key |
A unique identifier for a disconnected client device. Items with the same |
|
|
2000 |
NA |
The user name for an enterprise server application. Used for authentication and authorization to the back-end server where items are replayed. |
|
|
4000 |
NA |
The user password for an enterprise server application. Used for authentication and authorization to the back-end server where items are replayed. |
|
|
NA |
An XML-formatted string containing input parameters to the corresponding replay type method call. Note that this is not a required column. |
|
|
|
4000 |
NA |
Detailed error information regarding an item during replay. |
|
|
NA |
The timestamp when the replay item was posted to the table. |
|
|
|
NA |
The timestamp when the replay item was replayed on the server. Also indicates the time when a replay item status is set to success or error. |
|
|
|
15 |
Foreign Key |
Dependency of this item. It may contain the |
Table C-2 contains details on the REPLAY_TYPE
table.
Table C-2 REPLAY_TYPE Table Column Details
Column Name | Type | Length | Key | Comments |
---|---|---|---|---|
|
|
10 |
Primary Key |
ID number and the primary key of the |
|
|
1000 |
NA |
Descriptive name for the replay type. |
|
|
1000 |
NA |
The invocation type to be used for replaying the type.For example, Java Class, Web Service, or Oracle ADF Business Service. |
|
|
1000 |
NA |
ADF application module runtime configuration name. |
|
|
1000 |
NA |
The full class name including the package name. |
|
|
1000 |
NA |
The method to be called on the application. |
|
|
2000 |
NA |
The location of the XSD URL used for validation. |
|
|
2000 |
NA |
The location of the XSLT URL that is to be used for transformation. |
|
|
40 |
NA |
Password type. The supported values are CSF for credential store, and PKE for public key encryption. |
|
|
1000 |
NA |
Specific map name for this given replay type. |
|
|
1000 |
NA |
Port classname for JAX-WS proxy. |
|
|
2000 |
NA |
The client security policy configuration file for JAX-WS proxy. |
Table C-3 contains details on the REPLAY_STATUS
table.