<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQL_TRACE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240806#M891114</link>
    <description>The timed_statistics won't affect the SQL trace itself but will give you the time information on the trace. This is true that a trace without time information won't be as useful.&lt;BR /&gt;&lt;BR /&gt;try&lt;BR /&gt;alter system set timed_statistics=true;&lt;BR /&gt;execute sys.dbms_system.set_sql_trace_in_session(&lt;SID&gt; ,&lt;SERIAL&gt; ,true);&lt;BR /&gt;&lt;BR /&gt;Does this work ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc&lt;/SERIAL&gt;&lt;/SID&gt;</description>
    <pubDate>Tue, 06 Apr 2004 04:39:09 GMT</pubDate>
    <dc:creator>Jean-Luc Oudart</dc:creator>
    <dc:date>2004-04-06T04:39:09Z</dc:date>
    <item>
      <title>SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240801#M891109</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I'm running Oracle9i Enterprise Edition Release 9.2.0.4.0 64-bit on a HP-UX rx2600 ia 64-bit B11.23 (11i version 2) box. For some reason SQL_TRACE can not be activated.&lt;BR /&gt;I tried:&lt;BR /&gt;* SQL_TRACE=TRUE in the init file&lt;BR /&gt;* ALTER SESSION &lt;BR /&gt;* SET EVENTS&lt;BR /&gt;* LOGON TRIGGER that does an alter session or a set events. &lt;BR /&gt;I check that the software owner can write to the directory specified by the parameter user_dump_dest and that the file system is not full. &lt;BR /&gt;&lt;BR /&gt;Anybody out there with a similar config where SQL Trace works? &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 06 Apr 2004 04:08:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240801#M891109</guid>
      <dc:creator>Denys van Kempen</dc:creator>
      <dc:date>2004-04-06T04:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240802#M891110</link>
      <description>what is the output for :&lt;BR /&gt;select name, value from v$parameter where name like '%trace%';&lt;BR /&gt;select name, value from v$parameter where name like '%dump%';&lt;BR /&gt;&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 06 Apr 2004 04:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240802#M891110</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-04-06T04:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240803#M891111</link>
      <description>Add to previous post:&lt;BR /&gt;&lt;BR /&gt;SQL_TRACE is an initialization parameter. However, when you change its value with an ALTER SESSION statement, the results are not reflected in the V$PARAMETER view. Therefore, in this context it is considered a session parameter only.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Tue, 06 Apr 2004 04:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240803#M891111</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-06T04:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240804#M891112</link>
      <description>Thanks for your reply: &lt;BR /&gt;&lt;BR /&gt;Here is the output. &lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; /&lt;BR /&gt;&lt;BR /&gt;NAME                                     VALUE&lt;BR /&gt;---------------------------------------- ----------------------------------------&lt;BR /&gt;shadow_core_dump                         partial&lt;BR /&gt;background_core_dump                     partial&lt;BR /&gt;background_dump_dest                     /u01/app/oracle/admin/THALES/bdump&lt;BR /&gt;user_dump_dest                           /u01/app/oracle/admin/THALES/udump&lt;BR /&gt;max_dump_file_size                       UNLIMITED&lt;BR /&gt;core_dump_dest                           /u01/app/oracle/admin/THALES/cdump&lt;BR /&gt;&lt;BR /&gt;6 rows selected.&lt;BR /&gt;&lt;BR /&gt;NAME                                     VALUE&lt;BR /&gt;---------------------------------------- ----------------------------------------&lt;BR /&gt;tracefile_identifier&lt;BR /&gt;trace_enabled                            TRUE&lt;BR /&gt;log_archive_trace                        0&lt;BR /&gt;oracle_trace_enable                      FALSE&lt;BR /&gt;oracle_trace_facility_path               ?/otrace/admin/fdf&lt;BR /&gt;oracle_trace_collection_path             ?/otrace/admin/cdf&lt;BR /&gt;oracle_trace_facility_name               oracled&lt;BR /&gt;oracle_trace_collection_name&lt;BR /&gt;oracle_trace_collection_size             5242880&lt;BR /&gt;sql_trace                                TRUE</description>
      <pubDate>Tue, 06 Apr 2004 04:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240804#M891112</guid>
      <dc:creator>Denys van Kempen</dc:creator>
      <dc:date>2004-04-06T04:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240805#M891113</link>
      <description>it is not only sql_trace you should also set timed_statistics=true in your init&lt;SID&gt;.ora file&lt;BR /&gt;&lt;BR /&gt;sql_trace=true&lt;BR /&gt;timed_statistics=true&lt;BR /&gt;user_dump_dest=&lt;DIR&gt;&lt;BR /&gt;&lt;BR /&gt;restart database.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Else&lt;BR /&gt;&lt;BR /&gt;alter system set sql_trace=true&lt;BR /&gt;alter system set timed_statistics=true&lt;BR /&gt;&lt;BR /&gt;Revert with the results&lt;/DIR&gt;&lt;/SID&gt;</description>
      <pubDate>Tue, 06 Apr 2004 04:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240805#M891113</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-04-06T04:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240806#M891114</link>
      <description>The timed_statistics won't affect the SQL trace itself but will give you the time information on the trace. This is true that a trace without time information won't be as useful.&lt;BR /&gt;&lt;BR /&gt;try&lt;BR /&gt;alter system set timed_statistics=true;&lt;BR /&gt;execute sys.dbms_system.set_sql_trace_in_session(&lt;SID&gt; ,&lt;SERIAL&gt; ,true);&lt;BR /&gt;&lt;BR /&gt;Does this work ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jean-Luc&lt;/SERIAL&gt;&lt;/SID&gt;</description>
      <pubDate>Tue, 06 Apr 2004 04:39:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240806#M891114</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2004-04-06T04:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240807#M891115</link>
      <description>Timed statistics happens to be true. But this has nothing to do whether SQL Trace works or not. I know how to activate SQL trace and all. I just wondered if anybody has encountered a bug with this specific Oracle release on this specific HP platform. &lt;BR /&gt;&lt;BR /&gt;Thanks anyway.</description>
      <pubDate>Tue, 06 Apr 2004 04:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240807#M891115</guid>
      <dc:creator>Denys van Kempen</dc:creator>
      <dc:date>2004-04-06T04:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240808#M891116</link>
      <description>I would also check the alert*&lt;SID&gt;.log and trc files under bdump,cdump directories for the exact problem.&lt;BR /&gt;&lt;BR /&gt;Do you have permissions on the dir where the trace files are pointed out&lt;/SID&gt;</description>
      <pubDate>Tue, 06 Apr 2004 04:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240808#M891116</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-04-06T04:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240809#M891117</link>
      <description>I tried dbms_system.set_sql_trace_in_session(10,91,true);&lt;BR /&gt;&lt;BR /&gt;Unfortunately no cigar either.</description>
      <pubDate>Tue, 06 Apr 2004 04:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240809#M891117</guid>
      <dc:creator>Denys van Kempen</dc:creator>
      <dc:date>2004-04-06T04:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240810#M891118</link>
      <description>just another idea ,&lt;BR /&gt;I perfer autotrace feature in sqlplus.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; set autotrace on</description>
      <pubDate>Tue, 06 Apr 2004 06:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240810#M891118</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2004-04-06T06:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240811#M891119</link>
      <description>Denys,&lt;BR /&gt;&lt;BR /&gt;Check in the $ORACLE_HOME/rdbms/log and $ORACLE_HOME/rdbms/trace directory.  This is the default directory that is used when oracle can't write to the original directory.  Occasionally this does happen.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Tue, 06 Apr 2004 16:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240811#M891119</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-04-06T16:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240812#M891120</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;have a look at your alert.log. There could be error messages logged about this issue. If you think that you are really facing a bug then you must surely create a TAR on metalink.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Tue, 06 Apr 2004 23:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240812#M891120</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-04-06T23:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQL_TRACE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240813#M891121</link>
      <description>Indeed, traces were dumped to $ORACLE_HOME/rdbms/log eventhough the UDUMP directory was valid and writable and the alert.log was correctly located at the BDUMP directory indicated. Strange. Whatever, i've got my traces. Thanks everybody.</description>
      <pubDate>Wed, 07 Apr 2004 03:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-trace/m-p/3240813#M891121</guid>
      <dc:creator>Denys van Kempen</dc:creator>
      <dc:date>2004-04-07T03:56:32Z</dc:date>
    </item>
  </channel>
</rss>

