본문 바로가기

ETL Tools/Oracle Data Integrator

Re: Scheduler time problem


Re: Scheduler time problem


Posted: 2009. 4. 27 오후 10:27   in response to: m_naseer in response to: m_naseer
Correct
Click to report abuse...   Click to reply to this thread Reply
Hi Naseer,

How are you?

Trying to help you.

Its simple,

You need to update your time zone in snpsagent.conf file too.

Go to <ODI_HOME>\tools\wrapper\conf

Add the below line under "Java Additional Parameters"

wrapper.java.additional.2="-Duser.timezone=Asia/Karachi"

Uninstall your agent, install again, create new schedule and test.

It will work.

Thanks,
G

참조 : http://forums.oracle.com/forums/thread.jspa?messageID=3431460&#3431460




Re: How to change local time ODI?


Posted: 2009. 4. 15 오전 2:29   in response to: Gurusank in response to: Gurusank
 
Click to report abuse...   Click to reply to this thread Reply
Hi,

If that's much confidential, Please add the below line in odiparams.bat/sh file, ;)

set ODI_ADDITIONAL_JAVA_OPTIONS="-Duser.timezone=Asia/Calcutta"

Asia/Calcutta will retrieve the time for timezone India. As such get your corresponding timezone and set it.

Thanks,
G