pls-00302 "component must be declared" error when trying to debug PLSQL stored procedure or when trying to execute procedure
I am trying to debug a Oracle stored procedure in schema STUDENT from Datagrip and VSCODE connecting as user STUDENT . In both cases I get a PLS-00302 component must be declared error message and the debugger stops. When trying to execute the procedure I also run into PLS-00302. In Datagrip I am able to compile the procedure and view the code and set a breakpoint but the debugger fails. In SQL Developer debugging the procedure works fine as does executing.
Any ideas?
Thanks.
Please sign in to leave a comment.
See if this solution helps: https://stackoverflow.com/a/28708678/12594975