DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_ORACLE_HOMES

Object Details
Object Name: FND_ORACLE_HOMES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_ORACLE_HOMES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnORACLE_HOME_ID
FND_ORACLE_HOMES_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNODE_ID
ColumnPATH
Columns
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
Query Text

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;

Dependencies

[top of page]

APPLSYS.FND_ORACLE_HOMES does not reference any database object

APPLSYS.FND_ORACLE_HOMES is referenced by following:

SchemaAPPS
SynonymFND_ORACLE_HOMES