EXPORTTHREADS

Sets the the default number of threads that can be produced during parallel data export.

Syntax

EXPORTTHREADS appname dbname n

Description

This setting enables the user to specify the number of threads that can be used to export data. The export process is then executed in parallel, and multiple threads can retrieve data and write to their corresponding export files concurrently. If EXPORTTHREADS is not specified, or is not followed by its arguments, then the default value of 1 is used.

Notes

For more information about the export utility, see the Oracle Essbase Database Administrator's Guide.

Example

EXPORTTHREADS sample basic 4

See Also

Export Data (MaxL)

PAREXPORT (ESSCMD)