Hi all,
I want to generate reports using oracle database server.
Reqirement:
After a table update in Ora(event) a report should be generated.Currently a third party tool is being used to do so. I want to remove the 3rd party tool and exploit oracle for the same.
1) Please let me know how to do that?
2) Can i call some
java program on the update? (considering no java, web connection)
I tried with the spool in sql. But i was thinking to get a better report.
I read oracle reports, but i think that is part of Oracle app server (not a part of ora database server.Please correct if wrong.
Please excuse my limited knowledge on the subject.