Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to Debug Procedure invoked from shell script

AHMAD ELSAEDIAug 30 2023

Hello,

Within the package, there's a complex procedure that's interconnected with other procedures, forming a cascade of calls. The central procedure is triggered by the script.sh file. This script is responsible for handling files, while the procedure manages individual records from these files. I'm looking for guidance on utilizing tools like Toad or SQL Developer to facilitate a step-by-step examination of the code. My goal is to gain insight into the processing of these records. I came across the concept of remote session debugging, but I'm uncertain about the specific configuration required to set it up effectively.

I appreciate any help!

Comments
Post Details
Added on Aug 30 2023
1 comment
282 views