rsim / ruby-plsql-spec

Oracle PL/SQL unit testing with Ruby
MIT License
68 stars 25 forks source link

Coverage test: compile plsql with optimize level 1 #13

Closed javornikolov closed 10 years ago

javornikolov commented 10 years ago

This resolves an issue with the coverage tests (the were failing with Oracle 12c).

Oracle dbms_profiler coverage information is only relevant when pl/sql is compiled with PLSQL_OPTIMIZE_LEVEL=1. http://docs.oracle.com/database/121/ARPLS/d_profil.htm#ARPLS039