[Home] [Help]
[Dependency Information]
| Object Name: | FND_PERFORMANCE_TESTS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_PERFORMANCE_TESTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_PERFORMANCE_TESTS_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
TEST_ID
|
| FND_PERFORMANCE_TESTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
TEST_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEST_ID | NUMBER | Yes | Test identifier | |
| TEST_DATE | DATE | Yes | Identifies the date when the test was performed | |
| BATCH | VARCHAR2 | (2) | Yes | Indicates if the test was performed in batch mode, interactive mode, or if it is a reference test |
| DATA_SIZE | NUMBER | Yes | The amount of data used for the bandwidth test | |
| LATENCY_TRIALS | NUMBER | The number of trials for latency tests | ||
| BANDWIDTH_TRIALS | NUMBER | The number of trials for bandwidth tests | ||
| LATENCY_ITERATIONS | NUMBER | Number of iterations to calculate average latency | ||
| BANDWIDTH_ITERATIONS | NUMBER | Number of iterations to calculate average bandwidth | ||
| NOTES | VARCHAR2 | (2000) | Notes | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT TEST_ID
, TEST_DATE
, BATCH
, DATA_SIZE
, LATENCY_TRIALS
, BANDWIDTH_TRIALS
, LATENCY_ITERATIONS
, BANDWIDTH_ITERATIONS
, NOTES
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM APPLSYS.FND_PERFORMANCE_TESTS;
APPLSYS.FND_PERFORMANCE_TESTS does not reference any database object
APPLSYS.FND_PERFORMANCE_TESTS is referenced by following:
APPS
FND_PERFORMANCE_TESTS
|
|
|
|