Previous Topic: Oracle Database Editor - Logging TabNext Topic: Oracle Database Link Editor


Oracle Database Editor - Tablespace Tab

The following describes the options for the Tablespace tab in the Oracle Database Editor dialog:

System Tablespace

A list box filtered with the databasename.SYSTEM tablespace and is NULL. Click the button to open the Tablespace Editor. This tablespace is created upon database creation. This tablespace can only be deleted upon database deletion. If you rename the database, then this tablespace is also renamed. It cannot be forward-engineered. If this tablespace is locally managed, it impacts two other options in this tab, Default Temporary Tablespace and Default Permanent Tablespace; they cannot be dictionary managed.

Default Temporary Tablespace

A list box filtered with Temporary tablespaces only if they exist. Click the button to browse for the tablespace.

Undo Tablespace

A list box filtered with Undo tablespaces only if they exist. Click the button to browse for the tablespace.

Sysaux Tablespace

Sysaux Tablespace is filtered with the databasename.SYSAUX tablespace and is NULL. Click the button to browse for the tablespace. This tablespace is created upon database creation. This tablespace can only be deleted upon database deletion. If you rename the database, then this tablespace is also renamed. It cannot be forward-engineered.

Default Permanent Tablespace

The Default Permanent Tablespace option is a list box filtered with Permanent tablespaces only if they exist. Click the button to browse for the tablespace.

Note: For Forward Engineering DDL logic, the following applies regarding each option in this tab:

System Tablespace

Generates the Extent Management Local or the Datafile clause, or both.

Default Temporary Tablespace

Generates the default_temp_tablespace clauses.

Undo Tablespace

Generates the undo_tablespace clauses.

SYSAUX Tablespace

Generates the SYSAUX clause.

Default Permanent Tablespace

Generates the default_tablespace clauses.