[Home] [Help]
[Dependency Information]
Object Name: | FND_APP_SERVERS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table will track the servers used by the E-Business Suite system. This includes the internal server configured by AutoConfig, and any external servers (e.g. Portal installations, OID installations, etc.) referenced by the system.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_APP_SERVERS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
FND_APP_SERVERS_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (255) | Yes | Unique name for the server. |
SERVER_GUID | RAW | (16) | Yes | Standard who column for Apps. |
CREATION_DATE | DATE | Yes | Standard who column for Apps. | |
CREATED_BY | NUMBER | Yes | Standard who column for Apps | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column for Apps. | |
LAST_UPDATED_BY | NUMBER | Yes | tandard who column for Apps. | |
LAST_UPDATE_LOGIN | NUMBER | Yes | Standard who column | |
NODE_ID | NUMBER | Yes | Key into fnd_nodes to identify the host upon which the processes for this server run. | |
INTERNAL | VARCHAR2 | (1) | Yes | Y/N. Is this server internal to the E-Business Suite system (i.e. configured by AutoConfig)? |
APPL_TOP_GUID | RAW | (16) | Key into fnd_appl_tops. Only applies to application tier servers. | |
SERVER_TYPE | VARCHAR2 | (30) | Yes | Type of server. There are two types of internal servers for 11i: DB and APPS. External server types TBD. |
PRI_ORACLE_HOME | RAW | (16) | Primary ORACLE_HOME. For an 11i Applications Tier server, this would be the 8.0.6 home against which the Apps are built. For a DB tier server, this would be the DBs ORACLE_HOME. | |
AUX_ORACLE_HOME | RAW | (16) | Auxiliary ORACLE_HOME. For an 11i Applications Tier server, this is the iAS Oracle Home. Database servers do not have an auxiliary ORACLE_HOME. |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, SERVER_GUID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, NODE_ID
, INTERNAL
, APPL_TOP_GUID
, SERVER_TYPE
, PRI_ORACLE_HOME
, AUX_ORACLE_HOME
FROM APPLSYS.FND_APP_SERVERS;
APPLSYS.FND_APP_SERVERS does not reference any database object
APPLSYS.FND_APP_SERVERS is referenced by following:
|
|
|