Rem drv:
Rem
Rem $Header: emdb/source/oracle/sysman/emdrep/sql/db/11.2.0.0/dg/dg_data_upgrade.sql /st_emdbsa_11.2/1 2009/01/27 16:16:51 mmootha Exp $
Rem
Rem dg_data_upgrade.sql
Rem
Rem Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
Rem
Rem NAME
Rem dg_data_upgrade.sql -
Rem
Rem DESCRIPTION
Rem ***********************IMPORTANT NOTE*********************
Rem ** file is hould contain only dat that requires oms **
Rem ** to be shutdown, othersie update **
Rem ** dg_pre_upgrade_data.sql **
Rem ***********************IMPORTANT NOTE*********************
Rem
Rem NOTES
Rem
Rem
Rem MODIFIED (MM/DD/YY)
Rem ngade 09/25/08 - Code slap 10.2.0.5 -> 11.2
Rem ngade 05/12/08 - Code slap 11g-10.2.0.5
Rem ajdsouza 09/30/07 - moved data changes that are pre to
Rem dg_pre_upgrade_data.sql
Rem ngade 03/22/07 - Created
Rem
-- PL/SQL Procedure used by loader to handle table inserts for mgmt_ha_dg_target_summary.
BEGIN
emd_loader.add_plsql_handler_for_rowset(
p_rowset_name => 'MGMT_HA_DG_TARGET_SUMMARY',
p_proc_name => 'mgmt_ha_dg.update_mgmt_ha_dg_target_sum');
COMMIT;
END;
/