Show TOC

db_activateLocate this document in the navigation structure

Use

Use this DBM command when you start a new database for the first time, and thereby create the database system administrator.

We recommend that you use upper-case letters for the user name and password.

Note

Do not enter the character string SYSDBA as the user name because this is a reserved SQL keyword (see: Conventions for User Names and Passwords).

Also use this command to initialize a database. This deletes the catalog information and the application data in the database. The database parameters remain unaffected by this.

Prerequisites
  • You have the server permission AccessUtility.

  • The database is in the ADMIN operational state.

Structure

db_activate <database_system_administrator>,<password>

Option

Description

<database_system_administrator>

Name of the database system administrator

<password>

Password of the database system administrator

Result

OK

In the event of errors, see Reply Format.

More Information