Does anyone have tools or experience with code coverage for PL/SQL. I believe this is possible using DBMS_PROFILER?
There is a package you can install called DBMS_profiler. With this, you can start a profile and Oracle will store data in special tables. Then stop the profile and report from those tables.