<?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. :Re: Re. :Creating a qvd file per for each table in an Oracle database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221597#M712632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You sir are a wizard!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a bit of tweaking i got it working as I wanted (only problem was the lower case table_name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many Thanks!!&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;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;/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;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;/P&gt;&lt;I&gt;&lt;/I&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;I&gt;&lt;/I&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAXIMO_LOAD_SCRIPT:&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;TABLE_NAME &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT table_name FROM ALL_TABLES&lt;/P&gt;&lt;P&gt;where owner = 'MAXIMO'&lt;/P&gt;&lt;P&gt;and table_name not like '%$%'&lt;/P&gt;&lt;P&gt;AND TABLE_NAME IN ('ASSET','ACTION');&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LET&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;I&gt;vRowNb&lt;/I&gt;&lt;/B&gt; = NoOfRows &lt;P&gt;('MAXIMO_LOAD_SCRIPT')-1;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;for&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;vLoop&lt;/B&gt; = 0 to &lt;P&gt;&lt;B&gt;&lt;I&gt;$(vRowNb)&lt;/I&gt;&lt;/B&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;let&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;I&gt;vTable&lt;/I&gt;&lt;/B&gt; = Peek('TABLE_NAME',&lt;B&gt;&lt;I&gt;$(vLoop)&lt;/I&gt;&lt;/B&gt; &lt;P&gt;);&lt;/P&gt;&lt;P&gt;temp_table:&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;* ; &lt;B&gt;SQL&lt;/B&gt; SELECT * FROM MAXIMO. &lt;B&gt;&lt;I&gt;$(vTable)&lt;/I&gt;&lt;/B&gt; &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;STORE&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;temp_table INTO C:\TEST\MAXIMO_QVD\MAXIMO. &lt;B&gt;&lt;I&gt;$(vTable)&lt;/I&gt;&lt;/B&gt; &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;DROP&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;TABLE &lt;P&gt;temp_table;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;next&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2011 11:53:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-19T11:53:01Z</dc:date>
    <item>
      <title>Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221590#M712623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have just started using Qlikview in our organisation and I am struggling a bit with a load script&lt;/P&gt;&lt;P&gt;What is working is :&lt;/P&gt;&lt;P&gt;run a piece of sql to show all the tables owend by a certain user and create a string for each&lt;/P&gt;&lt;P&gt;The script is a follows&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAXIMO_LOAD_SCRIPT:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT 'MAXIMO.'|| table_name ||':' || ' '|| 'LOAD * ; SQL SELECT * FROM' ||' '|| 'MAXIMO.'|| table_name ||';' ||' ' || 'STORE'||' ' || 'MAXIMO.'|| table_name||' '||'INTO C:\TEST\MAXIMO_QVD\MAXIMO.'||TABLE_NAME||'.QVD'||';' AS LOAD&lt;/P&gt;&lt;P&gt;FROM ALL_TABLES&lt;/P&gt;&lt;P&gt;where owner = 'MAXIMO'&lt;/P&gt;&lt;P&gt;and table_name not like '%$%'&lt;/P&gt;&lt;P&gt;AND TABLE_NAME IN ('ASSET','ACTION');&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The output of the above is&lt;/P&gt;&lt;P&gt;MAXIMO.ACTION: LOAD * ; SQL SELECT * FROM MAXIMO.ACTION; STORE MAXIMO.ACTION INTO C:\TEST\MAXIMO_QVD\MAXIMO.ACTION.QVD;&lt;/P&gt;&lt;P&gt;MAXIMO.ASSET: LOAD * ; SQL SELECT * FROM MAXIMO.ASSET; STORE MAXIMO.ASSET INTO C:\TEST\MAXIMO_QVD\MAXIMO.ASSET.QVD;&lt;/P&gt;&lt;P&gt;Where I am struggling is the next step.&lt;/P&gt;&lt;P&gt;I want pass these values into a new file which can be run on a schedule and the idea is that all the specified tables will be extracted as qvd files&lt;/P&gt;&lt;P&gt;is this even possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221590#M712623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-19T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221591#M712625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;store maximo_load_script into filename.qvd(qvd)&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221591#M712625</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2011-04-19T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re. :Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221592#M712627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Perhaps you can try with those steps :&lt;/P&gt;&lt;P&gt;- Load the all_table data in a QV table ;&lt;/P&gt;&lt;P&gt;- Write a loop (using FOR) to iterate on the all_tables records ;&lt;/P&gt;&lt;P&gt;- Using the PEEK function to set variables, read row after row and each time you can make a LOAD and a STORE based on those variables.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221592#M712627</guid>
      <dc:creator>vincent_ardiet</dc:creator>
      <dc:date>2011-04-19T10:33:54Z</dc:date>
    </item>
    <item>
      <title>Re. :Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221593#M712628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to be a pain could you do me an example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221593#M712628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-19T10:47:36Z</dc:date>
    </item>
    <item>
      <title>Re. :Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221594#M712629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;jmoellerhoej&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Its just inline load. Seee the application attached&lt;/P&gt;&lt;P&gt;Just to show you demo.&lt;/P&gt;&lt;P&gt;Hope that help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221594#M712629</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2011-04-19T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221595#M712630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I write for you something quick, this is not bug free (not tested) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAXIMO_LOAD_SCRIPT:&lt;/P&gt;&lt;P&gt;LOAD table_name;&lt;/P&gt;&lt;P&gt;SQL SELECT table_name FROM ALL_TABLES&lt;/P&gt;&lt;P&gt;where owner = 'MAXIMO'&lt;/P&gt;&lt;P&gt;and table_name not like '%$%'&lt;/P&gt;&lt;P&gt;AND TABLE_NAME IN ('ASSET','ACTION');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vRowNb = NoOfRows('MAXIMO_LOAD_SCRIPT')-1;&lt;/P&gt;&lt;P&gt;for vLoop = 0 to $(vRowNb)&lt;/P&gt;&lt;P&gt;let vTable = Peek('table_name',$(vLoop));&lt;/P&gt;&lt;P&gt;temp_table:&lt;/P&gt;&lt;P&gt;LOAD * ; SQL SELECT * FROM MAXIMO.$(vTable);&lt;/P&gt;&lt;P&gt;STORE temp_table INTO C:\TEST\MAXIMO_QVD\MAXIMO.$(vTable);&lt;/P&gt;&lt;P&gt;DROP TABLE temp_table;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221595#M712630</guid>
      <dc:creator>vincent_ardiet</dc:creator>
      <dc:date>2011-04-19T11:07:58Z</dc:date>
    </item>
    <item>
      <title>Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221596#M712631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does what you're after but against a SQL Database - Load all (or selected) tables and store them to QVD:&lt;/P&gt;&lt;P&gt;Password for hidden script is '1234'.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/media/p/154056.aspx"&gt;http://community.qlik.com/media/p/154056.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it's of use,&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221596#M712631</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-04-19T11:21:12Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Creating a qvd file per for each table in an Oracle database</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221597#M712632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You sir are a wizard!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a bit of tweaking i got it working as I wanted (only problem was the lower case table_name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many Thanks!!&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;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;/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;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;/P&gt;&lt;I&gt;&lt;/I&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;I&gt;&lt;/I&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAXIMO_LOAD_SCRIPT:&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;TABLE_NAME &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT table_name FROM ALL_TABLES&lt;/P&gt;&lt;P&gt;where owner = 'MAXIMO'&lt;/P&gt;&lt;P&gt;and table_name not like '%$%'&lt;/P&gt;&lt;P&gt;AND TABLE_NAME IN ('ASSET','ACTION');&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LET&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;I&gt;vRowNb&lt;/I&gt;&lt;/B&gt; = NoOfRows &lt;P&gt;('MAXIMO_LOAD_SCRIPT')-1;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;for&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;vLoop&lt;/B&gt; = 0 to &lt;P&gt;&lt;B&gt;&lt;I&gt;$(vRowNb)&lt;/I&gt;&lt;/B&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;let&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;I&gt;vTable&lt;/I&gt;&lt;/B&gt; = Peek('TABLE_NAME',&lt;B&gt;&lt;I&gt;$(vLoop)&lt;/I&gt;&lt;/B&gt; &lt;P&gt;);&lt;/P&gt;&lt;P&gt;temp_table:&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;* ; &lt;B&gt;SQL&lt;/B&gt; SELECT * FROM MAXIMO. &lt;B&gt;&lt;I&gt;$(vTable)&lt;/I&gt;&lt;/B&gt; &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;STORE&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;temp_table INTO C:\TEST\MAXIMO_QVD\MAXIMO. &lt;B&gt;&lt;I&gt;$(vTable)&lt;/I&gt;&lt;/B&gt; &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;DROP&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;TABLE &lt;P&gt;temp_table;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;next&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 11:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-qvd-file-per-for-each-table-in-an-Oracle-database/m-p/221597#M712632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-19T11:53:01Z</dc:date>
    </item>
  </channel>
</rss>

