Restores the database to read-write mode after archiving is complete.
Syntax
ENDARCHIVE appName dbName| Parameter | Description |
|---|---|
appName | Name of the application containing the archived database. |
dbName | Name of the database. |
Notes
After you call BEGINARCHIVE, use ENDARCHIVE to restore the database to read-write mode. Otherwise, the read-only state persists even after the termination of the current session. See the Oracle Essbase Database Administrator's Guide for more information about restructuring and backup files.
Example
ENDARCHIVE;
See Also