On 14 July 2010 17:00, Werner Smit wrote:

> It DOES sound terrible since 90%? of the time is spend in retrieving
> data from a remote oracle server over a slow line. 

I think you're trying to optimise the wrong thing :)

Assuming you can't upgrade that slow line, how about running a
compressed ssh tunnel between the oracle server and the client,
port-forwarding 1521/tcp over it and changing your tnsnames to
point at the client machine?

Paul.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to