Skip Headers
Oracle® Healthcare Data Model Installation Guide
11g Release 2 (11.2)

Part Number E18025-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

5 Backup, Recovery, and Deinstallation of Oracle Healthcare Data Model

This chapter explains how to deinstall Oracle Healthcare Data Model:

Backing Up and Recovering Oracle Healthcare Data Model

Backing up and recovering Oracle Healthcare Data Model involves a two-step process to:

  1. Backup or recover the relational objects

  2. Backup or recover the analytic workspace that is part of Oracle Healthcare Data Model

The following topics outline these steps:

Exporting Oracle Healthcare Data Model

Take the following steps to backup the Oracle Healthcare Data Model:

  1. Backup the OHDM_SYS schema by executing the expdp utility.

    This utility exports all physical tables containing the data and mining models. For more information, see Oracle Database Utilities.

  2. Backup the analytic workspace that is part of the Oracle Healthcare Data Model. The analytic workspace is backed up as an EIF file, named OHDM_BAK.EIF, which is generated under the ORACLE_HOME/ohdm/pdm/olap directory.

    1. Connect to the Database with ohdm_sys.

    2. Issue the following SQL statements.

      exec dbms_aw.execute('AW ATTACH OHDM');
      exec dbms_aw.execute('CDA OHDM_OLAP_DIR');
      exec dbms_aw.execute('EXPORT ALL TO EIF FILE ''OHDM_BAK.EIF'' NOTEMPDATA');
      exec dbms_aw.execute('AW DETACH OHDM');
      

Importing Oracle Healthcare Data Model

Take the following steps to restore Oracle Healthcare Data Model from the backup files:

  1. Restore the OHDM_SYS schema by executing the impdp utility.

    This utility imports all physical tables containing the data and mining models. For more information, see Oracle Database Utilities.

  2. Connect to the Database with ohdm_sys, and import the analytic workspace that was saved as an EIF file, named OHDM_BAK.EIF, under the ORACLE_HOME/ohdm/pdm/olap directory.

    exec dbms_aw.execute('IMPORT ALL TO EIF FILE ''OHDM_BAK.EIF');
    

Overview: Deinstalling Oracle Healthcare Data Model

To deinstall Oracle Healthcare Data Model, you do not simply run the Oracle Installer in deinstall mode. Instead, you perform the following tasks:

  1. Backup Oracle Healthcare Data Model, as described in "Exporting Oracle Healthcare Data Model".

  2. Stop any sessions that use the Oracle Healthcare Data Model schemas, as described in "Pre-Deinstallation Tasks".

  3. Execute the deinstallation script, as described in "Deinstallation Script Execution".

  4. If you are deinstalling the sample reports, perform the tasks described in "Post-Deinstallation Tasks".

Pre-Deinstallation Tasks

The deinstallation script removes the ohdm_sys schema. Consequently, before you run the deinstallation script, ensure that there are no active sessions that connect to the ohdm_sys schema.

Identifying if the ohdm_sys schema is active

To identify if there are active sessions connecting to the schema take the following steps:

  1. Sign in as DBA.

  2. Execute the following SQL statement:

    select SID,SERIAL# from v$session where USERNAME='OHDM_SYS'; 
    

If this query returns a session ID, then there is an active session.

Ending an active ohdm_sys schema session

To end an active session, execute the following statements in which you replace sid and serial are the session ID and serial number returned by the earlier queries.

alter system kill session 'sid,serial' ;

Set Oracle Home Environment Variable

Set the ORACLE_HOME environment variable to the location of the Database where you want to deinstall Oracle Healthcare Data Model.

For example, suppose that Oracle Home is in the directory /loc/app/oracle/product/11.2.0/

In a Bourne, Bash, or Korn shell, use these commands to set ORACLE_HOME:

$ ORACLE_HOME=/loc/app/oracle/product/11.2.0/
$ export ORACLE_HOME

In a C shell, use this command to set ORACLE_HOME

% setenv ORACLE_HOME /loc/app/oracle/product/11.2.0/

Deinstallation Script Execution

To execute the Oracle Healthcare Data Model deinstallation script:

  1. Execute

    $ORACLE_HOME/ohdm/ohdm_deinstall.sh

  2. When prompted, enter the SYSTEM password.

    The script de-configures the Oracle Healthcare Data Model and executes the Oracle Installer in deinstall silent mode.

If you are deinstalling the sample reports, once the deinstallation script has executed, perform the tasks described in "Post-Deinstallation Tasks".

Post-Deinstallation Tasks

If you are deinstalling the Oracle Healthcare Data Model sample reports, follow these steps to perform additional cleanup:

  1. Delete ohdm.rpd in the directory BIHome/server/Repository.

  2. Delete the ohdmwebcat folder in BIDataHome/web/catalog.

  3. Delete the following line from BIHome/server/Config/NQSConfig.INI:

    Star    =    ohdm.rpd, DEFAULT