Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Install
  4. Data Archive Installation
  5. Data Vault Installation
  6. Application Accelerator Installation
  7. Application Retirement for Healthcare Accelerator Installation
  8. MongoDB Accelerator Installation
  9. Salesforce Accelerator Installation
  10. After You Install
  11. Data Archive Upgrade
  12. Data Vault Upgrade
  13. Upgrading Oracle History Data
  14. Upgrading PeopleSoft History Data
  15. ILM Data Validation Option Setup
  16. Data Archive Source and Target Database Requirements
  17. Data Archive Connectivity
  18. Data Archive Uninstallation
  19. SAP Application Retirement
  20. Database Users and Privileges
  21. Data Visualization Designer Installation
  22. Data Archive Installation Requirements Checklist and Architecture Options

Installation and Upgrade Guide

Installation and Upgrade Guide

Running the History Upgrade Scripts

Running the History Upgrade Scripts

To run the history upgrade scripts, copy the zip file to a directory on the history database server, unzip the file, create a link to the upgraded database, and run the scripts.
  1. Copy the upgrade scripts zip file to a directory on the history database server and unzip it.
  2. If you customized any PeopleSoft module accelerator, update the application changes script to reflect the changes.
    Replace the interim table name in the script with the interim table name you use in the customized module, and update the script to reflect any change to the default columns or the business rule names.
    For example, you customized the PY - N.A. Payroll module. You changed the interim table name to "XA_1111_HPY1" and added column "ORG_NAME" with datatype "VARCHAR2(15 CHAR)." Replace all occurrences of "XA_10969_HPY1" with "XA_1111_HPY1." Add the ORG_NAME column to the CREATE TABLE statement.
  3. Log in to the target history database as the owner.
  4. Create a database link on the history database that connects to the upgraded version of the PeopleSoft application.
    Use the following syntax:
    create database link <link name> connect to <history database> identified by <database password> using <E-Business TNS entry>;
  5. Go to the directory where you extracted the zip file, and then run the following command:
    chmod u+x migrate.sh
  6. Run the migrate.sh script:
    ./migrate.sh <history database user name>/<database password>@<link name>

0 COMMENTS

We’d like to hear from you!