Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Which are the tables where Code Coverage data is stored in the Code Tester repository?
설명
Which are the tables where Code Coverage data is stored in the Code Tester repository?
해결 방안
Code Coverage data is stored in 2 tables in the Code Tester repository:
qu_code_coverage_hdr - the header table, containing cumulative information about a single test case execution. Most of the columns are taken directly from DBMS_PROFILER tables.
qu_code_coverage_data - detailed profile data for each line of the program that was executed for a particular test case. Most of the columns are taken directly from DBMS_PROFILER tables.