<?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: New User - Oracle Connection Failure in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347566#M457</link>
    <description>Beginner user of Talend OpenStudio here with similar / the same problem as above: Oracle service connection successful with other clients (for example SQL Developer from Oracle) but not w/Talend tOracleConnect component. We have made multiple Oracle SID connections to other databases via tOracleConnect. 
&lt;BR /&gt;We need to be able to connect to this Oracle instance as a *service*, and to connect to Oracle services generally. This particular source is a large scale enterprise DB. Getting it made available as a SID is non-trivial. We are also pursuing multiple (dozens) of integrations with Oracle sources or destinations while the organization is moving over time to make all Oracle resources available as Services, so the inability to connect to Services will hurt us badly. 
&lt;BR /&gt;I'm pretty sure I'm missing something basic here. 
&lt;BR /&gt; 
&lt;BR /&gt;Tech Environment: 
&lt;BR /&gt;- Talend 3.2.0 (I see not changes to the Oracle connect component associated with 3.2.1) 
&lt;BR /&gt;- JDK 1.6.0_16 (from Sun.) 
&lt;BR /&gt;- All "thin" drivers (No OCI). 
&lt;BR /&gt;- Oracle InstantClient also installed on client machine. 
&lt;BR /&gt;- Client is Windows XP, current patch level. 
&lt;BR /&gt;- Going after the "spare" in a hot-standby configuration of an 10.x or 11.x Oracle DB - we're getting that last bit defined 
&lt;BR /&gt; 
&lt;BR /&gt;Component Configurations: 
&lt;BR /&gt;We are configuring the connection component directly, *not* using a metadata item. Some of the things I've tried within OpenStudio ... 
&lt;BR /&gt;- Accept entries from existing "tsnames.ora" file. This works with SQL Developer and fails with the Talend component. 
&lt;BR /&gt;- Configuring the componenet by hand (no tnsnames.ora) the job won't build without quotes around the configuration items- reports symbols that won't resolve. 
&lt;BR /&gt;- Configuring the component by hand, (no tnsnames.ora) the job with quotes around the configuration items will build. ("With quotes" configuration in third screen shot.) 
&lt;BR /&gt;- Jobs that build report at run time a "service not available" initial error: 
&lt;BR /&gt; " connecting to socket on port 3577 
&lt;BR /&gt; connected Exception in component tOracleConnection_1 
&lt;BR /&gt; java.sql.SQLRecoverableException: ORA-01033: ORACLE initialization or shutdown in progress ..." 
&lt;BR /&gt;The service is there. I think this is a more general "failure to register" thing, misreported. Looking for guidance on what to investigate first. I can't post screen shots of the actual credentials here. 
&lt;BR /&gt;OpenStudio Investigations: 
&lt;BR /&gt;- Can I make OpenStudio dump the JDBC driver it's binding the component to? Or where to find that? There are multiples installed on this client machine. 
&lt;BR /&gt;- Can I make OpenStudio or the component dump the connect string it is outputting? 
&lt;BR /&gt;- Can I back into determining which one it is using, if necessary by removing drivers until the job fails differently. 
&lt;BR /&gt;Brodder Investigations: 
&lt;BR /&gt;- Logging from the JDBC driver to see the *exact* connect string being presented from the OpenStudio generated job? 
&lt;BR /&gt;- Ditto to see the client apps using the driver. Possibly load information from the JVM will do this. Theory is maybe SQL Developer and Talend are using different drivers &amp;amp; there's a problem with one. 
&lt;BR /&gt;- There are some reports in the wild of version-dependent errors in theoretically compatible Oracle JDBC drivers &amp;amp; Oracle server versions in the 10x / 11x generations.) 
&lt;BR /&gt;I can't be the only person who's having this issue. Any help appreciated.</description>
    <pubDate>Fri, 13 Nov 2009 21:35:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-13T21:35:53Z</dc:date>
    <item>
      <title>New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347544#M435</link>
      <description>&lt;P&gt;Hi -&lt;BR /&gt;I am new to TOS and am hoping someone can point out what I have missed in the documentation and forums.&lt;BR /&gt;I have been unable to create a database connection in TOS v3.0.2 to any of our Oracle databases (both v8.1.7 and v10.0.2). I can connect and explore schemas from TOP and standard Oracle tools but TOS consistently fails with "Io exception: Socket is not connected". I have reinstalled TOS but the problem persists.&lt;BR /&gt;I have used both the FQDN and IP address for the host along with double quotes around the text values.&lt;BR /&gt;The typical entry in the error log is:&lt;BR /&gt;!ENTRY org.talend.libraries 4 0 2008-12-23 09:24:03.359&lt;BR /&gt;!MESSAGE 2008-12-23 09:24:03,359 ERROR org.talend.commons.exception.ExceptionHandler - Io exception: Socket is not connected&lt;BR /&gt;!STACK 0&lt;BR /&gt;java.sql.SQLException: Io exception: Socket is not connected&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)&lt;BR /&gt; at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:319)&lt;BR /&gt; at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:344)&lt;BR /&gt; at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:148)&lt;BR /&gt; at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)&lt;BR /&gt; at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:545)&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(Unknown Source)&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(Unknown Source)&lt;BR /&gt;I would appreciate any help that can be offered.&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347544#M435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347545#M436</link>
      <description>Hi,
&lt;BR /&gt;You have to remove the double quotes character in the Wizard.
&lt;BR /&gt;For Login, Password, Server, Database, etc... 
&lt;BR /&gt;Double quotes are importants in components properties; but it occurs troubles if you use with our Metadata Database wizard.
&lt;BR /&gt;Best regards;</description>
      <pubDate>Mon, 29 Dec 2008 09:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347545#M436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-29T09:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347546#M437</link>
      <description>Hi Cantoine, 
&lt;BR /&gt;I tried originally to define the database connection without using the double quotes. When doing so I immediately get a slightly different error: 
&lt;BR /&gt;"Io exception: The Network Adapter could not estblish the connection" 
&lt;BR /&gt;I remain baffled by this as I can make a connection to this same database using the same properties using the Talend Open Profiler product. 
&lt;BR /&gt;I would appreciate any suggestions as to how I should proceed. 
&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 29 Dec 2008 23:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347546#M437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-29T23:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347547#M438</link>
      <description>Hi,&lt;BR /&gt;What is your Oracle version ?&lt;BR /&gt;In the Database wizard, did you choose the correct version for your oracle database ?&lt;BR /&gt;Best regards;</description>
      <pubDate>Tue, 30 Dec 2008 11:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347547#M438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-30T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347548#M439</link>
      <description>Hi,&lt;BR /&gt;I have tried to connect to both an Oracle 8.1.7 instance using the Oracle 8 driver in the wizard, and a version 10.2 instance using the Oracle 10 driver in the wizard.  The error is the same.&lt;BR /&gt;Thank you for your continued interest.</description>
      <pubDate>Tue, 30 Dec 2008 15:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347548#M439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-30T15:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347549#M440</link>
      <description>Hi,
&lt;BR /&gt;Have you tried with 'SID' and 'Service name' connection method?
&lt;BR /&gt;Do you have no trouble to connect to your Oracle with your Oracle client?
&lt;BR /&gt;Are you sure that your Oracle machine allow remote connection ? multiple simultaneous connections ?
&lt;BR /&gt;Best regards.</description>
      <pubDate>Tue, 30 Dec 2008 16:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347549#M440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-30T16:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347550#M441</link>
      <description>Hi,
&lt;BR /&gt;Yes, I have tried both methods. I can connect to the databases using TOAD and the Talend Open Profiler. The Oracle servers in questions already allow multiple, remote connections.
&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 31 Dec 2008 00:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347550#M441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-31T00:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347551#M442</link>
      <description>I am having the same exact problem as kpjim.  I can connect with sql developer, sql plus etc but not with TOS.  I have tried different things and get the same messages.  &lt;BR /&gt;Is there a solution for this issue?&lt;BR /&gt;Thanks,&lt;BR /&gt;SY</description>
      <pubDate>Sat, 03 Jan 2009 00:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347551#M442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-03T00:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347552#M443</link>
      <description>Can someone with knowledge of both Talend Open Profiler (TOP) and Talend Open Studio (TOS) explain the difference between their Oracle access methods?  The fact that I can connect to multiple Oracle databases with TOP but not TOS suggests that the two products use different libraries/methods and that the solution to this problem is in those differences.&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 06 Jan 2009 14:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347552#M443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-06T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347553#M444</link>
      <description>When I try a straight oracle connection with either SID or service name nothing works. I tried removing the domain name and I got a socket error message instead of the 
