Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Background jobs inUnix
I wouldn't have thought so... bzcat will read a file compressed with bzip2 (which I have found gives superior compression and performance to gzip -9), uncompress it and write the uncompressed file out as a stream, rather than uncompressing the file all the way, reading it, then deleting the uncompressed version or recompressing it. (I wouldn't need to export via a pipe to compress, since bzip2 is happy with files >2G anyway). What I was trying to do was verify that hotbackedup (is that a word?) files survived compression OK.
It makes sense for exp to write to a stream, because that's how Unix handles files anyway, but I wonder if dbv reads sequentially or requires random access to the file. That would explain why it wouldn't be happy reading a stream from a pipe...
Hmm,
g
-----Original Message-----
Sent: Wednesday, October 03, 2001 2:20 PM
To: Multiple recipients of list ORACLE-L
can you actually do dbv on a zipped file???
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Oct 03 2001 - 08:40:28 CDT
![]() |
![]() |