|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all , I am new to oracle Programming, Can anybody tell me which tool helps us to Trace the SQL Statement that are being executed.
*** I am reffering to the tool which is equivalent to SQL Profiler which is availabe for MS SQL SERVER.******* Thanks is advance Sai |
|
#2
|
|||
|
|||
|
I don't know MS SQL SERVER
Code:
-- turn on ALTER SESSION SET SQL_TRACE= TRUE; -- trun off ALTER SESSION SET SQL_TRACE= FALSE; A dump file will be created - where is defined here: Code:
select value from v$parameter where name='user_dump_dest'; The tkprof utility will format the output into a report for you. |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > How to Trace the SQL Statements? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|