Rem Rem $Header: template_indexes.sql 29-jun-2005.01:48:38 gsbhatia Exp $ Rem Rem template_indexes.sql Rem Rem Copyright (c) 2005, Oracle. All rights reserved. Rem Rem NAME Rem template_indexes.sql - Rem Rem DESCRIPTION Rem Rem Rem NOTES Rem Rem Rem MODIFIED (MM/DD/YY) Rem gsbhatia 06/26/05 - New repmgr header impl Rem gsbhatia 02/13/05 - updating repmgr header Rem rpinnama 02/09/05 - rpinnama_bug-4167007 Rem rpinnama 02/09/05 - Created Rem Rem Rem Indices for MGMT_TEMPLATES table Rem ALTER TABLE mgmt_templates ADD CONSTRAINT mgmt_templates_pk PRIMARY KEY(template_guid); Rem Rem Indices for MGMT_TEMPLATE_COPIES table Rem ALTER TABLE mgmt_template_copies ADD CONSTRAINT mgmt_template_copies_pk PRIMARY KEY(template_copy_guid); Rem Rem Indices for MGMT_MNTR_SET_COPIES table Rem ALTER TABLE mgmt_mntr_set_copies ADD CONSTRAINT mgmt_mntr_set_copies_pk PRIMARY KEY(mntr_set_copy_guid);