These instructions upgrade your CA Data Protection database from 14.5 to 14.6.
To upgrade from 14.5 using the native upgrade scripts
This subfolder includes Native_UpgradeToVer3_100.sql and Native_Wrapper.sql.
For installations with customizations, the tablespace is defined by the WGN_PARTITION_CUST.wgn_get_tablespace_name function. Typically this returns "WGN3RELATEDEVENT_DATA", but may return other tablespace values.
Ensure that the required tablespace is created and resource is assigned to the schema owner. Failure to create this tablespace returns this error:
ORA-00959: tablespace 'WGN3RELATEDEVENT_DATA' does not exist
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.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|