These instructions upgrade your CA DLP database from r12.0 to r12.5.
If your database partitioning scheme follows the CA DLP 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 DLP distribution image.
The CA DLP 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 DLP installations, this index is assigned to the WGNDATAIDX tablespace.
Wgn3IssueTrigger
Note: By default for new CA DLP installations, this table is assigned to the WGNDATA tablespace.
PK_Wgn3IssueTrigger
IX_Wgn3IssueTrigger_Trigger
Note: By default for new CA DLP installations, these indexes are assigned to the WGNDATAIDX tablespace.
Wgn3Role
Wgn3ResourceType
Wgn3Resource
Wgn3ResourceRole
Wgn3UserRole
Note: By default for new CA DLP 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 DLP installations, these indexes are assigned to the WGNIDX tablespace.
SQL> set serveroutput on size unlimited
SQL> start Native_Wrapper.sql;
Find this in the root of your CA DLP distribution image.
The CA DLP 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;
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |