<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connection to Oracle 10g in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connection-to-Oracle-10g/m-p/2195385#M23</link>
    <description>In perl, you can do this by using a tPerl at the start of the job where you initialize the oracle env varibles:&lt;BR /&gt;&lt;PRE&gt;$ENV{'TZ'} = 'PST';&lt;/PRE&gt;</description>
    <pubDate>Tue, 12 Oct 2010 14:31:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-10-12T14:31:45Z</dc:date>
    <item>
      <title>Connection to Oracle 10g</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-to-Oracle-10g/m-p/2195383#M21</link>
      <description>When I try to connect to a Oracle 10g database and want to retrieve data from it, I got the following error message:&lt;BR /&gt; connecting to socket on port 3981&lt;BR /&gt; connected&lt;BR /&gt;Exception in component tOracleInput_1&lt;BR /&gt;java.sql.SQLException: Session Time Zone not set!&lt;BR /&gt;	at oracle.jdbc.driver.TimestampltzAccessor.getString(TimestampltzAccessor.java:88)&lt;BR /&gt;	at oracle.jdbc.driver.T4CTimestampltzAccessor.getString(T4CTimestampltzAccessor.java:254)&lt;BR /&gt;	at oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:397)&lt;BR /&gt;	at datawarehouse_bic.sessiontimezone_0_1.sessionTimeZone.tOracleInput_1Process(sessionTimeZone.java:1578)&lt;BR /&gt;	at datawarehouse_bic.sessiontimezone_0_1.sessionTimeZone.runJobInTOS(sessionTimeZone.java:2408)&lt;BR /&gt;	at datawarehouse_bic.sessiontimezone_0_1.sessionTimeZone.main(sessionTimeZone.java:2282)&lt;BR /&gt; disconnected&lt;BR /&gt;If I check the connection towards the database, its succesful.&lt;BR /&gt;The table I want to retreive has several date fields where (in Oracle) the type is set to TIMESTAMP_6_WITH LOCAL TIME ZONE&lt;BR /&gt;Do I need to do something special to retreive the date and not get the error.&lt;BR /&gt;I am using TOS 4.0.2&lt;BR /&gt;Thanks&lt;BR /&gt;Henk</description>
      <pubDate>Sat, 16 Nov 2024 13:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-to-Oracle-10g/m-p/2195383#M21</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to Oracle 10g</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-to-Oracle-10g/m-p/2195384#M22</link>
      <description>Hello 
&lt;BR /&gt;Here is a related problem about IMESTAMP_6_WITH LOCAL TIME ZONE
&lt;BR /&gt;
&lt;A href="http://www.orafaq.com/usenet/comp.databases.oracle.misc/2005/12/06/0081.htm" rel="nofollow noopener noreferrer"&gt;http://www.orafaq.com/usenet/comp.databases.oracle.misc/2005/12/06/0081.htm&lt;/A&gt;
&lt;BR /&gt;Try to execute this query in tOracleRow component, eg:
&lt;BR /&gt;tOracleConnection
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tOracleRow
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tOracleInput---tLogRow
&lt;BR /&gt; |
&lt;BR /&gt;tOracleCommit.
&lt;BR /&gt;on tOracleRow, using an existing connection, execute the query: "alter session set time_zone='&amp;lt;TZ&amp;gt;'" //TZ is your time zone, you can get it by TimeZone.getDefault()
&lt;BR /&gt;on tOracleInput: using an existing connection.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 12 Oct 2010 03:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-to-Oracle-10g/m-p/2195384#M22</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-12T03:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to Oracle 10g</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-to-Oracle-10g/m-p/2195385#M23</link>
      <description>In perl, you can do this by using a tPerl at the start of the job where you initialize the oracle env varibles:&lt;BR /&gt;&lt;PRE&gt;$ENV{'TZ'} = 'PST';&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Oct 2010 14:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-to-Oracle-10g/m-p/2195385#M23</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-12T14:31:45Z</dc:date>
    </item>
  </channel>
</rss>

