Custom table space names

Applies to: On premises

You can customize the table spaces in the OpenPages® database. These procedures are intended for database administrators.

To customize the table space names, edit the following properties in the sql-wrapper.sql file:
define opx_dflt_data_ts='AURORA'
define opx_dflt_indx_ts='INDX'
define opx_dflt_temp_data_ts='AURORA_NL'
define opx_dflt_temp_indx_ts='AURORA_NLI'
define opx_dflt_dedi_temp_ts='AURORA_TEMP'
define opx_dflt_snp_ts='AURORA_SNP'
define opx_dflt_clob_data_ts='AURORA_CLOB_DATA'
define opx_dflt_domain_indx_ts='AURORA_DOMAIN_INDX'

Give the new table space names to the user who will install OpenPages. The table space names must be provided during the installation process.