What is tkprof and how is it used?

          

What is tkprof and how is it used?

<<Previous  Next>>

Oracle - What is tkprof and how is it used? - Feb 07, 2010 at 14:20 PM by Shuchi Gauri

What is tkprof and how is it used?

tkprof is used for diagnosing performance issues. It formats a trace file into a more readable format for performance analysis. It is needed because trace file is a very complicated file to be read as it contains minute details of program execution.

Oracle - What is tkprof and how is it used? - April 10, 2009 at 11:00 AM

What is tkprof and how is it used?  

  • Tkprof is a performance diagnosing utility available to DBAs. It formats a trace file into a more readable format for performance analysis. So that the DBA can identify and resolve performance issues like poor SQL, indexing, and wait events.
  • When a user comes across problems related to the response time in comparison to his previous weeks response time, Session tracing and tkprof can be used to see exactly what is happening on the database, enabling the DBA to take corrective action.
  • At times, viewing SQL that is being executed for an application will be the only mechanism a DBA will have. These situations arrive during the execution of encrypted PL/SQL code on the database or submission of SQL statements from third party applications.

Also read
Explain the difference between a data block, an extent and a segment.

A data block is the smallest unit of logical storage for a database object. As objects grow they take chunks of additional storage that are composed of contiguous data blocks.............

What are data pump Export and Import Modes?

Data pump export and import modes are used to determine the type and portions of database to be exported and imported:...............

What is a sequence in oracle?

A Sequence is a user created database object. A sequence can be shared by multiple users to generate unique integers. This object is used to create a primary key value...............

What is a schema?

Schema represents structure of the database. Database has two main types of schemas partitioned : Physical schema: Describes the database design at the physical level..............

<<Previous  Next>>



Write your comment - Share Knowledge and Experience


 

 
Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring