• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

reading LONG RAW

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys
i;m reading long raw from db in a Java class. its reading fine and working ok. now i have uploaded this class into oracle using "uploadjava " command and calling this using oracle function:
CREATE OR REPLACE FUNCTION concatFile
(docNo in number,sectionCd IN VARCHAR2)
RETURN VARCHAR2
AS LANGUAGE JAVA
NAME 'Concat.concatFiles(int,java.lang.String)
return java.lang.String';
whts happening here now it doesnt read the "long raw" col if the data in it is >= 32k. i dont know whts happening? becaz whn i excute the same java class independtly its working fine. but whn i run it thru Oracle Function (aftering inserting java class into oracle) i'm facing this problem.
might be i have to set some oracle setting to let it read more then 32k chunk internally???anybody any idea? any help/idea/suggestion woudl be realy appriciated
rgds
 
Your buns are mine! But you can have this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic