SET_DEFAULT_INDEX_TABLESPACE¶

Applies to: ORAFlex PGFlex

This command sets the default table space for indexes when creating tables through the DataFlex API. A tablespace is a container of segments (objects that have an allotted amount of space), i.e. tables and indexes.

Syntax

SET_DEFAULT_INDEX_TABLESPACE to {variable}

Parameter

Description

variable

Variable to hold the default index table space name.

Example

SET_DEFAULT_INDEX_TABLESPACE to "Users"