Previous Topic: Native Script Upgrades from r12.5Next Topic: Native Script Upgrades from 14.1


Native Script Upgrades from 14.0

These instructions upgrade your CA Data Protection database from 14.0 to 14.1.

To upgrade from 14.0 using the native upgrade scripts

  1. Go to the \UpgradeV14_0ToV14_1 subfolder in your CA Data Protection distribution image.
  2. Copy this subfolder to your database host server.

    This subfolder includes Native_UpgradeToVer3_80.sql and Native_Wrapper.sql.

  3. Edit Native_UpgradeToVer3_80.sql on your database host server to make the changes you require.
    Run the following command as the schema owner, using the SQL*Plus utility: 
    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.

  4. You now need to upgrade from 14.1. See the next section.