FND_SEARCH_ATTACH_CONT
Table for storing ContentTypes and their configuration for OSCS crawling.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
Name | Columns |
---|---|
FND_SEARCH_ATTACH_CONT_PK |
CONTENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CONTENT_ID | NUMBER | 18 | Yes | CONTENT_ID - Unique internal id for primary key. | |
CONTENT_TYPE | VARCHAR2 | 255 | Yes | CONTENT_TYPE - Unique mime type / content type | |
INDEX_NAME | VARCHAR2 | 240 | Yes | INDEX_NAME - Name of index, if index specific values are required. This column is reserved for future use. | |
SEARCH_ENABLED_FLAG | VARCHAR2 | 1 | Yes | SEARCH_ENABLED_FLAG - Is this attachment searchable at all? If 'N', no metadata or attachment content will be indexed for files of this CONTENT_TYPE. | |
CONTENT_SEARCHABLE_FLAG | VARCHAR2 | 1 | Yes | CONTENT_SEARCHABLE_FLAG - is the content of the attachment searchable? Cannot be 'Y' if SEARCH_ENABLED_FLAG = 'N'. | |
MAX_FILE_SIZE | NUMBER | 18 | Yes | MAX_FILE_SIZE - the maximum file size in bytes. This is the 'on disk' size of the file. | |
MAX_CONTENT_SIZE | NUMBER | 18 | Yes | MAX_CONTENT_SIZE - the maximum size of the extracted file content that will be indexed. | |
MODULE_ID | VARCHAR2 | 32 | Yes | Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. | |
SEED_DATA_SOURCE | VARCHAR2 | 512 | Seed data file from which the row originates. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
ORA_SEED_SET1 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N. | |
ORA_SEED_SET2 | VARCHAR2 | 1 | Yes | Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_SEARCH_ATTACH_CONT_U1 | Unique | Default | CONTENT_ID, ORA_SEED_SET1 |
FND_SEARCH_ATTACH_CONT_U11 | Unique | Default | CONTENT_ID, ORA_SEED_SET2 |
FND_SEARCH_ATTACH_CONT_U2 | Unique | Default | CONTENT_TYPE, INDEX_NAME, ORA_SEED_SET1 |
FND_SEARCH_ATTACH_CONT_U21 | Unique | Default | CONTENT_TYPE, INDEX_NAME, ORA_SEED_SET2 |