ENABLE DATABASE

Syntax

ENABLE DATABASE database_name

Privileges

DBADMIN

Description

Use this command to ENABLE a previously disabled database. Once re-enabled, the database will be available again for use with the USE DATABASE command.

Return

OK string or error value (see SCSP protocol).

Example

> ENABLE DATABASE test.sqlite
OK