<?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: Export partial data in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483150#M847429</link>
    <description>hi, &lt;BR /&gt; &lt;BR /&gt;you can export partitions!   So if you (have) put every year in a separate partition you can:&lt;BR /&gt; &lt;BR /&gt;exp80 tables=schemaname.tablename:partitionname ...&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
    <pubDate>Fri, 11 Feb 2005 02:09:25 GMT</pubDate>
    <dc:creator>Thierry Poels_1</dc:creator>
    <dc:date>2005-02-11T02:09:25Z</dc:date>
    <item>
      <title>Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483144#M847423</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How to export partial data of a table using EXP80.&lt;BR /&gt;I need to export only data between '01-DEC-2004'&lt;BR /&gt;and '31-DEC-2004'.&lt;BR /&gt;&lt;BR /&gt;Seems EXP80 doesnt support "query" option&lt;BR /&gt;&lt;BR /&gt;exp80 query=\"where as_of_date \&amp;gt;\=\'01-DEC-2004\' and as_of_date\&amp;lt;\=\'31-DEC-2004\' \" tables=MYTABLE admin/manager@emps&lt;BR /&gt;&lt;BR /&gt;I DONT want to do the following for official constraints/policies..&lt;BR /&gt;1)&lt;BR /&gt;Create table abc as Select * from mytable where&lt;BR /&gt;date between &amp;lt;1-dec-2004&amp;gt; and &amp;lt;31-dec-2004&amp;gt;....&lt;BR /&gt;&lt;BR /&gt;2) Create a view&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Raj</description>
      <pubDate>Thu, 10 Feb 2005 12:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483144#M847423</guid>
      <dc:creator>jilpangs</dc:creator>
      <dc:date>2005-02-10T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483145#M847424</link>
      <description>Don't you want to direct this question to DBAs?&lt;BR /&gt;&lt;BR /&gt;We are just lowly Sys Admins here.</description>
      <pubDate>Thu, 10 Feb 2005 12:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483145#M847424</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-02-10T12:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483146#M847425</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;export cannot be used to export a subset of a table, unless you're talking exporting a partition.&lt;BR /&gt;&lt;BR /&gt;To solve this you could run a query to dump the data into a flat file and then upload into a different database with SQlloader.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc&lt;BR /&gt;&lt;BR /&gt;PS : by the way where did you see the "query" option ?</description>
      <pubDate>Thu, 10 Feb 2005 12:38:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483146#M847425</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-02-10T12:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483147#M847426</link>
      <description>As far as I know, EXP80 was the 8.0 version of Oracle for Windows.  The 'query' option wasn't put in until 8i.  The only things that I can suggest would be a view or a snapshot.  &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 10 Feb 2005 12:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483147#M847426</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2005-02-10T12:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483148#M847427</link>
      <description>Hi Raj,&lt;BR /&gt;&lt;BR /&gt;As brian mentioned, the "QUERY" option to the export utility is an Oracle8i feature. It's introduced form 8.1.5 and higher release version.&lt;BR /&gt;&lt;BR /&gt;If you do not have these higher version, then there are few ways around.&lt;BR /&gt;&lt;BR /&gt;1. To select into a temporary table or view which you do not want to do.&lt;BR /&gt;2. You could use a database link if you were intending to insert this data into another table.&lt;BR /&gt;3. You can select the data for the condition and output into a flat file&lt;BR /&gt;4. Use TOAD a free trial version and export the data with the condition and this will create a file with insert statements.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 20:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483148#M847427</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-02-10T20:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483149#M847428</link>
      <description>hi raj,&lt;BR /&gt;&lt;BR /&gt;as mentioned above you cannot use the QUERY option to export tables unless you are using 8i and above.&lt;BR /&gt;&lt;BR /&gt;type: exp80 help=yes&lt;BR /&gt;&lt;BR /&gt;to get a list of supported option.&lt;BR /&gt;&lt;BR /&gt;bad luck.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 11 Feb 2005 01:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483149#M847428</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-02-11T01:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483150#M847429</link>
      <description>hi, &lt;BR /&gt; &lt;BR /&gt;you can export partitions!   So if you (have) put every year in a separate partition you can:&lt;BR /&gt; &lt;BR /&gt;exp80 tables=schemaname.tablename:partitionname ...&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 11 Feb 2005 02:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483150#M847429</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2005-02-11T02:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export partial data</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483151#M847430</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Create a temporary table and insert the data you want (1.1.2004 - 31.12.2004) into that table.&lt;BR /&gt;&lt;BR /&gt;Then you can use export to export that temporary table.&lt;BR /&gt;&lt;BR /&gt;Then you clean up the temp table and optionally the data in the source table with date 1.1.2004-31.12.2004.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bob</description>
      <pubDate>Sun, 13 Feb 2005 05:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-partial-data/m-p/3483151#M847430</guid>
      <dc:creator>B. Hulst</dc:creator>
      <dc:date>2005-02-13T05:56:32Z</dc:date>
    </item>
  </channel>
</rss>

