Installation & Upgrade & De-Installation

This chapter describes all installation/upgrade/de-installation steps.

Installation

This paragraph describes the installation

Prerequisites

This paragraph describes all necessary steps which must be completed before you start the DMK_DBCREATE installation.

  • a successful installation of DMK as it’s the root component of DMK_DBCREATE

Software extraction

Based on the dbi services and OFA (Oracle Flexible Architecture) best practices extract the archive under ${ORACLE_BASE}/local, as explained below:

gzip --decompress dmk-xx-xx-xxxx.tar.gz
tar -xvf dmk-xx-xx-xxxx.tar

Typically, ${ORACLE_BASE} match:

  • “/u01/app/oracle ” on Linux/Unix

  • “D:\oracle”on Microsoft Windows systems

Install

To complete the installation you just need to re-source DMK. This can be either achieved by

  • restarting the PowerShell Console

  • sourcing DMK within your shell (alias dmk)

Enjoy!

Upgrade

dbi services recommend to perform a backup of your DMK_DBCREATE package before upgrading.

The upgrade process is similar to the installation except that the prerequisites are already fulfilled:

  • Extract the software as explained in chapter 3.1.2 Software extraction

  • Install DMK as explained in chapter 3.1.3 Install

⚠️Upgrades of versions prior to the 12-10 require a reinstallation.

That’s it!

Upgrades of DBCA Templates

To use DBCA Templates from previous version the following has to be modified:

  • In the header now the template version is specified under description:

  • Disabled Autoextend for the UNDOTBS1 tablespace and instead increased the allocation size:(modified values marked yellow)

  • Added the following Oracle parameters:

  • This DBCA template upgrade is now done automatically:

Upgrade of Database Templates

To use Database Templates from the previous version the following has to be done:

  • Add parameter AUDIT_RETENTION_DAYS = 31

De-installation

This paragraph describes the de-installation of the DMK_ DBCREATE toolkit.

For Linux:

For Windows:

Last updated