Code coverage for PL/SQL

后端 未结 5 471
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 22:55

Does anyone have tools or experience with code coverage for PL/SQL. I believe this is possible using DBMS_PROFILER?

5条回答
  •  不要未来只要你来
    2021-02-05 23:44

    Not sure if this is quite what you're after, but in 10g onwards there's a tool to do static PL/SQL code analysis.

    Info here... http://www.psoug.org/reference/plsql_warnings.html

    Note that it can be enabled at either session or database level.

    In my experience it's thrown up quite a few false negatives so far.

提交回复
热议问题