The <ora-table-tablespaces> database configuration element

The <ora-table-ddl> element in file database-config.xml contains, at most, a single occurrence of subelement <ora-table-tablespaces>. The use of the <ora-table-tablespaces> element is optional. Use this element to provide overrides for the default table, index, and LOB tablespaces for a specific, named table in an Oracle database.

The <ora-table-tablespaces> element has the following syntax. The following code sample shows required attributes in bold font.

<database>
  <upgrade>
    <ora-db-ddl>
      <ora-table-ddl table-name="string">
        <ora-table-tablespaces index-tablespace="string" lob-tablespace="string"
              table-tablespace="string"/>
      </ora-table-ddl>
    </ora-db-ddl>
  </upgrade>
</database>

The following list describes the attributes that you can configure on the <ora-table-tablespaces> element. All of these attributes are optional.

index-tablespace

Name of the tablespace override for the specified index.

lob-tablespace

Name of the tablespace override for the specified LOB column.

table-tablespace

Name of the tablespace override for the specified table.

The <ora-table-tablespaces> element does not contain additional subelements.