Generate report to database table [message #520856] |
Thu, 25 August 2011 02:55 |
ator
Messages: 43 Registered: March 2009
|
Member |
|
|
Hi,
i already tried to look around the web but i didn't found anything,
so I'm here asking for your help.
My question is: Is it possible to save a report directly in a table instead of the typically destination? (file, cache,...)
Thx in advance for your help
Ator.
|
|
|
Re: Generate report to database table [message #521594 is a reply to message #520856] |
Wed, 31 August 2011 08:36 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
No, as far as I can tell.
Why would you want to do that, anyway? Data is already stored in tables, you just use Reports to fetch these data and display them in a pretty manner.
You could, though, take all report's SELECT statements, "convert" them into "INSERT INTO ... SELECT ..." ones and run that script. However, it could be tricky if you used formula columns, functions, etc.
|
|
|
|
|
Re: Generate report to database table [message #522050 is a reply to message #522047] |
Tue, 06 September 2011 02:23 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Why not saving PDFs in file system? I suppose that it is easier to access them that way, than storing them into the database. Backup them using your operating system's backup utility, instead of Oracle's one (RMAN?).
|
|
|