<?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 Connection with oracle data base in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229083#M81050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mariakesc,&lt;/P&gt;&lt;P&gt;Please make sure the entries in the file TNSNAMES.ORA are ok. It's located in ORACLE_HOME/network/admin/tnsnames.ora&lt;/P&gt;&lt;P&gt;This is an configuration file which the oracle driver uses tot make a connection.&lt;/P&gt;&lt;P&gt;format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;addressname&amp;gt; = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(Host = &amp;lt;hostname&amp;gt;)(Port = &amp;lt;port&amp;gt;)) ) (CONNECT_DATA = (SERVICE_NAME = &amp;lt;sid&amp;gt;) )&lt;/PRE&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;example:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;MYDATABASE = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = MYDATABASE) ))&lt;/PRE&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Greetings Kenneth&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2011 13:32:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-26T13:32:02Z</dc:date>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229076#M81043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have to make a connection with the Oracle data base and i have no idea how to proceed.&lt;/P&gt;&lt;P&gt;While connecting to SAP BW, we use sap connector and provide server ip, client, user name and the connection is made.&lt;/P&gt;&lt;P&gt;for Oracle , we use odbc and connect to the data base.&lt;/P&gt;&lt;P&gt;What my question is that... for cube extractions and qvd generation for BW cubes, i downloaded this application from here which downloadd the meta data and then the cube and its master data and generated qvd.&lt;/P&gt;&lt;P&gt;What should i do to extract data and generate QVDs from tables in the oracle data base?&lt;/P&gt;&lt;P&gt;I will be thank ful for a quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 08:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229076#M81043</guid>
      <dc:creator />
      <dc:date>2011-04-26T08:10:35Z</dc:date>
    </item>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229077#M81044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;Once you connected to Oracle DB using ODBC, you`d be getting the connection string in QlikView.&lt;/P&gt;&lt;P&gt;Once you get the connection string, select your table by clicking on the "SELECT" button which is below "Connect" in Edit Script.&lt;/P&gt;&lt;P&gt;Once you say select you`ll get the list of Tables, Synonyms, View, etc. which are available in your DB. Select your table from the DB and Create QVD using "Store Command".&lt;/P&gt;&lt;P&gt;For Example, Let assume you have selected order table from DB, Your code should look like below.&lt;/P&gt;&lt;P&gt;Order_Table:&lt;/P&gt;&lt;P&gt;Load * ;&lt;/P&gt;&lt;P&gt;Select * from DB;&lt;/P&gt;&lt;P&gt;Store [Order_Table] into &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;This will create a QVD for Order table.&lt;/P&gt;&lt;P&gt;Not sure any predefined temple is available for oracle to extract data from DB. But you could use above method to extract data from oracle DB.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 08:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229077#M81044</guid>
      <dc:creator />
      <dc:date>2011-04-26T08:24:49Z</dc:date>
    </item>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229078#M81045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Maria,&lt;/P&gt;&lt;P&gt;If you mean connection to raw tables in Oracle, and if the driver is properly configured, the usual script syntax should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table: // LabelLOAD Field1, Field2; // Next lines are the SQL statement passed on to the driver and to the databaseSQL SELECT Field1, Field2FROM Table;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Is that what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 08:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229078#M81045</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-26T08:26:28Z</dc:date>
    </item>
    <item>
      <title>SV:Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229079#M81046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria&lt;/P&gt;&lt;P&gt;After the connection is made use the "Create Select Statement" wizard.&lt;/P&gt;&lt;P&gt;This wizard is opened when you press "Select..." button in the script editor.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5432.selectfromdatabase.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5432.selectfromdatabase.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the wizard you can browse the tables, views etc in the database you are connected to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to filter the data at the database level you can manually add a "where clause" after the select statement is generated by the wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 08:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229079#M81046</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-04-26T08:34:00Z</dc:date>
    </item>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229080#M81047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mariakesc,&lt;/P&gt;&lt;P&gt;go through the document attached, it might help you.&lt;/P&gt;&lt;P&gt;Thanks..HTH&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/4442.QlikView-Connection-to-Oracle.doc:550:0]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 08:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229080#M81047</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-04-26T08:34:38Z</dc:date>
    </item>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229081#M81048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone. While connecting, i got this error, can anyone tell me why am i getting this error and how to resolve this?&lt;/P&gt;&lt;P&gt;i already had oracle client installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 11:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229081#M81048</guid>
      <dc:creator />
      <dc:date>2011-04-26T11:53:54Z</dc:date>
    </item>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229082#M81049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you also need to add the location. Like "c:\...\ord" etc. So not just "ord".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 13:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229082#M81049</guid>
      <dc:creator />
      <dc:date>2011-04-26T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229083#M81050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mariakesc,&lt;/P&gt;&lt;P&gt;Please make sure the entries in the file TNSNAMES.ORA are ok. It's located in ORACLE_HOME/network/admin/tnsnames.ora&lt;/P&gt;&lt;P&gt;This is an configuration file which the oracle driver uses tot make a connection.&lt;/P&gt;&lt;P&gt;format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;addressname&amp;gt; = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(Host = &amp;lt;hostname&amp;gt;)(Port = &amp;lt;port&amp;gt;)) ) (CONNECT_DATA = (SERVICE_NAME = &amp;lt;sid&amp;gt;) )&lt;/PRE&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;example:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;MYDATABASE = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = MYDATABASE) ))&lt;/PRE&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Greetings Kenneth&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 13:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229083#M81050</guid>
      <dc:creator />
      <dc:date>2011-04-26T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Connection with oracle data base</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229084#M81051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the file is placed in that path only. and the driver configuration file is in the same format..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how the tsnames file looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ord =&lt;BR /&gt; (DESCRIPTION =&lt;BR /&gt; (ADDRESS_LIST =&lt;BR /&gt; (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.100.7)(PORT = 1521))&lt;BR /&gt; )&lt;BR /&gt; (CONNECT_DATA =&lt;BR /&gt; (SID = test)&lt;BR /&gt; (SERVER = DEDICATED)&lt;BR /&gt; )&lt;BR /&gt; )&lt;/P&gt;&lt;P&gt;ind =&lt;BR /&gt; (DESCRIPTION =&lt;BR /&gt; (ADDRESS_LIST =&lt;BR /&gt; (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.100.7)(PORT = 1521))&lt;BR /&gt; )&lt;BR /&gt; (CONNECT_DATA =&lt;BR /&gt; (SID = ind)&lt;BR /&gt; (SERVER = DEDICATED)&lt;BR /&gt; )&lt;BR /&gt; )&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Rep60_SHAKEEL_APP,Rep60_SHAKEEL_APP.world=(ADDRESS=(PROTOCOL=tcp)(HOST=SHAKEEL_APP)(PORT=1949))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any corrections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 07:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-with-oracle-data-base/m-p/229084#M81051</guid>
      <dc:creator />
      <dc:date>2011-04-27T07:09:54Z</dc:date>
    </item>
  </channel>
</rss>

