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


TABLE: APPLSYS.FND_DOCUMENTS_LONG_RAW

Object Details
Object Name: FND_DOCUMENTS_LONG_RAW
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_DOCUMENTS_LONG_RAW
Subobject Name:
Status: VALID


FND_DOCUMENTS_LONG_RAW stores images and OLE
Objects, such as Word Documents and Excel
spreadsheets, in the database. If the user elects
to link an OLE Object to the document, this table
stores the information necessary for Oracle Forms
to activate the OLE server, and it saves a
bit-mapped image of the OLE server's contents.
If the user does not elect to link an OLE Object,
the entire document will be stored in this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DOCUMENTS_LONG_RAW_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMEDIA_ID
Columns
Name Datatype Length Mandatory Comments
MEDIA_ID NUMBER
Yes Media identifier
LONG_RAW LONG RAW (0)
Image or OLE object
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT MEDIA_ID
,      LONG_RAW
FROM APPLSYS.FND_DOCUMENTS_LONG_RAW;

Dependencies

[top of page]

APPLSYS.FND_DOCUMENTS_LONG_RAW does not reference any database object

APPLSYS.FND_DOCUMENTS_LONG_RAW is referenced by following:

SchemaAPPS
SynonymFND_DOCUMENTS_LONG_RAW