• 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:

Oracle Report with Java

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am creating report in Oracle Report Tool. I want to pass java object (DTO or List ) as data source for the report?
Is it possible?
If yes, pl. let me know.

Thanks in Advance.

Regards,
Gajanan
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let's move this question to the Oracle/OAS forum, where the Oracle-savvy folks hang out.
 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oracle Reports 9i and 10g allows you to create a pluggable data source. See

http://www.oracle.com/technology/products/reports/apis/index.html

http://www.oracle.com/technology/products/reports/apis/pdstutorial/textPDS/index.html

Or a more simplistic solution, insert your data into an Oracle table and have the Report query that table.
 
reply
    Bookmark Topic Watch Topic
  • New Topic