I appreciate if anyone can help me fixing this issue:
Getting java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-01003: no statement parsed exception
I tried executing the stored procedure from toad and it gives me proper exception as table or view does not exists, but when the stored procedure it executed from Java I'm getting this issue. Can anyone tell is this Java issue ?
Stored procedure that I'm calling takes input parameters. Cannot share the stored procdure.