RE: Faking an ORA-600

2002-12-20 Thread Ball, Terry
Thanks for the replies.  I was able to test sucessfully.

Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX:  816-300-1800


-Original Message-
Sent: Thursday, December 19, 2002 2:52 PM
To: Multiple recipients of list ORACLE-L


We are trying to test out monitoring software (on a test database at
8.1.6.3).  We have been able to generate most of the errors that we want to
monitor for, but have been unable to generate an ORA-600.  Does anyone have
a way of doing this?

TIA.


Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX:  816-300-1800

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




Re: Faking an ORA-600

2002-12-19 Thread Stephen Andert
vi and manually add it ???


Stephen Andert
Scottsdale, Arizona

 [EMAIL PROTECTED] 12/19/02 01:51PM 
We are trying to test out monitoring software (on a test database at
8.1.6.3).  We have been able to generate most of the errors that we
want to
monitor for, but have been unable to generate an ORA-600.  Does anyone
have
a way of doing this?

TIA.


Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX:  816-300-1800

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net 
-- 
Author: Ball, Terry
  INET: [EMAIL PROTECTED] 

Fat City Network Services-- 858-538-5051 http://www.fatcity.com 
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephen Andert
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Faking an ORA-600

2002-12-19 Thread Jamadagni, Rajendra
Title: RE: Faking an ORA-600





dbms_system.ksdwrt(2,'abc2_ora_2269266.trc:ORA-00600: internal error code, arguments: [794], [0x700189CDE40], [0x700189CDF08], [0x700189D0398], [4294967295], [], [], []');

Basically put anything in the string ...


Lather , rinse, repeat.
Raj
__
Rajendra Jamadagni  MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc. 
QOTD: Any clod can have facts, but having an opinion is an art!



-Original Message-
From: Ball, Terry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 3:52 PM
To: Multiple recipients of list ORACLE-L
Subject: Faking an ORA-600



We are trying to test out monitoring software (on a test database at
8.1.6.3). We have been able to generate most of the errors that we want to
monitor for, but have been unable to generate an ORA-600. Does anyone have
a way of doing this?


TIA.



Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX: 816-300-1800


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).



This e-mail 
message is confidential, intended only for the named recipient(s) above and may 
contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 
and delete this e-mail message from your computer, Thank 
you.*2



Re: Faking an ORA-600

2002-12-19 Thread Jonathan Lewis

Have you tried a search on metalink for 
8.1.6.3 and ORA-00600 in the Advanced
search section of the Bug database ?

Offhand, this might work:

create a table with 3 columns
create table t1 as
select 
trunc((rownum-1)/100,0)b1,
mod(rownum,100)b2,
rpad(rownum,100)v1
from
all_objects
where rownum = 2000
;

Create a two column bitmap index
create bitmap index t1_bx on t1(b1,b2)

Select on b1 with an equality and b2 with a range scan.

select * from t1 
where b1 = 10 and b2 between 40 and 80
;

I think this one breaks an 8.1.6 database.


