UNLOADDB

Unloads a database from memory.

Syntax

UNLOADDB appName dbName
ParameterDescription

appName

Name of the application in which the database resides.

dbName

Name of the database to unload.

Example

UNLOADDB "SAMPLE" "BASIC";