Rem drv:
Rem
Rem $Header: sdk_pkgdefs.sql 06-sep-2006.04:34:07 groyal Exp $
Rem
Rem sdk_pkgdefs.sql
Rem
Rem Copyright (c) 2002, 2006, Oracle. All rights reserved.
Rem
Rem NAME
Rem sdk_pkgdefs.sql -
Rem
Rem DESCRIPTION
Rem
Rem
Rem NOTES
Rem
Rem
Rem MODIFIED (MM/DD/YY)
Rem groyal 09/06/06 - Add UDP package
Rem sthiruna 08/03/06 - Copying 10.2.0.3 Config Standard changes from
Rem EMCORE_MAIN_LINUX
Rem skotha 07/21/06 - Added service level pkg to sdk
Rem niramach 01/16/06 - Added entry for sdk_config_std_pkgdef
Rem hbadheka 01/04/06 - add sdk_metric_external
Rem neearora 11/24/05 - Added entry for sdk_notification_pkgdef
Rem rkpandey 08/30/05 - registry packages should be called after sdk
Rem vesriniv 07/30/05 - add customization support
Rem neearora 07/20/05 - Bug 4500972. Added call for sdk_loader_pkgdef
Rem gsbhatia 07/13/05 -
Rem nigupta 07/08/05 - add sdk_topology_pkgdef
Rem scgrover 07/06/05 - add extended sql trace
Rem gsbhatia 07/01/05 - New repmgr header impl
Rem gsbhatia 06/26/05 - New repmgr header impl
Rem gsbhatia 02/13/05 - updating repmgr header
Rem gsbhatia 02/09/05 - updating repmgr header
Rem gsbhatia 02/07/05 - updating repmgr header
Rem ktlaw 01/11/05 - add repmgr header
Rem streddy 11/04/04 - Add group apis
Rem mgoodric 10/23/04 - add sdk_view_user_pkgdef
Rem gan 10/01/04 - add system pkg
Rem pshishir 09/14/04 - ca
Rem groyal 09/13/04 - Ade sdk_message_pkgdef
Rem gan 08/12/04 - add service
Rem rpinnama 07/26/04 -
Rem jsadras 07/23/04 - sdk_collections_pkgdef.sql
Rem rpinnama 07/14/04 - Add policy, template, threshold, violation
Rem pkgdefs
Rem ramalhot 07/06/04 - assoc pkgs added
Rem streddy 04/08/03 - Add severity helper package
Rem skini 07/22/02 - Enable blackout packages
Rem skini 06/12/02 - Temporarily disable blackout sdk pkgs
Rem skini 06/07/02 - Add blackout definition
Rem tjaiswal 05/21/02 -
Rem tjaiswal 05/20/02 -
Rem tjaiswal 05/18/02 - Remove sdk_notif_prefs def and body
Rem rpinnama 05/15/02 - Created
Rem
Rem List the packages by alphabetical order..
Rem (any exceptions should be commented explicitly)
-- The global package defines all constants used by others
-- So it should be created first
@&EM_SQL_ROOT/core/latest/sdk/sdk_global_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_admin_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_assoc_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_blackouts_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_ca_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_collections_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_credential_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_metric_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_metric_external_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_monitoring_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_notification_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_jobs_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_loader_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_policy_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_schema_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_severity_helper_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_target_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_template_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_topology_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_user_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_violation_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_metric_helper_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_service_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_sqltrace_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_system_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_message_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_view_user_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_group_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_console_page_custmzn_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_service_level_pkgdef.sql
-- The config standard package introduced in 10.3 uses the policy and violation
-- related packages.So placed after all 10.2 packages.
@&EM_SQL_ROOT/core/latest/sdk/sdk_config_std_pkgdef.sql
@&EM_SQL_ROOT/core/latest/sdk/sdk_udp_pkgdef.sql