Dear all,
    I have a servlet that connect to a Oracle DB retrieve an image which
is stored in Oracle as BLOB object.
So in the servlet, I have a a fragement of code which get that BLOB
object

oracle.jdbc2.Blob blob = (oracle.jdbc2.Blob)result.getObject(colNum);

colNum is the BLOB object locates

Such a statement is working no problem when I am running Jrun/servlet on
a NT machine
But when I moved every servlet class file to a UNIX machine.
I got stuck in the above statement. There is no error generated in the
above statement.
Servlet just hang at the above statement.

Anyone encoutners a similar problem??

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to