Solved
Execute Dynamic Select Query in Oracle Store Procedure
I want to run a Dynamic "Select" Statement in Oracle DB.
So used a SYS_REFCURSOR output variable and used "OPEN FOR" Statement to execute it. While executing this stored procedure I got this following error

Any suggestions or ideas would be greatly appreciated.
Thank you ahead of time.
