Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 3455 invoked from network); 4 Apr 2008 23:20:01 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by static-ip-69-64-49-119.inaddr.intergenia.de with SMTP; 4 Apr 2008 23:20:01 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 71201839616;
 Sat,  5 Apr 2008 00:20:00 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 23814-06; Sat, 5 Apr 2008 00:20:00 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id E0BC8839A3C;
 Sat,  5 Apr 2008 00:19:59 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Sat, 05 Apr 2008 00:18:09 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 6B4408392E2
 for <oracle-l@freelists.org>; Sat,  5 Apr 2008 00:18:09 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 23570-10 for <oracle-l@freelists.org>;
 Sat, 5 Apr 2008 00:18:09 -0400 (EDT)
Received: from mx04.mailboxcop.com (mx04.mailboxcop.com [206.125.223.74])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 2C3F4839642
 for <oracle-l@freelists.org>; Sat,  5 Apr 2008 00:18:08 -0400 (EDT)
Received: from secure9.apollohosting.com (secure9.apollohosting.com [206.125.217.251])
 by mx04.mailboxcop.com (8.13.8/8.13.8) with ESMTP id m354ERqw016570
 for <oracle-l@freelists.org>; Fri, 4 Apr 2008 23:14:27 -0500
Received: (qmail 16882 invoked from network); 4 Apr 2008 23:18:08 -0500
Received: from 71-208-138-81.hlrn.qwest.net (HELO ?192.168.0.4?) (71.208.138.81)
  by biggamestudio.com with SMTP; 4 Apr 2008 23:18:08 -0500
Message-ID: <47F6FD4A.9000403@evdbt.com>
Date: Fri, 04 Apr 2008 22:17:14 -0600
From: Tim Gorman <tim@evdbt.com>
Organization: Evergreen Database Technologies, Inc.
User-Agent: Thunderbird 2.0.0.12 (Windows/20080213)
MIME-Version: 1.0
To: ORACLE-L <oracle-l@freelists.org>
Subject: Re: Force an ora-600?
References: <7b8774110804041323k2af12c7fsb62621b9e00133dc@mail.gmail.com>	 <20080404153211.ad0c7gmdwsgg8owg@webmail.evdbt.com> <7b8774110804041949j19b81649r57710ae7bbadce93@mail.gmail.com>
In-Reply-To: <7b8774110804041949j19b81649r57710ae7bbadce93@mail.gmail.com>
Content-Type: text/html; charset=ISO-8859-1
X-Spam-Score: undef - evdbt.com is whitelisted.
X-CanItPRO-Stream: outgoing (inherits from default)
X-Canit-Stats-ID: 210735937 - fb6ccb10993e
X-Antispam-Training-Forget: http://mailboxcop.com/canit/b.php?i=210735937&m=fb6ccb10993e&c=f
X-Antispam-Training-Nonspam: http://mailboxcop.com/canit/b.php?i=210735937&m=fb6ccb10993e&c=n
X-Antispam-Training-Spam: http://mailboxcop.com/canit/b.php?i=210735937&m=fb6ccb10993e&c=s
X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.168.15.6
X-archive-position: 6929
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: tim@evdbt.com
Precedence: normal
Reply-to: tim@evdbt.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
If it no longer causes an ORA-00600 in 11.1, then it's about darned
time they took care of that...<br>
<br>
ORA-00600 is supposed to be a "catch-all" for unforeseen or unhandled
errors, like an "assert()" function in "C".&nbsp; I recall being able to
generate the OERI-12235 by simply entering "oracle" at the command-line
since at least Oracle v6;&nbsp; hardly an "unforeseen" or "unhandle-able"
exception to have "argc == 0" -- every single blessed "C" program I
ever wrote handled that, if when I was just goofing around... &nbsp; ;-)<br>
<br>
<br>
<br>
Charles Schultz wrote:
<blockquote
 cite="mid:7b8774110804041949j19b81649r57710ae7bbadce93@mail.gmail.com"
 type="cite">Perhaps this is no longer true for 11g (<a
 moz-do-not-send="true" href="http://11.1.0.6">11.1.0.6</a>)? Linux
RHEL4.<br>
  <br>
  <br>
Jeremiah Wilton, your suggestion worked wonderfully, thank you. I also
found that "blissful_ignorance" works quite well, also. =) No to go
surprise my fellow DBAs....<br>
  <br>
  <br>
  <div class="gmail_quote">On Fri, Apr 4, 2008 at 4:32 PM, Tim Gorman
&lt;<a moz-do-not-send="true" href="mailto:tim@evdbt.com">tim@evdbt.com</a>&gt;
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Charles,<br>
    <br>
Just type in "oracle" at the UNIX command-line (assuming you're on
UNIX, haven't tried it on Windows), and you'll get an ORA-00600 [12235]
in the "alert log" file. &nbsp;Great way to wake up the DBAs... ;-)<br>
    <br>
Hope this helps...<br>
    <br>
-Tim
    <div>
    <div class="Wj3C7c"><br>
    <br>
    <br>
Quoting Charles Schultz &lt;<a moz-do-not-send="true"
 href="mailto:sacrophyte@gmail.com" target="_blank">sacrophyte@gmail.com</a>&gt;:<br>
    <br>
    <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Good day, List,<br>
      <br>
I am playing with 11g and want to experiment with the Fault
Diagnosability<br>
Infrastructure. I would like to force an ora-600. I thought there was an<br>
event one could set to crash smon with a ora-600, but looking through<br>
$OH/rdbms/mesg/oraus.msg, I cannot find it. Anyone recall it off-hand?<br>
      <br>
Or if I could force a bug, that would be nice. So far the bugs I have
found<br>
for <a moz-do-not-send="true" href="http://11.1.0.6" target="_blank">11.1.0.6</a>
are not reproducible. Especially when the testcase is not<br>
given.<br>
      <br>
PS - gotta love those events that tell the customer "do not set this
event".<br>
Isn't that just asking to be set?<br>
      <br>
--<br>
Charles Schultz<br>
      <br>
    </blockquote>
    <br>
    <br>
    </div>
    </div>
    <font color="#888888">--<br>
    <a moz-do-not-send="true"
 href="http://www.freelists.org/webpage/oracle-l" target="_blank">http://www.freelists.org/webpage/oracle-l</a><br>
    <br>
    <br>
    </font></blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Charles Schultz
</blockquote>
</body>
</html>
--
http://www.freelists.org/webpage/oracle-l


