Hi gurus....
I've got a problem with my sql_trace parameter. I am unable to set it to
TRUE now, however, I was able to earlier today. Here's the scenerio:
- alter session set timed_statistics = true
- alter session set sql_trace = true
- run script I want analyzed
- alter session set sql_trace = false
- use another terminal and run tkprof on trace output
- alter session set sql_trace = true
- run another script I want analyzed
- alter session set sql_trace = false
- use another terminal and run tkprof on trace output
- delete *.trc file
- alter session set sql_trace = true
- run another script I want analyzed
- alter session set sql_trace = false
- use another terminal and discover my trace output is not there
- exit from sql session
- login to sql again
- look at v$parameter for sql_trace...it says is_sesmodifiable = false
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- bounce the db
- login to sql again
- sql_trace is still not session modifiable (or system for that matter!)
How can I make it modifiable again and what did I do to make it
unmodifiable? TIA.
Lisa
- Lisa Yates cosnit_at_creighton.edu *
- Creighton University *
- Omaha, Nebraska *
- (402) 280-2419 fax: (402) 280-2573 *
- Define the Universe, give 2 examples. *
Received on Mon Jan 08 2001 - 13:16:14 CST