Rem drv:
Rem
Rem $Header: emdb/source/oracle/sysman/emdrep/sql/db/11.2.0.0/rec/rec_data_upgrade.sql /st_emdbsa_11.2/1 2009/02/06 23:27:18 hasriniv Exp $
Rem
Rem rec_data_upgrade.sql
Rem
Rem Copyright (c) 2009, Oracle and/or its affiliates.All rights reserved.
Rem
Rem NAME
Rem rec_data_upgrade.sql -
Rem
Rem DESCRIPTION
Rem
Rem
Rem NOTES
Rem
Rem
Rem MODIFIED (MM/DD/YY)
Rem hasriniv 02/04/09 - Created
Rem
BEGIN
mgmt_jobs.register_command('configCommand',
'oracle.sysman.emo.config.command.ConfigCommand',
MGMT_JOBS.LONG_RUNNING_COMMAND,
MGMT_JOBS.TRUSTABLE_COMMAND);
mgmt_jobs.register_command('preConfigCommand',
'oracle.sysman.emo.config.command.PreConfigCommand',
MGMT_JOBS.LONG_RUNNING_COMMAND,
MGMT_JOBS.TRUSTABLE_COMMAND);
mgmt_jobs.register_command('postConfigCommand',
'oracle.sysman.emo.config.command.PostConfigCommand',
MGMT_JOBS.LONG_RUNNING_COMMAND,
MGMT_JOBS.TRUSTABLE_COMMAND);
mgmt_jobs.register_command('undoConfigCommand',
'oracle.sysman.emo.config.command.UndoConfigCommand',
MGMT_JOBS.LONG_RUNNING_COMMAND,
MGMT_JOBS.TRUSTABLE_COMMAND);
END;
/
COMMIT;