Table Options

Table Options are managed on the Options tab of the Table Designer. Just simply click an option for editing.

Tablespace
Define a tablespace different from the default tablespace to create a table.

Logging
Specify whether creation of a database object will be logged in the redo log file (LOGGING) or not (NOLOGGING).

Compression
Specify whether to compress data segments to reduce disk use. It is valid only for heap-organized tables.

Cache
Indicate how blocks are stored in the buffer cache.

Parallel With Degree
Specify the degree of parallelism, which is the number of parallel threads used in the parallel operation.

Row Movement
With the option on, it allows the database to move a table row. It is possible for a row to move, for example, during table compression or an update operation on partitioned data.

Physical Attributes
Refer to Editing Physical Attributes/Default Storage Characteristics.