The DATABASE command changes the default database for the current Vantage session.
Syntax
DATABASE database ;
Syntax Elements
- database
- Name of the new default database.
Usage Notes
When you invoke dul and log onto the database, the crashdumps database automatically becomes your default database. Vantage uses the database specified in the DATABASE command as the default database until the end of the session, or until you type a subsequent DATABASE command.
To use the DATABASE command, you must have SELECT privileges on the specified database.
Example: Changing the default database
To make the Personnel database the default database for the current session, type the following:
DATABASE Personnel ;The following appears:
*** Sending database Personnel to Vantage.
*** New default database accepted.