[Home] [Help]
[Dependency Information]
| Object Name: | FND_OPS_INSTANCES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_OPS_INSTANCES
|
| 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: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_OPS_INSTANCES_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
INSTANCE_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE_NUMBER | NUMBER | Yes | Oracle Parallel Server instance number | |
| PRIMARY_SERVICE_NAME | VARCHAR2 | (255) | ||
| SECONDARY_SERVICE_NAME | VARCHAR2 | (255) | Secondary service name of the instance | |
| ENABLED | VARCHAR2 | (1) | Yes | Flag (Y|N) that indicates whether the Conflict Resolution Manager or Scheduler may connect to this instance |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
| SERVICE_NAME | VARCHAR2 | (255) | Yes | Primary service name of the instance |
| TIME_STAMP | DATE | |||
| STATUS | VARCHAR2 | (1) | Yes | |
| DESCRIPTION | VARCHAR2 | (255) |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE_NUMBER
, PRIMARY_SERVICE_NAME
, SECONDARY_SERVICE_NAME
, ENABLED
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SERVICE_NAME
, TIME_STAMP
, STATUS
, DESCRIPTION
FROM APPLSYS.FND_OPS_INSTANCES;
APPLSYS.FND_OPS_INSTANCES does not reference any database object
APPLSYS.FND_OPS_INSTANCES is referenced by following:
APPLSYS
FND_OPS_INSTANCES#
|
|
|
|