[Home] [Help]
[Dependency Information]
| Object Name: | FND_ORACLE_HOMES |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_ORACLE_HOMES
|
| Subobject Name: | |
| Status: | VALID |
This table tracks ORACLE_HOME mount points. Each mount point has a distinct host and path.
A single, physical ORACLE_HOME (identified by the File_System_GUID) may have multiple mountpoints, and thus multiple rows in this table.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_ORACLE_HOMES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ORACLE_HOME_ID
|
| FND_ORACLE_HOMES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
NODE_ID
PATH
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORACLE_HOME_ID | RAW | (16) | Yes | Generated unique ID for the mount point |
| NAME | VARCHAR2 | (30) | Yes | Internal name of the |
| PATH | VARCHAR2 | (512) | Yes | Full path to ORACLE_HOME mount point |
| NODE_ID | NUMBER | Yes | Node of mount point | |
| VERSION | VARCHAR2 | (64) | Yes | ORACLE_HOME version. (e.g. 8.1.6) |
| CREATED | DATE | Yes | Date row was created | |
| DESCRIPTION | VARCHAR2 | (2000) | Description | |
| FILE_SYSTEM_GUID | RAW | (16) | Yes | This is a stamp that is written into a central directory in the ORACLE_HOME by Rapid Install. This allows us to identify that two APPL_TOPs found on two different nodes are the same shared file system |
| CREATED_BY | NUMBER | Created_By | ||
| CREATION_DATE | DATE | Yes | Creation_Date | |
| LAST_UPDATED_BY | NUMBER | Yes | Last_Updated_By | |
| LAST_UPDATE_DATE | DATE | Yes | Last_Update_Date | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Last_Update_Login |
Cut, paste (and edit) the following text to query this object:
SELECT ORACLE_HOME_ID
, NAME
, PATH
, NODE_ID
, VERSION
, CREATED
, DESCRIPTION
, FILE_SYSTEM_GUID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPLSYS.FND_ORACLE_HOMES;
APPLSYS.FND_ORACLE_HOMES does not reference any database object
APPLSYS.FND_ORACLE_HOMES is referenced by following:
APPLSYS
FND_ORACLE_HOMES#
|
|
|
|