<?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: Use an oraOLEDB Connection omitting tnsnames.ora in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-an-oraOLEDB-Connection-omitting-tnsnames-ora/m-p/102127#M16242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco,&lt;/P&gt;&lt;P&gt; have added the double quotes on the DataSource Name and it solves my problem !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2018 08:50:30 GMT</pubDate>
    <dc:creator>alexandra_dh</dc:creator>
    <dc:date>2018-09-07T08:50:30Z</dc:date>
    <item>
      <title>Use an oraOLEDB Connection omitting tnsnames.ora</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-oraOLEDB-Connection-omitting-tnsnames-ora/m-p/102125#M16240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Qlikview 12 SR6 and I use different kind of OLEDB Connections :&lt;/P&gt;&lt;P&gt;- Connections for SQL Server DB. In this case, no need to configure the server with modifying a file or creating an ODBC connection. I can use my connection string on all servers or local computers.&lt;/P&gt;&lt;P&gt;- Connections for Oracle DB. In this case I use the tnsnames.ora file. It's running but I can't deploy my application on a server on wich I don't have configured the tnsnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use a tnsnames-less connection but it doesn't run ... Qlik asks me a Datasource Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to transform this : &lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle.1;Data Source=DS_TEST;User ID=MyUser;Password=MyPwd] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnsnames :&lt;/P&gt;&lt;P&gt;DS_TEST=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=host_name)(PORT=port_number))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (CONNECT_DATA=(SERVICE_NAME=DS_TEST)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To something like that:&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=OraOLEDB.Oracle.1;SERVER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=host_name)(PORT=port_number)))(CONNECT_DATA=(SERVICE_NAME=DS_TEST)));User ID=MyUser;Password=PyPwd] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 14:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-oraOLEDB-Connection-omitting-tnsnames-ora/m-p/102125#M16240</guid>
      <dc:creator>alexandra_dh</dc:creator>
      <dc:date>2018-09-06T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Use an oraOLEDB Connection omitting tnsnames.ora</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-oraOLEDB-Connection-omitting-tnsnames-ora/m-p/102126#M16241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;OLEDB&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;CONNECT&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Provider=OraOLEDB.Oracle.1;User ID=YourUserID;Data Source="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=YourHostName)(PORT=YourPort)))(CONNECT_DATA=(SID=YourSID)))";Extended Properties=""]&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;XPassword&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; YourXPassword); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 20:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-oraOLEDB-Connection-omitting-tnsnames-ora/m-p/102126#M16241</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-09-06T20:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Use an oraOLEDB Connection omitting tnsnames.ora</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-oraOLEDB-Connection-omitting-tnsnames-ora/m-p/102127#M16242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco,&lt;/P&gt;&lt;P&gt; have added the double quotes on the DataSource Name and it solves my problem !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 08:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-oraOLEDB-Connection-omitting-tnsnames-ora/m-p/102127#M16242</guid>
      <dc:creator>alexandra_dh</dc:creator>
      <dc:date>2018-09-07T08:50:30Z</dc:date>
    </item>
  </channel>
</rss>

