clock skew between EBS and application

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

clock skew between EBS and application

Roshan
Hi,

do you know how I can correct clock skew between application and database?

I did select to_char( sysdate ,'DD-MON-YY HH24:MI:SS') from dual;

Do I need to check if their timezone is same?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: clock skew between EBS and application

ErmanArslansOracleBlog
Administrator

Check date from os command line first. İF apps OS dates ana db OS dates are sync , then check EBS timezone profiles.

15 Nis 2016 13:16 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
Hi,

do you know how I can correct clock skew between application and server?

I did select to_char( sysdate ,'DD-MON-YY HH24:MI:SS') from dual;

Do I need to check if their timezone is same?

Thanks


If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/clock-skew-between-EBS-and-application-tp900.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: clock skew between EBS and application

ErmanArslansOracleBlog
Administrator
If your clocks are not sync in OS level, consider using ntp in Linux.
Configure ntp in Apps Linux and DB linux machines, then ensure the times are in sync.
also check the timezones of Linux machines, they must be the same in this case.
Well.. First let them be sync in OS level, then if your issue persist, send me an update here, showing the issue clearly using screenshots or something similar.