Oracle Reports 10g with XML [message #89775] |
Thu, 22 July 2004 10:10 |
Mike (Oracle Reports newb
Messages: 1 Registered: July 2004
|
Junior Member |
|
|
Hi all,
I'm trying to create a report in Reports 10g that uses XML dynamically. That is, I've managed to create a report that is like a client form that points to a specific XML file, retrieve its data, and show the report which I'm showing using .NET (so far so good).
I know that I can simply write a new XML file or overwrite the old one to change the data elements for the reports but that would kill the performance of the app (4000 users). I know that I can pass each element as a parm or simply write the record to a table (the data is currently turned into an xml stream in ASP.net from a a mainframe string).
What I would like is to find a way to pass the actual XML stream to the report object without writing a file.
Can I? How? I can't find any info(including the Oracle docs).
Any help would be great
Thanks
Mike
|
|
|
|