These instructions upgrade your CA Data Protection database from 14.6 to 15.0.
Follow these steps::
This subfolder includes Native_UpgradeToVer3_110.sql and Native_Wrapper.sql.
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.
SQL> EXEC Wgn_Partition_Util.wgn_partition_new_table(
new_table_name => 'WGN3RELATEDEVENT',
template_name => 'WGN3EVENT',
pdebug => True,
db_type => Wgn_Partition_Util.wgn_db_type_CMS,
Tablespace_Name => Wgn_Partition_Util.wgn_get_tablespace_name('WGN3RELATEDEVENT')
);
This command partitions the new WGN3RELATEDEVENT table with partition dates that match the Wgn3Event.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|