Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-02 |
|
|
View PDF |
(Read-only) The EIFBYTES option holds the number of bytes read by the most recent IMPORT (from EIF) command or written by the most recent EXPORT (to EIF) command.
Data type
INTEGER
Syntax
EIFBYTES
Examples
Example 13-19 Finding Out the Number of Bytes
To find out how many bytes of information were exported to an EIF file when you exported the dimensions of the demo
workspace, you use the following statements.
LIMIT name TO OBJ(TYPE) EQ 'DIMENSION' EXPORT ALL TO EIF FILE 'myfile.eif' SHOW EIFBYTES
The SHOW statement produces the following output.
2,038