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!
I have it set in Tools -> Preferences -> Database -> NLS, but that does not work in debug mode.
Then that would be a bug...
And yes, put the alter session in your anon block for the stored procedure
Thanks, but I am looking for a global option where I do not have to do that for each stored procedure.
debug mode - which debugger are you using? dbms_debug or jdwp ?
jdwp, I think. Just using the debug icon in sqldev.
switch over to dbms_debug in preferences and the new db session will adopt whatever settings you have going in SQLDev.
JDWP doesn't actually do a new db session from SQLDev to the DB.
I am not seeing that in my Preferences. Using Version 19.2.1.247
Under Preferences -> Debugger -> Breakpoints, there is a drop down for Debugger, but the only option is 'Java Debugger'.
Downloaded V21 and can make the change. Thanks a lot.