Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ALTER SESSION SET tracefile_identifier = mytest;
  2. alter session set events '10046 trace name context forever, level 1';
  3.  
  4. select owner, object_name from dba_objects
  5.  
  6. =====================
  7. PARSING IN CURSOR #210335064 len=42 dep=0 uid=48 oct=3 lid=48 tim=20962225002 hv=3579237936 ad='b7ef8180' sqlid='114vazvapdpjh'
  8. select owner, object_name from dba_objects
  9. END OF STMT
  10. PARSE #210335064:c=15600,e=31487,p=0,cr=4,cu=0,mis=1,r=0,dep=0,og=1,plh=2354722397,tim=20962225000
  11. EXEC #210335064:c=0,e=46,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=2354722397,tim=20962225198
  12. FETCH #210335064:c=0,e=1650,p=0,cr=39,cu=0,mis=0,r=50,dep=0,og=1,plh=2354722397,tim=20962226907
  13.  
  14. *** 2016-10-24 17:36:49.734
  15.  
  16. FETCH #210335064:c=0,e=515,p=0,cr=16,cu=0,mis=0,r=50,dep=0,og=1,plh=2354722397,tim=20970608847
  17.  
  18. *** 2016-10-24 17:37:03.376
  19.  
  20. FETCH #210335064:c=0,e=304,p=0,cr=6,cu=0,mis=0,r=50,dep=0,og=1,plh=2354722397,tim=20976035474
  21.  
  22. *** 2016-10-24 17:37:19.866
  23.  
  24. CLOSE #210335064:c=0,e=300,dep=0,type=0,tim=20992663336
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement