Show TOC

param_initLocate this document in the navigation structure

Use

With this command you initialize all database parameters required to create a new database.

The procedure uses the database name from the Database Manager session. This database must not have a database parameter file yet.

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

These initial values are only stored 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).

Prerequisites
Structure

param_init [<database_type>]

Option

Description

<database_type>

Database type

Possible values are: OLTP | LVC

OLTP: SAP MaxDB database

LVC: liveCache database

The system default is OLTP.

Result

OK

In the event of errors, see Reply Format.

More Information