Unable to see Trace file ? [message #123119] |
Thu, 09 June 2005 22:09 |
confident
Messages: 28 Registered: March 2005
|
Junior Member |
|
|
well, recently i installed the oracle 9.2.0.6 in hpux IA64.. well i used this command to generate the trace file;
alter session set sql_trace=true;
select *****;
alter session set sql_trace=false;
i check in udump directory, there is no trace generated?
and parameter are timed_statistics=true and utl_file_dir=*
and whats problem?
|
|
|
|
Re: Unable to see Trace file ? [message #123154 is a reply to message #123119] |
Fri, 10 June 2005 03:47 |
confident
Messages: 28 Registered: March 2005
|
Junior Member |
|
|
SQL> select name,value from v$parameter where name='user_dump_dest';
/APSS_ors/app/oracle/admin/STS31/udump
and permission
drwxr-xr-x 2 oracle dba 1024 Jun 9 18:41 udump
unable to create
|
|
|
Re: Unable to see Trace file ? [message #123611 is a reply to message #123119] |
Tue, 14 June 2005 02:46 |
lixinyu
Messages: 3 Registered: June 2005
|
Junior Member |
|
|
it is strange!
I met such issue before (under hpux):
1, the session has been traced .
2, close the trace.
3, delete the trace file in udump dir.
4, open the trace again.
there will not be new trace anymore.
can you quit this session and login to have a test again?
xinyu
|
|
|