Reputation:
I am sort of new with Oracle. We are having lot of issues.
We use two main clients for running queries. SqlDeveloper (provided by Oracle) and PL/SQL Developer 7.1.
We are trying to debug a stored procedure. Problems are:-
So from here, we need to resolve either of the issues. Either change something in sql developer so all the SP's are shown and then we can debug them (since we know debugger in sql developer works) OR make debugging work in PL/SQL developer.
I know the question and explanation got a little verbose but we are struggling with this problem and could really use some help.
Upvotes: 2
Views: 4015
Reputation: 11935
For Oracle SQL Developer, you'll see other schema's objects by expanding the "Other Users" node.
For debugging with PL/SQL Developer, you'll need the "DEBUG CONNECT SESSION" privilege.
Upvotes: 4