Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change time zone of OEM 12c Cloud Control

Roshni ShankarOct 10 2012 — edited Nov 15 2012
Hi All,

I installed OEM 12c Cloud Control. While deploying agent on the destination host I am getting a warning "time zone did not match" . So instead of changing time zone of the destination host I want to change time zone for my OEM 12c Cloud Control.

I have read an article where steps for changing time zone for oms is mentioned as,

1.Reset agent time zone
$ORACLE_HOME/bin/emctl resetTZ agent

2. Check new time zone in the configuration file:
$ORACLE_HOME/pkgdb_PROD/sysman/config/emd.properties
agentTZRegion=<New TZ>
Example:
agentTZRegion=+03:00

3. Update target time zone in the database
sqlplus sysman
exec mgmt_target.set_agent_tzrgn('<target name>','<new TZ>')

select timezone_region from mgmt_targets where target_name = '<target name>';
commit;

Example:
sqlplus sysman
exec mgmt_target.set_agent_tzrgn('localhost:3961','+03:00')
select timezone_region from mgmt_targets where target_name = 'localhost:3961';
commit;

But here I am not understanding one thing, in this command exec mgmt_target.set_agent_tzrgn('<target name>','<new TZ>') what is the <target name>?

Is is agent, oms or repository. And from where I can get the listen address and port of this <target_name>

Or, please suggest me a way to change time zone of my OEM.

Thanks in Advance!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2012
Added on Oct 10 2012
1 comment
3,791 views