Oracle® Health Sciences Clinical Development Analytics Installation and Configuration Guide for Informatica Release 3.2 E74822-01 |
|
|
PDF · Mobi · ePub |
This chapter provides procedures that explain how to upgrade OHSCDA. It includes the following section:
The Installer automates the upgrade of the warehouse and the Informatica mappings. After running the Installer, to complete the upgrade from OHSCDA 3.0 to OHSCDA 3.2, perform the steps mentioned in Section 3.1.3, "Performing Next Steps" through Section 3.1.7, "Executing the ETL Load Plan".
Note:
OHSCDA 3.2 is certified on Oracle Database 12.1.0.2.0. For detailed certification information, see Finding Certification Information.For information, see Section 1.1, "Technology Stack and System Requirements".
Run the OHSCDA Installer as described in Section 2.1.1, "Running the OHSCDA Installer".
After running the installer, perform the following steps:
To enable multi-byte character support, execute the Database Migration Assistant for Unicode (DMU) on the CDA warehouse schema.
For information, see Oracle Database Migration Assistant for Unicode Guide.
Perform the steps listed in Section 3.1.4, "Migrating Data from OHSCDA 3.0 Standard to OHSCDA 3.2".
Perform the steps listed in the following sections:
Section 2.1.5, "Preparing the OBIEE Web Catalog and Repository for OHSCDA"
Note:
If you are upgrading from OHSCDA 3.0 and have modified the OBIEE repository or Web Catalog, merge these objects. For more information, refer to Oracle® Fusion Middleware Metadata Repository Builder's Guide for Oracle Business Intelligence Enterprise Edition 11g.Section 2.1.7, "Creating Security Groups and Application Roles for OHSCDA"
Perform the following steps to migrate data from OHSCDA 3.0 Standard to OHSCDA 3.2:
Note:
Data migration scripts are available in OCDA_HOME\oracle.pharma.ocda\OCDA_Standard\DataModels\Migration_Scripts3.0_to_3.2.zip.Log on to the OHSCDA warehouse schema.
<warehouse_user>/<warehouse_password>@<SID>
Create the following database links:
sc_dblink for Siebel Clinical source
Example (SC):
create database link <sc_dblink>connect to <sc_username> identified by <sc_password>using '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=<portno>))(CONNECT_DATA=(SID=<sidname>)))';
if_dblink for InForm source
Example (IF):
create database link <if_dblink>connect to <inform_username> identified by <inform_password>using '(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=<portno>))(CONNECT_DATA=(SID=<sidname>)))';
Connect to the warehouse schema.
Execute the following migration scripts in the sequence as mentioned:
drv_Migrate_CDA30_to_32_SC_Set1.sql
drv_Migrate_CDA30_to_32_SC_Set2.sql
drv_Migrate_CDA30_to_32_IF.sql
drv_Migrate_CDA30_to_32_Cleanup.sql
Execute the following command:
update W_RXI_RACT_CATEGORY_D set SBR_FLG='N' where row_wid=-1; commit;
Unzip <ocda_home>\ oracle.pharma.ocda.standard\DAC_Code\CDA_Warehouse.zip into a local folder.
Start the Data Warehouse Administration Console (DAC) client.
From the Tools menu, select DAC Repository Management, and then select Import.
Click Change import/export folder to navigate to the folder where you unzipped CDA_Warehouse.zip.
Click OK to display the Import dialog box.
Select the following categories of metadata you want to import: Update existing records, Logical, Overwrite log file, and User Data.
Deselect the System check box.
Click OK.
Enter the verification code and OK in the secondary window that is displayed after the import.
Select one of the following execution plan and click Build.
CDA - Complete Warehouse
Note:
Complete warehouse has InForm source extractions ETL added.CDA - Siebel Clinical Warehouse
CDA - Oracle Clinical Warehouse
CDA - InForm Warehouse
Execute the execution plan which you built in the earlier step.
Note:
The execution plan must be same as the what you had executed in OHSCDA 3.0.Each OHSCDA release, and some patches, includes a copy of the OHSCDA Repository. If you do modify your copy of the OHSCDA Repository, you must merge your changes into the Oracle-supplied Repository each time you receive a release or patch of OHSCDA that includes a repository. At upgrade time, use the OBIEE Merge Repository Wizard (accessed through File > Merge) in the Repository Administration Tool to merge your modified RPD with the Oracle-supplied RPD.
For information on comparing and merging Repositories, refer to Oracle Fusion Middleware Metadata Repository Builder's Guide for Oracle Business Intelligence Enterprise Edition 11g.
For information, see Oracle Health Sciences Clinical Development Analytics Administrator's Guide.