I have requirement to execute different sql queries using pl/sql procedure.
In my above proc if i pass PARAM as 1 i need to execute the first query and if PARAM is 2 the second query.
I am using OUT parameter as ref cursor, so that i want to display this results in
JSP
However, on compiling this procedure, i am getting below error.
Please let me know where i am doing wrong. I am confused