Reports Download [message #340185] |
Mon, 11 August 2008 18:41 |
ada26
Messages: 15 Registered: September 2007 Location: cleveland
|
Junior Member |
|
|
Hi.. Its been more than 8 years I haven't worked with reports and bear with my question..
Could I download Oracle Reports on oracle.com? (my boss says I can but I could only see white papers)
Can my user view or access my Oracle Report without Oracle on their machine or Oracle runtime?
The only goal here is to see the report on .PDF format. I have a program that creates a report and saves to .CSV using UTL_FILE, however it does not support .PDF
The closest we can think of is to use, Oracle Reports, however I am not sure if they can view or access this report just like any .CSV file.
|
|
|
|
Re: Reports Download [message #340413 is a reply to message #340185] |
Tue, 12 August 2008 12:25 |
ada26
Messages: 15 Registered: September 2007 Location: cleveland
|
Junior Member |
|
|
I believe that the user should involve the report to run either at runtime or web.
However, my requirement if to just save the report on a PDF format and send it via email.
I already created procedure to do this using UTL_FILE and UTL_SMTP for sending email, however UTL_FILE only supports saving to CSV.
So I need a work around to save it as PDF and send the same to email.
The aim is that user will receive the report via PDF either way how I do it.
I haven't came across TEXT_IO but someone told me that could support saving on PDF, not sure though!
|
|
|
Re: Reports Download [message #340421 is a reply to message #340185] |
Tue, 12 August 2008 15:02 |
yeshua2000
Messages: 3 Registered: August 2008 Location: Tulsa, OK
|
Junior Member |
|
|
If you need the Windows version, just call Oracle at 1-800-223-1711 or file an SR and they will mail you the disk.
If you want to use the UNIX version, it may already be on your server. The UNIX command is ar60desb or type 'which ar60desb' to find it. You may need an X emulator tool to access it.
Chris
|
|
|