Rem drv: Rem Rem $Header: emdb/source/oracle/sysman/emdrep/sql/db/upgrade/db_post_data_upgrade.sql /st_emdbsa_11.2/1 2009/03/30 12:23:46 pbantis Exp $ Rem Rem db_post_data_upgrade.sql Rem Rem Copyright (c) 2005, 2009, Oracle and/or its affiliates. Rem All rights reserved. Rem Rem NAME Rem db_post_data_upgrade.sql - Rem Rem DESCRIPTION Rem Rem This is the file that will be executed after all the data upgrade Rem scripts has been executed for all the versions. Rem Rem NOTES Rem Rem Rem MODIFIED (MM/DD/YY) Rem pbantis 03/25/09 - Bug 7600450 fix upgraded backup jobs. Rem pbantis 07/17/07 - Upgrade backup/recovery jobs post job reg. Rem chyu 12/19/05 - commenting out the v102020/rec/ post data Rem upgrade Rem pbantis 09/22/05 - Migrate backup/recovery jobs to 10.2. Rem chyu 08/21/05 - chaging the type to post_data_upgrade Rem chyu 08/03/05 - chyu_bugfix-4529583_db Rem chyu 08/03/05 - Created Rem -- Per Upgrade team suggestion, calling latest is for 10.2 only. -- We have to register metadata here so that all the metrics are available -- we should always take it from the latest @&EM_SQL_ROOT/db/latest/targetTypes_sql/db_targetTypes.sql Rem DB Control: Register db job types. Do this AFTER all data Rem upgrade is over, so that it gets done once for all versions. @&EM_SQL_ROOT/db/latest/jobTypes_sql/db_jobTypes.sql -- Need to migrate backup/recovery jobs after the job types are registered. -- chyu 12/19/05 - commenting the following line out since this file -- would now be executed as part of the 10.2.0.1-> -- 11.0.0.0 upgrade. The following data upgrade should not -- be executed on the schema. -- pbantis 07/17/07 - Need to support 10.1 to 11.1 upgrade. @&EM_SQL_ROOT/db/v102020/rec/rec_post_data_upgrade.sql -- Bug 7600450 Fix 10.1 to 10.2 upgraded backup jobs. @&EM_SQL_ROOT/db/11.2.0.0/rec/rec_post_data_upgrade.sql