DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: Unable to see Trace file ?

  1. #1
    Join Date
    Mar 2005
    Posts
    26

    Unable to see Trace file ?

    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?

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    you are probably looking in the wrong place

    time_statistics=true is good
    utl_file_dir=* is bad

  3. #3
    Join Date
    Mar 2005
    Posts
    26
    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

    and dedicated not mts

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    so whats in there

  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Is it an MTS session, perhaps? If so, look in bdump.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width