DMK Oracle
release_2.2.0
release_2.2.0
  • Introduction
  • Release 2 note
  • ⚙️Installation and configuration
    • Installation & Upgrade & De-installation (Unix)
    • Installation & Upgrade & De-installation (Windows)
    • Functionalities & Features
    • Advanced Configuration
    • Variables and aliases
    • Migration to DMK
  • 🗄️Structure
    • Structure
    • Oracle Grid Infrastructure & DMK
    • Oracle Database Multitenant – DMK features
  • 📃Scripts
    • Status script
    • O.S Start/Stop script integration
      • O.S Start/Stop script integration until Red Hat/Oracle Linux 6
      • O.S Start/Stop script integration since Red Hat/Oracle Linux 7
    • dmk.sh / dmk-core.pl
    • service_start_stop.ksh
    • database.ksh
    • db_crs.ksh
    • listener.ksh
    • listener_vcs.ksh
    • fsdisc.ksh
    • emctlagent.ksh
    • emctlgrid.ksh
    • opmnctl.ksh
    • goldengate.ksh
    • dgobserver.ksh
    • version.ksh|version
    • housekeeping.{ksh|cmd }
    • odiagentctl.{ksh}
    • Libraries
      • DMK_ENV.pm
      • DMK_STATUS.pm
  • ℹ️Appendix
  • 🧩Extension
    • dmk_dbbackup
      • Introduction
      • Release notes
      • Installation
      • Functionalities & Features
      • Structure
      • dmk_rman.{ksh|cmd}
      • dmk_dtpump.{ksh|cmd}
      • dmk_backup_report.{ksh|cmd}
      • Appendix
    • dmk_dbcreate
      • Introduction
      • Release notes
      • Installation & Upgrade & De-Installation
      • Functionalities & Features
      • Database creation
      • Structure
      • Bug fix :DMK-14-10 and Oracle 12c
      • Appendix
    • dmk_dbduplicate
      • Introduction
      • Release notes
      • Installation & Upgrade & De-Installation
      • Functionalities & Features
      • Database duplicates/clones
      • Structure
      • Scheduling
      • Example
      • Appendix
    • dmk_ha
      • Introduction
      • Release notes
      • Installation & Upgrade & De-Installation
      • Functionalities & Features
      • Structure
      • Scripts
      • Data Guard : archivelog management strategy (Oracle 10g/11g)
      • Data Guard monitoring
      • DMK_HA virtual IP solution for Unix/Linux
      • DMK_HA virtual IP solution for Microsoft Windows
      • Oracle GoldenGate with Oracle Active Data Guard
      • Appendix
    • dmk_sql
      • Introduction
      • Installation & Upgrade & De-installation
      • Functionalities & Features
      • Structure
      • References
      • Scripts
      • Generate Report
      • Search
  • 📄OFA
    • Introduction
    • OFA Naming guidelines
    • OFA directory structure
Powered by GitBook
On this page
  • OS support
  • Main differences to Release 1

Release 2 note

This page describes Release 2 of DMK.

You will find a description of the new features in the dmk/docs/dmk_new_features_guide.html file. That is the initial starting point for a new / updated 2.x version. In this html file you will also find the link to this online documentation.

OS support

Version 2.0 supports Linux. For other Unix, it is unsure if it works. On AIX, it worked with bash, but not with ksh.

In Version 2.1, the variable setting is completely rewritten. As a consequence of that, it is now possible to also run it on AIX with ksh. This version should support all Unix platforms.

In version 2.2, Windows support with cmd.exe and optionally poweshell is added.

Main differences to Release 1

Release 2 is a re-design of the former DMK.

  • Oracle's oratab will be unchanged. DMK related information is stored in ora_homes and ora_sids

    • It is recommended to undo the non-Oracle changes of existing installations

  • Configuration is stored in

    • dmk.conf.default : a configuration file with dmk-defaults (will always be replaced during updates)

    • dmk.conf.local : a local configuration file for changed defaults and server-specific settings

    • $cda/$ORACLE_SID.conf : a configuration file per ORACLE_SID

  • Automatic detection of environmental changes

    • new ORACLE_HOME

    • changed ORACLE_HOME

    • new/removed ORACLE_SID

    • new/removed PDB's

  • New mechanism to detect Perl for startup of DMK (usually no configuration required)

  • New script to show status of

    • running Oracle processes

    • instance

    • Clusterware (crsctl)

    • Data Guard

  • Support for Grid-Infrastructure / RAC databases

  • New naming convention of packages

    • old: dmk-22-01-unix.zip

    • new: oracle_dmk-2.2.0-unix.zip

PreviousIntroductionNextInstallation & Upgrade & De-installation (Unix)

Last updated 5 months ago