Skip to content

Load Database

Loads a database from hard disk into memory.

Permissions

Command KindNeeded User Kind
SystemSys, SysTech

Parameters

NameTypeDescriptionRequiredDefaultValues
DirectorystringDirectory on the server where the files are saved.yes
DatabasestringName of the database ([Database]). If the name is empty, the 'Database' parameter of the database control file is used (Control.txt in the database folder).no

Result

No fields

Code

text
LOAD DATABASE
DIRECTORY=[string, Needed]
DATABASE=[string]