Oracle Database

Oracle Database

Data that is persisted by the Platform is partially stored in the file system and partially in one or more databases. 

For installations where Oracle or PostgreSQL is used, two users are created:

  • Owner of database objects (default: mzowner)

  • Runtime user (default: mzadmin

The passwords for those two users are set in the file install.xml file at installation:

Property

Description

Property

Description

install.ora.jdbc.password

Password for runtime user (Oracle)

install.ora.password

Password for owner of database objects (Oracle).

install.pg.jdbc.password

Password for owner of database objects (PostgreSQL).

install.ora.password

Password for runtime user (PostgreSQL)

It is recommended that the passwords in install.xml are removed after the installation.

For information about how to change the password of the runtime user, see Changing Database Password.