December 2010
Intermediate to advanced
451 pages
11h 16m
English
You want to analyze and diagnose your code to find bottlenecks and areas where excess execution time is being spent, but the DBMS_PROFILER package is not installed.
Install the DBMS_PROFILER packages, and then create the tables and the Oracle sequence object they need in order to run. Once installed, you can use the DBMS_PROFILER package to help diagnose application performance issues.
To install the DBMS_PROFILER packages, follow these steps:
The packages are owned by the
SYSaccount; therefore, it requires DBA login access. Start by opening a SQL Plus connect with theconnect syscommand. If the operation is successful, the system will respond with the message “Connected.” ...
Read now
Unlock full access