InterviewSolution
Saved Bookmarks
| 1. |
How Can You Generate Profile Of Pl/sql Applications To Identify Performance Bottlenecks? |
|
Answer» You can use the dbms_profiler PACKAGE to collect and store PROFILE INFORMATION about a PL/SQL application. You can use the dbms_profiler package to collect and store profile information about a PL/SQL application. |
|