FND_TABLESPACES

This table is used to store the latest tablespace mappings for db objects creation.

Details

  • Schema: FUSION

  • Object owner: fnd

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_TABLESPACES_PK

TABLESPACE_TYPE

Columns

Name Datatype Length Not-null Comments
TABLESPACE_TYPE VARCHAR2 30 Yes Tablespace classification.
TABLESPACE_NAME VARCHAR2 30 Yes Tablespace default value.
CUSTOM_TABLESPACE_NAME VARCHAR2 30 Custom tablespace value.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FND_TABLESPACES_U1 Unique Default TABLESPACE_TYPE