Thursday, February 9, 2012

PL/SQL debugging with SQL Developer: good for custom type parameters


Before reading this I had had issues with debugging functions/procedures where one or more parameters is a custom type.  And getting it to work smoothly with a Java debug session/JUnit/etc. wasn't happening for me.

Thanks Sanat!