SQL Navigator 6.2.1. I am trying to run a Procedure that has DBMS_OUTPUT, but I am not seeing the output values. How can I show or display the DBMS Output values?
After loading a procedure and you click on the green play icon Execute Procedure/Function (F9), the bottom half of the Editor Window should show the Parameters box with an Options box where you can check mark a box called â€Direct results to Outputtâ€. Please checkmark this box and it should now show any DBMS_OUTPUT.PUT_LINE output in the output box.