Table of Contents

Search

  1. Preface
  2. Upgrade Overview
  3. Pre-Upgrade Tasks
  4. Database Tasks
  5. Application Server Tasks
  6. Hub Store Upgrade
  7. Hub Server Upgrade (In-place Upgrade)
  8. Process Server Upgrade (In-place Upgrade)
  9. Resource Kit Upgrade (In-place Upgrade)
  10. Post-Upgrade Tasks
  11. Search Configuration Upgrade
  12. ActiveVOS Post-Installation Tasks for the Application Server
  13. ActiveVOS Post-Upgrade Tasks for Business Entity Adapter
  14. ActiveVOS Post-Upgrade Tasks for Subject Areas Adapter
  15. Troubleshooting the Upgrade Process
  16. Frequently Asked Questions
  17. Processing Existing ActiveVOS Tasks
  18. Configuring Metadata Caching

Upgrading from Version 9.7.1

Upgrading from Version 9.7.1

Step 3. Extract Operational Reference Store DDLs and Data

Step 3. Extract Operational Reference Store DDLs and Data

Extract the Operational Reference Store DDLs and data to the
<
Operational Reference Store name
>.ddl
file.
  1. Change directory to the target Operational Reference Store directory that you created.
  2. To extract DDLs and data for the Operational Reference Store schema, run the following command:
    db2look -d <
    database name
    > -ct -z <
    Operational Reference Store name
    > -e -o <
    Operational Reference Store name
    >.ddl
    The
    <
    Operational Reference Store name
    >.ddl
    file is created.
  3. Check the
    <
    Operational Reference Store name
    >.ddl
    file for errors.
  4. Update the CONNECT TO statement in the
    <
    Operational Reference Store name
    >.ddl
    file to include the user name and password.
    Use the following syntax:
    CONNECT TO <
    new database name
    > USER <
    Operational Reference Store name
    > USING <
    password
    >;
  5. To extract granted privileges for the Operational Reference Store tables, run the following command:
    db2look -d <
    database name
    > -x -z <
    Operational Reference Store name
    > -o <
    Operational Reference Store name
    >2.ddl
    The
    <
    Operational Reference Store name
    >2.ddl
    file is created.
  6. Check the
    <
    Operational Reference Store name
    >2.ddl
    file for errors.
  7. Edit the following line in the
    <
    Operational Reference Store name
    >2.ddl
    file:
    Change from.
    CONNECT TO <
    database name
    >;
    Change to.
    CONNECT TO <
    new database name
    > USER <
    Operational Reference Store name
    > USING <
    password
    >;
  8. To export data from the Operational Reference Store tables, run the following command:
    db2move <
    database name
    > export -u db2admin -p <
    password
    > -sn <
    Operational Reference Store name
    > > db2move_export_<
    Operational Reference Store name
    >.out
    The
    db2move_export_<
    Operational Reference Store name
    >.out
    file is created.
  9. Check the
    db2move_export_<
    Operational Reference Store name
    >.out
    file for errors.

0 COMMENTS

We’d like to hear from you!