Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
Follow these steps to upgrade an Express database for use as an analytic workspace in Oracle9i:
EXPORT ALL TO EIF FILE 'upgrade.eif' REWRITE
where upgrade.eif
is the name of the file being created.
For information about directory aliases, refer to "Controlling Access to External Files".
For information about using OLAP Worksheet, refer to the Oracle9i OLAP Developer's Guide to the OLAP DML.
AW CREATE financials TABLESPACE olapts
where financials
is the name of the analytic workspace and olapts
is the name of a tablespace allocated for your use. Note that the DATABASE
command has changed to the AW
command.
IMPORT ALL FROM EIF FILE 'alias/upgrade.eif' DATA DFNS
where alias
is the name of the directory alias, and upgrade.eif
is the name of the EIF file.
UPDATE
COMMIT