Running SQLTOOL processes on the client
Date: Fri, 10 Sep 1999 21:52:24 +0200
Message-ID: <7rbn3p$i25$1_at_news.worldonline.nl>
Hello,
we have an NT environement and have users who want to execute programs
locally. The problem, which then occurs, is that all data is pumped over the
network to the client and then backwards to the server, where it is
processed.
This REALLY STRESSES the network and the maximum performance is never
reached, because this can only be done by executing the program (sqlload,
sqlplus, exp, imp) on the server (like in a UNIX environement).
But we have users, who want to follow the progress of the applications /
scripts
on the client.
I know we are are NOT THE ONLY ONE facing these problems, so I hope there is someone out there willing to share their solutions with me.
Thanks in advance
-John
PS: Of course I can think of solutions, like a command scheduler, working
through DLL's (external procedures), starting the program directly on the
server,
but I just would like to know how you people solve these issues.
Received on Fri Sep 10 1999 - 21:52:24 CEST