Regards

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Coming soon a new one-day tutorial:
Cost Based Optimisation
(see http://www.jlcomp.demon.co.uk/tutorial.html )

Next Seminar dates: 
(see http://www.jlcomp.demon.co.uk/seminar.html )

England__January 21/23


The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jonathan Lewis
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




Re: Faking an ORA-600

2002-12-19 Thread Stephane Faroult
Ball, Terry wrote:
 
 We are trying to test out monitoring software (on a test database at
 8.1.6.3).  We have been able to generate most of the errors that we want to
 monitor for, but have been unable to generate an ORA-600.  Does anyone have
 a way of doing this?
 
 TIA.
 
 Terry Ball, DBA
 Birch Telecom
 Work: 816-300-1335
 FAX:  816-300-1800
 

Terry,

  Depends on how you do it. If it's by checking the alert log file, I
presume that something such as
   execute sys.dbms_system.kdswrt(3, 'Errors in file blablah.trc:')
   execute sys.dbms_system.kdswrt(3, 'ORA-00600: internal error code,
arguments: [], [FAKED], [], [], []')

  should look alarming enough.

-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Faking an ORA-600

2002-12-19 Thread Loughmiller, Greg
Title: RE: Faking an ORA-600





How about taking the text of the ORA-600 error and CAT the text to the end of your alert file? I am assuming that you will be parsing the alert log for that type of notification

greg


-Original Message-
From: Ball, Terry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 3:52 PM
To: Multiple recipients of list ORACLE-L
Subject: Faking an ORA-600



We are trying to test out monitoring software (on a test database at
8.1.6.3). We have been able to generate most of the errors that we want to
monitor for, but have been unable to generate an ORA-600. Does anyone have
a way of doing this?


TIA.



Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX: 816-300-1800


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
 INET: [EMAIL PROTECTED]


Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).





RE: Faking an ORA-600

2002-12-19 Thread Fink, Dan
If this is unix, type oracle at the command line. It will through an
ORA-00600 in the alert log of the database identified by $ORACLE_SID.

I learned this one the hard way...after a series of panicked calls to Oracle
support when I was a Jr. DBA (e.g. last week ;)

Dan

-Original Message-
Sent: Thursday, December 19, 2002 1:52 PM
To: Multiple recipients of list ORACLE-L


We are trying to test out monitoring software (on a test database at
8.1.6.3).  We have been able to generate most of the errors that we want to
monitor for, but have been unable to generate an ORA-600.  Does anyone have
a way of doing this?

TIA.


Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX:  816-300-1800

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Fink, Dan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Faking an ORA-600

2002-12-19 Thread Johnston, Tim
Type oracle at the command line and hit enter...  It should come right
back to the command prompt but you'll see the following in the alert log...

ORA-00600: internal error code, arguments: [12235], [], [], [], [], [], [],
[]

-Original Message-
Sent: Thursday, December 19, 2002 3:52 PM
To: Multiple recipients of list ORACLE-L


We are trying to test out monitoring software (on a test database at
8.1.6.3).  We have been able to generate most of the errors that we want to
monitor for, but have been unable to generate an ORA-600.  Does anyone have
a way of doing this?

TIA.


Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX:  816-300-1800

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Johnston, Tim
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Faking an ORA-600

2002-12-19 Thread Smith, Ron L.
If you don't mind messing up a datafile, you could copy junk over an index
datafile.  Then use the index in a query.  We had a corrupt index that
always generated an ORA-600.

R. Smith

-Original Message-
Sent: Thursday, December 19, 2002 3:39 PM
To: Multiple recipients of list ORACLE-L


Ball, Terry wrote:
 
 We are trying to test out monitoring software (on a test database at 
 8.1.6.3).  We have been able to generate most of the errors that we 
 want to monitor for, but have been unable to generate an ORA-600.  
 Does anyone have a way of doing this?
 
 TIA.
 
 Terry Ball, DBA
 Birch Telecom
 Work: 816-300-1335
 FAX:  816-300-1800
 

Terry,

  Depends on how you do it. If it's by checking the alert log file, I
presume that something such as
   execute sys.dbms_system.kdswrt(3, 'Errors in file blablah.trc:')
   execute sys.dbms_system.kdswrt(3, 'ORA-00600: internal error code,
arguments: [], [FAKED], [], [], []')

  should look alarming enough.

-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the
message BODY, include a line containing: UNSUB ORACLE-L (or the name of
mailing list you want to be removed from).  You may also send the HELP
command for other information (like subscribing).
If you are not the intended recipient of this e-mail message, any use,
distribution or copying of the message is prohibited.  Please let me know
immediately by return e-mail if you have received this message by mistake,
then delete the e-mail message. Thank you.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Faking an ORA-600

2002-12-19 Thread Fink, Dan
Okay, so I can't trype, I mean type... through should be THROW.

I like this method because it does not make any schema changes, corrupt any
indexes (even if they are junk). And it is very easy to repeat for multiple
sids.

dba:X920oracle
dba:X920tail -3 $ORACLE_BASE/admin/X920/bdump/alert_X920.log
Thu Dec 19 15:23:49 2002
Errors in file /opt/app/oracle/admin/MDX920/bdump/mdx920_ora_3097.trc:
ORA-00600: internal error code, arguments: [12235], [], [], [], [], [], [],
[]



-Original Message-
Sent: Thursday, December 19, 2002 3:00 PM
To: Multiple recipients of list ORACLE-L


If this is unix, type oracle at the command line. It will through an
ORA-00600 in the alert log of the database identified by $ORACLE_SID.

I learned this one the hard way...after a series of panicked calls to Oracle
support when I was a Jr. DBA (e.g. last week ;)

Dan

-Original Message-
Sent: Thursday, December 19, 2002 1:52 PM
To: Multiple recipients of list ORACLE-L


We are trying to test out monitoring software (on a test database at
8.1.6.3).  We have been able to generate most of the errors that we want to
monitor for, but have been unable to generate an ORA-600.  Does anyone have
a way of doing this?

TIA.


Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX:  816-300-1800

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Fink, Dan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Fink, Dan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




Re: Faking an ORA-600

2002-12-19 Thread Jared . Still
If you are monitoring the alert.log, try dbms_system.ksdwrt

http://www.oracledba.co.uk/tips/plsql_alert_log.htm

Jared





Ball, Terry [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
 12/19/2002 12:51 PM
 Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
cc: 
Subject:Faking an ORA-600


We are trying to test out monitoring software (on a test database at
8.1.6.3).  We have been able to generate most of the errors that we want 
to
monitor for, but have been unable to generate an ORA-600.  Does anyone 
have
a way of doing this?

TIA.


Terry Ball, DBA
Birch Telecom
Work: 816-300-1335
FAX:  816-300-1800

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ball, Terry
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Faking an ORA-600

2002-12-19 Thread Rahul
this is sooo cool... i mean these tiny small things.. wich are hidden in
oralce supplied packages...!!

thanks Jared...

 --
 From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
 Reply To: [EMAIL PROTECTED]
 Sent: Friday, December 20, 2002 8:48 AM
 To:   Multiple recipients of list ORACLE-L
 Subject:  Re: Faking an ORA-600
 
 If you are monitoring the alert.log, try dbms_system.ksdwrt
 
 http://www.oracledba.co.uk/tips/plsql_alert_log.htm
 
 Jared
 
 
 
 
 
 Ball, Terry [EMAIL PROTECTED]
 Sent by: [EMAIL PROTECTED]
  12/19/2002 12:51 PM
  Please respond to ORACLE-L
 
  
 To: Multiple recipients of list ORACLE-L
 [EMAIL PROTECTED]
 cc: 
 Subject:Faking an ORA-600
 
 
 We are trying to test out monitoring software (on a test database at
 8.1.6.3).  We have been able to generate most of the errors that we want 
 to
 monitor for, but have been unable to generate an ORA-600.  Does anyone 
 have
 a way of doing this?
 
 TIA.
 
 
 Terry Ball, DBA
 Birch Telecom
 Work: 816-300-1335
 FAX:  816-300-1800
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Ball, Terry
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 
 
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: 
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rahul
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).