Run a PL SQL in Oracle

Asked 5 months ago Modified yesterday Viewed 160 times Asked By Sai Kumar Sunkara
0

I'm trying to run a PL SQL in Oracle where a SQL using bind variable. This runs fine in Oracle SQL Developer

However the same when executed in Livereport reports below error.

Any idea how do we run PL SQL Oracle in Livereports?


ORA-00900: invalid SQL statement


Answers

0

 Define functions or variables inside Live report instead u can create a store procedure and then execute it in Live report

Answered by Sathish Kumar Kinche 5 months ago

Your Answer