These instructions upgrade your CA DataMinder database from 12.0 to 12.5.
If your database partitioning scheme follows the CA DataMinder default configuration, you can use the semi-automated upgrade method. If you require more control and flexibility in managing your Oracle database, use the Native Upgrade scripts to upgrade. In both cases, you must run a stored procedure after upgrading your CMS.
To run a semi-automated upgrade
Find this in the root of your CA DataMinder distribution image.
The CA DataMinder database is upgraded accordingly, and includes the changes described in the section, 'Semi-automated Database Upgrades'.
EXEC WGN_PARTITION_UTIL.WGN_PARTITION_12_5_TABLES;
Applying this stored procedure ensures that the Wgn3IssueTrigger table matches your existing partitioning scheme.
To upgrade using the native upgrade scripts
This subfolder includes Native_UpgradeToVer3_60.sql and Native_Wrapper.sql.
In particular, you may want to specify the tablespace and storage parameters for these new objects:
IX_Wgn3Trigger_PolicyID
Note: By default for new CA DataMinder installations, this index is assigned to the WGNDATAIDX tablespace.
Wgn3IssueTrigger
Note: By default for new CA DataMinder installations, this table is assigned to the WGNDATA tablespace.
PK_Wgn3IssueTrigger
IX_Wgn3IssueTrigger_Trigger
Note: By default for new CA DataMinder installations, these indexes are assigned to the WGNDATAIDX tablespace.
Wgn3Role
Wgn3ResourceType
Wgn3Resource
Wgn3ResourceRole
Wgn3UserRole
Note: By default for new CA DataMinder installations, these tables are assigned to the WGN tablespace.
IX_Wgn3UserDateGroup
IX_WGN3GroupUpdateUser
PK_Wgn3Role
UK_Wgn3Role_Name
IX_Wgn3Role_Parent
PK_Wgn3ResourceType
UK_Wgn3ResourceType_Class
PK_Wgn3ResourceIX_Wgn3Resource_Policy
IX_Wgn3Resource_ResourceType
PK_Wgn3ResourceRole
IX_Wgn3ResourceRole_Resource
PK_Wgn3UserRole
IX_Wgn3UserRole_User
Note: By default for new CA DataMinder installations, these indexes are assigned to the WGNIDX tablespace.
SQL> set serveroutput on size unlimited SQL> start Native_Wrapper.sql;
Important! Always use a version of SQL*Plus that matches your version of Oracle. Errors can occur if you use an older version of SQL*Plus to run scripts against a newer version of Oracle.
Find this in the root of your CA DataMinder distribution image.
The CA DataMinder database is upgraded accordingly, and includes the changes described in the section, 'Semi-automated Database Upgrades'.
EXEC WGN_PARTITION_UTIL.WGN_PARTITION_12_5_TABLES;
Applying this stored procedure ensures that the Wgn3IssueTrigger table matches your existing partitioning scheme.
|
Copyright © 2012 CA.
All rights reserved.
|
|