Question

I had to change the SQL stored procedure to ORacle stored procddure.I am able to successfully execute my modified stored procedure in oracle.

But unable to obtain the query result in CF for the Oracle stored-Procedure.I have used <cfquery>.

Any suggestions or tips to for using an Oracle stored proc/CF-8?
Was it helpful?

Solution

Think you need cfstoredproc, not cfquery.

See manual page for more details.

OTHER TIPS

It does really depend on how it reacts, i'd test your stored proc in oracle sql+plus first, to make sure it returns data, then try it via cfquery or stored procedure...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top