Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: [8i] Compress data before it leaves oracle server?
It's not clear to me how you are accessing the remote database :
sqlplus client? You talk about '... to package the file up using
pl/sql...' What dou you mean by that?
Maybe you could try to use ssh with compression enabled to tunnel your sqlnet traffic.
Take a look at http://www.akadia.com/services/ssh_connect_tunnels.html for
more information.
kind regards,
Ivan
On Mon, 19 Sep 2005 21:10:33 -0700, scholzie wrote:
> I'm running queries on an Oracle server over-seas, and unfortunately the
> data being returned amount to over a gigabyte's worth. Interestingly
> enough, though, zipped up the data are only about 100 megs.
>
> I was hoping there was some way to package the files up using pl/sql
> before sending them back. We ONLY have access to the oracle server, so
> running a script on the local command line or something like that is out
> of the question.
>
> I know that Oracle 10g offers a zipping/unzipping utility, but we're using
> Oracle 8i. Is there any way to do this?
>
> Thanks in advance - you'd be a life saver if you could help.
Received on Tue Sep 20 2005 - 11:50:57 CDT