Hi all,
I am using JDev 12.1.2.
I have a LONG datatype in my table and got a "Stream has already been closed" exception while reading the Long data. I added the following option in my View Controller run/debug java options properties and it worked fine.
-Doracle.jdbc.useFetchSizeWithLongColumn=true
Now When I created the EAR and deployed it, I got the error again. I have set the same option in my server's 'server start" java arguments. Is this the right place to add this option?
If not, please advise me as to where this option needs to be given.
Thanks
Uma