Entering content frame

Procedure documentation param_init Locate the document in the library structure

Use

You initialize all database parameters required to create a new database instance. This procedure uses the name of the database instance from the session with the Database Manager. This database instance must not have a database parameter file yet.

First, all database parameters are filled with their values from the default parameter file.

The initialization is performed only within the Database Manager program. To save the parameters in the database parameter file, you need to check all parameters (see: param_checkall) and confirm them (see: param_commitsession).

See also:

Database Administration Tutorial, Structure linkCreating and Configuring a Database Instance

Concepts of the Database System, Structure linkCreating and Configuring a Database Instance

Prerequisites

      You have opened a parameter session (see: param_startsession).

      You have the server authorization InstallMgm.

Syntax

param_init [<database_type>]

<database_type>

Database type, possible values are: OLTP | LVC

OLTP: MaxDB database instance

LVC: liveCache database instance

The system default is OLTP

Reply

OK

In the event of errors, see Reply Format.

 

Leaving content frame