Identify the component of the PL/SQL hierarchical profiler that uploads the result of profiling into database tables.

Identify the component of the PL/SQL hierarchical profiler that uploads the result of profiling into database tables.

Identify the component of the PL/SQL hierarchical profiler that uploads the result of profiling into database tables.

A.
the trace file component

B.
the analyzer component

C.
the shared library component

D.
the data collection component



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Rajnish

Rajnish

There are Two Component of PLSQL Hierarchical profile.
1) Data Collection: it will Collect the all the Row profile data from PLSQL Code execution and store into system-text file to further analysis.

2) Analyzer Collection : it will take the Row profile data and load into data tables like ETL.

So, Above answer id Correct!

jasn

jasn

B
hierarchical profiler has Data collector and Analyzer two component.
Data collector collect profiler data into file.
Analyzer analyze file and load result into table.