• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Access DBMS_OUTPUT from Java

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am calling a third-party PL/SQL stored procedure from Java which writes error messages and control totals to DBMS_OUTPUT.PUT_LINE. Is there a way from Java to obtain this information through an output stream, so I can redirect it to a file?
I have seen some references to an oracle class oracle.aurora.rdbms.OracleDBMSOutputStream, but have been unable to find any examples of its use or even a jar file containing this class.
Any information or help would be greatly appreciated.
- Russ Chalfant
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic