Hey Friends,

I have a query in my web application
When we execute this query thru:

Toad:
SQL Plus : It returns perfect results. No probes.

With JDBC (Thru the app) - It just goes in a limbo. Does not return
back.

Now the funny thing is that If I make any slight change in this query
like adding a space in the end
or removing a space from the end, it works clean. Returns the results in
a jiffy.

We have been trying to find the cause but to no avail.

It seems to be giving the problem with exactly this same query. Could it
be possible that Oracle seems to be rejecting this query for some reason
and when we make a slight change like adding or removing a space, its
treated as a different query and results are thrown without any hitch.

Any ideas???

Regards,
Vikas

___________________________________________________________________________
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