|
|
|
|
|
|
|
Re: Calling a procedure from Oracle Discoverer [message #337471 is a reply to message #337329] |
Thu, 31 July 2008 00:54 |
skooman
Messages: 913 Registered: March 2005 Location: Netherlands
|
Senior Member |
|
|
Do you have a sample of the required output?
Basically, Discoverer can only do select. So, if you have some PL/SQL code (like your script), you somehow have to turn that into plain SQL for Discoverer to be able to use it.
Your code looks as if with some clever case when statements it should be possible to rewrite it using only SQL, right?
|
|
|