SET_DEFAULT_TABLESPACE¶
Applies to: ORAFlex PGFlex
This command sets the default table space to use when creating tables through Dataflex. A tablespace is a container of segments (objects that have an allotted amount of space), i.e. tables and indexes.
Syntax
SET_DEFAULT_TABLESPACE to {variable}
Parameter |
Description |
---|---|
variable |
Name of the default table space |
Example
SET_DEFAULT_TABLESPACE to "Users"