Are you reading the channel stdout and stderr? One or both buffers may fill
up causing deadlock
SQL*Plus may not produce enough output to fill the buffers but exp might.
You can test if this is your problem by running the following commands :
# print 1MB to stdout
perl -e 'print "x"x(1*1024*1024)'
# print 1MB to sterr
perl -e 'print STDERR "x"x(1*1024*1024)'
On 16 Nov 2010 09:00, <[email protected]> wrote:
(Resending this since i haven't received any acknowlegement or the copy)
Hi Team,
We have a project here whose primary purpose is to call a script on a unix
server from...
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users