The following describes the options for the Tablespace tab in the Oracle Database Editor dialog:
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.
A list box filtered with Temporary tablespaces only if they exist. Click the button to browse for the tablespace.
A list box filtered with Undo tablespaces only if they exist. Click the button to browse for the 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.
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:
Generates the Extent Management Local or the Datafile clause, or both.
Generates the default_temp_tablespace clauses.
Generates the undo_tablespace clauses.
Generates the SYSAUX clause.
Generates the default_tablespace clauses.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|