How to debug the procedure or function?
How to debug the procedure or function? By using DBMS_OUTPUT & DBMS_DEBUG oracle supplied package. ALTER PROCEDURE procedurename DEBUG; OR ALTER PROCEDURE procedurename PLSQL_DEBUG=TRUE OR We can use autonomous_transaction procedure to create log & put...