<?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: Compress DB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053671#M813625</link>
    <description>It sounds more like your DBA's need to purge old data from the database. (what database are you using?)&lt;BR /&gt;&lt;BR /&gt;It's not possible to simply take a database file, run it through a normal file compression utility, and then let the database run against the compressed file.&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Aug 2003 09:16:34 GMT</pubDate>
    <dc:creator>Chris Wilshaw</dc:creator>
    <dc:date>2003-08-21T09:16:34Z</dc:date>
    <item>
      <title>Compress DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053668#M813622</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;I need help as soon as possible please. &lt;BR /&gt;&lt;BR /&gt;I got a request to we shut down on DB that's grown quite big, compress the file into a new file, and copy the new , smaller file across.&lt;BR /&gt;&lt;BR /&gt;How do I do this ?  I haven't got a clue ! &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Regards&lt;BR /&gt;Rudi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 08:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053668#M813622</guid>
      <dc:creator>Rudi Martin</dc:creator>
      <dc:date>2003-08-21T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compress DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053669#M813623</link>
      <description>Do you need some commands to compress file? If yes, you may use gzip with -9 option&lt;BR /&gt;-9 indicates the slowest compression method but best compression.&lt;BR /&gt;eg. &lt;BR /&gt;to compress:&lt;BR /&gt;# gzip -9 /stand/vmunix&lt;BR /&gt;to expand:&lt;BR /&gt;# gunzip /stand/vmunix&lt;BR /&gt;&lt;BR /&gt;hope this helps.</description>
      <pubDate>Thu, 21 Aug 2003 09:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053669#M813623</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-21T09:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compress DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053670#M813624</link>
      <description>Hi Twang... &lt;BR /&gt;&lt;BR /&gt;Thanx for the command , but I still am in the dark with compressing it to a new file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 09:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053670#M813624</guid>
      <dc:creator>Rudi Martin</dc:creator>
      <dc:date>2003-08-21T09:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Compress DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053671#M813625</link>
      <description>It sounds more like your DBA's need to purge old data from the database. (what database are you using?)&lt;BR /&gt;&lt;BR /&gt;It's not possible to simply take a database file, run it through a normal file compression utility, and then let the database run against the compressed file.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 09:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053671#M813625</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2003-08-21T09:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compress DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053672#M813626</link>
      <description>Hi Rudi,&lt;BR /&gt;&lt;BR /&gt;Did you mean to compress the database data file. If so you cannot compress the datafile and  re-create an empty new datafile. The database will not funtion at all.&lt;BR /&gt;&lt;BR /&gt;If you know that your database has grown large, then you should ask your DBA to archive some of the old data. Move that data to a different tablespace or export that part of the data and save it some where. then you can shrink the remaining data, by exporting and coalesing the tablespaces.&lt;BR /&gt;&lt;BR /&gt;If you were refering to the archive logs then you can compress the older archive logs and move them to a different file system.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
      <pubDate>Fri, 22 Aug 2003 02:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053672#M813626</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-08-22T02:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Compress DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053673#M813627</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there was a function to compress an&lt;BR /&gt;MS ACCESS database.&lt;BR /&gt;&lt;BR /&gt;Never heard about this for real RDBMS of any type.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 22 Aug 2003 16:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compress-db/m-p/3053673#M813627</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2003-08-22T16:08:02Z</dc:date>
    </item>
  </channel>
</rss>

