Skip to content

Commit b9ebca5

Browse files
committed
Updated documentation.
1 parent 0aa9c35 commit b9ebca5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/userguide/coverage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Using data collected from profiler and block coverage running parallel we are ab
5858
For every line recorded by profiler if we have a partially covered same line in block coverage we will display that information
5959
presenting line as partially covered, displaying number of block and how many blocks been covered in that line.The feature will be automatically enabled in the Oracle database version 12.2 and higher, for older versions current profiler will be used.
6060

61+
utPLSQL installation automatically creates tables needed by `dbms_plsql_code_coverage` on databases in versions above 12c Release 1.
62+
Due to security model of `dbms_plsql_code_coverage` package, utPLSQL grants access to those tables and creates synonyms for those tables.
63+
The access and synonyms will be public when using the headless installation. This approach avoids complexity of forcing every user of utPLSQL framework to create tables on their own.
6164

6265
Sample output:
6366
![Package Coverage Summary](../images/extended_coverage_html_summary.png)

0 commit comments

Comments
 (0)