Previous Topic: 3. Modify the Event Participant TableNext Topic: SQL Server: Post-Upgrade Change To Event Participant Table


Oracle: Post-Upgrade Change To Event Participant Table

(Only required if upgrading from version 6.0)

After upgrading your CMS, you need to modify the Wgn3EventParticipant table, redefining the AddressUID columns as NOT NULL.

To redefine the AddressUID columns

  1. Run the pre‑flight check script, wgn_post_upgrade_pfc.sql. This script estimates how long the table update will take.

    Find this script in the\Support\Upgrade12\Oracle folder on your CA DataMinder distribution media.

    Using SQL Plus, connect to the CA DataMinder database and run this command as the CA DataMinder schema owner (typically APMOWNER on version 6.0 CMSs):

    @wgn_post_upgrade_pfc
    
  2. Run the wgn_common_upgrade_22b.sql to modify the Wgn3EventParticipant table..

    Find this script on your CMS in the \System\Scripts\Oracle subfolder of CA DataMinder installation folder:

    Using SQL Plus, run this script as the CA DataMinder schema owner (typically APMOWNER on version 6.0 CMSs):

    @wgn_common_upgrade_22b
    
  3. Back up your database again to create a new restore point.