&lt;BR /&gt;"Io exception: The Network Adapter could not estblish the connection". I too can connect with TOP and sqldeveloper etc but not with TOS. I am hoping for a solution soon...</description>
      <pubDate>Tue, 06 Jan 2009 17:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347553#M444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-06T17:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347554#M445</link>
      <description>Just installed TOS and am getting this same message. Can we can an update on this?</description>
      <pubDate>Wed, 21 Jan 2009 21:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347554#M445</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-01-21T21:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347555#M446</link>
      <description>My results are the same as posted above.  Have tried: &lt;BR /&gt;10g SID&lt;BR /&gt;10g ServiceName&lt;BR /&gt;General jdbc-with ojdbc14.jar selected and oracle.jdbc.driver.OracleDriver.&lt;BR /&gt;Also as others, SQL Plus connects as does Eclipse/j2ee.&lt;BR /&gt;Please let me know when a fix is in.  Thanks.</description>
      <pubDate>Sun, 01 Feb 2009 03:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347555#M446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-01T03:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347556#M447</link>
      <description>This problem is corrected in TOS v 3.0.3 and was apparently related "to a too long ping response in the metadata manager/component."</description>
      <pubDate>Mon, 02 Feb 2009 17:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347556#M447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-02T17:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347557#M448</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;This problem is corrected in TOS v 3.0.3 and was apparently related "to a too long ping response in the metadata manager/component."&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I download today version 3.0.3 and I am having the same problem mention above</description>
      <pubDate>Thu, 05 Feb 2009 21:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347557#M448</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-02-05T21:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347558#M449</link>
      <description>In case of your connection in the repository comes from an imported project, could you try to recreate the Connection in the repository?</description>
      <pubDate>Tue, 10 Feb 2009 04:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347558#M449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-10T04:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347559#M450</link>
      <description>I have the same problem with Oracle 11G R2 and TOS 3.0.2.&lt;BR /&gt;I am working connected through a VPN to my office.&lt;BR /&gt;Philippe</description>
      <pubDate>Tue, 10 Feb 2009 12:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347559#M450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-10T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347560#M451</link>
      <description>Hi...&lt;BR /&gt;If I am not wrong. TOS 3.0.2 is having some problem in connective database. I was unable to connect to datbase (Oracle 10g). I downloaded TOS 3.0.3. Its working.&lt;BR /&gt;Hope its helpful.&lt;BR /&gt;-&lt;BR /&gt;sangi</description>
      <pubDate>Wed, 11 Feb 2009 05:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347560#M451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-11T05:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347561#M452</link>
      <description>Hello,&lt;BR /&gt;I used TOS 3.0.4 and TOS 3.0.5 but I have similar problem.&lt;BR /&gt;I can connect to my database (Oracle 10 with service name) with TOAD or other software, but with TOS often I get this message:&lt;BR /&gt;Exception in component tOracleConnection_3&lt;BR /&gt;java.sql.SQLException: Eccezione IO: The Network Adapter could not establish the connection&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)&lt;BR /&gt;	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)&lt;BR /&gt;	at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)&lt;BR /&gt;	at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:441)&lt;BR /&gt;	at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:165)&lt;BR /&gt;	at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)&lt;BR /&gt;	at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)&lt;BR /&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;BR /&gt;I say OFTEN because sometimes the connection works! But I really don't know why. Is there any way to setup the connection timeout? I tried from Preferences-&amp;gt;Talend-&amp;gt;Sql Builder but it seems that it doesn't work.</description>
      <pubDate>Tue, 29 Sep 2009 08:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347561#M452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-29T08:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347562#M453</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I used TOS 3.0.4 and TOS 3.0.5 but I have similar problem.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;3.0 version is a little old. please download load the latest and stable version TOS3.1.4.
&lt;BR /&gt;Did you try to connect oracle with sid?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 29 Sep 2009 08:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347562#M453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-29T08:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: New User - Oracle Connection Failure</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347563#M454</link>
      <description>Thanks for your quick reaction.
&lt;BR /&gt;I tried to download 3.1.4, but with branch 3.1.x (we tried also with 3.1.1) we have a problem with component tContextLoad, that is unfortunately used in all our jobs.
&lt;BR /&gt;For this db, unfortunately we must connect with service name.
&lt;BR /&gt;There are two instances of this db (in 2 different servers) because it is a load balanced one. But with a generic oracle client we can connect with both instances without problems.
&lt;BR /&gt;The strange thing is that sometimes it works. I think it could be a connection timeout problem. Where can I modifiy (if possible) the connection timeout?
&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 29 Sep 2009 08:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/New-User-Oracle-Connection-Failure/m-p/2347563#M454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-29T08:46:17Z</dc:date>
    </item>
  </channel>
</rss>

