Rem drv:
Rem
Rem $Header: config_data_upgrade.sql 28-nov-2006.08:46:36 mnihalan Exp $
Rem
Rem config_data_upgrade.sql
Rem
Rem Copyright (c) 2005, 2006, Oracle. All rights reserved.
Rem
Rem NAME
Rem config_data_upgrade.sql -
Rem
Rem DESCRIPTION
Rem
Rem
Rem NOTES
Rem
Rem
Rem MODIFIED (MM/DD/YY)
Rem mnihalan 11/28/06 - Remove report upgrade
Rem chyu 07/12/05 - adding the new rep manager upgrade header
Rem xshen 03/21/05 - add report upgrade
Rem rreilly 02/24/05 - call config_post_creation.sql
Rem scgrover 02/03/05 - scgrover_bug-4159676
Rem scgrover 01/31/05 - Created
Rem
Rem put index compression here since we need to call a plsql procedure to do it.
BEGIN
EMD_MAINTENANCE.COMPRESS_INDEX('MGMT_DB_DATAFILES_ECM_PK', 1, FALSE);
EMD_MAINTENANCE.COMPRESS_INDEX('MGMT_DB_TABLESPACES_ECM_PK', 1, FALSE);
EMD_MAINTENANCE.COMPRESS_INDEX('MGMT_DB_CONTROLFILES_ECM_PK', 1, FALSE);
EMD_MAINTENANCE.COMPRESS_INDEX('MGMT_DB_ROLLBACK_SEGS_ECM_PK', 1, FALSE);
EMD_MAINTENANCE.COMPRESS_INDEX('MGMT_DB_SGA_ECM_PK', 1, FALSE);
END;
/
@&EM_SQL_ROOT/db/v102010/config_post_creation.sql