Rem Rem $Header: test_metadata_post_creation.sql 01-mar-2007.13:48:18 mfidanbo Exp $ Rem Rem test_metadata_post_creation.sql Rem Rem Copyright (c) 2005, 2007, Oracle. All rights reserved. Rem Rem NAME Rem test_metadata_post_creation.sql - Rem Rem DESCRIPTION Rem Rem Rem NOTES Rem Rem Rem MODIFIED (MM/DD/YY) Rem mfidanbo 03/01/07 - remove test_metadata creation from here Rem chyu 07/18/06 - Backport chyu_bug-5305174 from Rem st_emcore_10.2.0.1.0 Rem rmarripa 07/18/06 - remove username, password Rem rmarripa 07/18/06 - remove username, password Rem rmarripa 07/19/06 - Backport rmarripa_bug-5247119 from main Rem chyu 07/10/06 - moving the EM_REPOS_CONNECT_STIRNG to the env Rem instead of define Rem chyu 05/17/06 - remove the header for the conditional calling of Rem this script Rem chyu 05/17/06 - remove the header for the conditional calling of Rem this script Rem smodh 02/20/06 - XbranchMerge smodh_jdbc_emcore from main Rem smodh 01/20/06 - Replace classes12.jar with ojdbc14.jar Rem afontana 10/12/05 - add /jdbc/lib/orai18n.jar to classpath Rem afontana 09/05/05 - make Windows compatible Rem afontana 07/26/05 - more log registration to top Rem afontana 07/25/05 - use constant for beacon type Rem afontana 07/21/05 - add show errors Rem afontana 07/21/05 - add metric_metadata callback Rem gsbhatia 07/03/05 - New repmgr header impl Rem afontana 05/16/05 - log metadata insertion Rem afontana 03/03/05 - afontana_bugs_050228 Rem afontana 03/03/05 - fix path to emCORE.jar Rem afontana 03/02/05 - use defined variables Rem afontana 03/01/05 - use & notation for vars Rem afontana 03/01/05 - Created Rem Rem insert metadata BEGIN mgmt_log.register_logging_module ('TEST_METADATA','Test Metadata'); em_metric.add_metric_metadata_reg_cb('MGMT_TEST_METADATA_METRICS.HANDLE_NEW_METRICS', mgmt_global.G_BEACON_TARGET_TYPE); END; / show errors;