Previous Topic: Native Upgrade ScriptsNext Topic: Native Script Upgrades from 14.0


Native Script Upgrades from r12.5

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

To upgrade from r12.5 using the native upgrade scripts

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

    This subfolder includes Native_UpgradeToVer3_70.sql and Native_Wrapper.sql.

  3. Edit Native_UpgradeToVer3_70.sql on your database host server to make the changes you require.
  4. 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.

  5. You now need to upgrade from 14.0. See the next section.