Is there any PL/SQL code coverage tool given by Oracle
503853Apr 11 2006 — edited Apr 11 2006Hello,
Is there any code coverage tool for PL/SQL given by Oracle itself. By Code coverage
tool i mean a tool which can give output of how many times a particular line in a plsql
procedure was executed for a test case(like jcoverage for java). I know dbms_profiler
gives the option i am asking for but wanted to know whether Oracle gives any tool
which can be used instead of using dbms_profiler manually.
Thanks, Suresh.