|
Re: To break a report while printing on file [message #89137 is a reply to message #89136] |
Thu, 16 October 2003 05:07 |
Bhavin Mehta
Messages: 18 Registered: October 2003
|
Junior Member |
|
|
You can use Oracle Reports BuiltIn Package TEXT_IO to create a text file which can be opened with excel.
(see Reports help for procedures inside this package)
You can use this package in your "before report trigger". Try to run a loop, increment a variable after each record and open new file after every 60000 records. Be careful while giving path of the file.
See documentation more details/ examples on text_io.
|
|
|