Oracle® OLAP DML Reference 10g Release 1 (10.1) Part Number B10339-02 |
|
|
View PDF |
The EIFSHORTNAMES option controls the structure of the extension of EIF overflow (extension) file names.
Data type
BOOLEAN
Syntax
EIFSHORTNAMES = YES|NO
Arguments
Sets the extension of EIF overflow (extension) file names to xx
, where each x
is an automatically assigned lowercase letter between a
and z
.
Sets the extension of EIF overflow (extension) file names to ennn
, where nnn is a three-digit number beginning with 001.(Default)
Notes
By default, EIF extension file names have the structure filename.ennn, where nnn is a three-digit number beginning with 001, to distinguish them from workspace extension file names.
For example, when an EIF file is named export.eif
, the extension files are named export.e001
, export.e002
, and so on.
When EIFSHORTNAMES is set to YES
, the extension files are named export._aa
, export._ab
, and so on.
Examples