Print Page | Close Window

ORA-00600:INTERNAL ERROR CODE,ARGUMENTS:[4511],...

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=2036
Printed Date: 22 February 2025 at 5:23pm


Topic: ORA-00600:INTERNAL ERROR CODE,ARGUMENTS:[4511],...
Posted By: Guests
Subject: ORA-00600:INTERNAL ERROR CODE,ARGUMENTS:[4511],...
Date Posted: 20 September 2003 at 1:31am

HAI,

I AM GETTING THE FOLLOWING ERROR WHILE TRYING TO DELETE A RECORD FROM A TABLE.I AM GICING THE STEPS BELOW.IT WAS UPDATING BUT THE UPDATION WAS NOT REFLECTING IN THE DATABASE.PLEASE LET ME KNOW HOW TO RECTIFY THAT ERROR.

THANKS IN ADVANCE

DINESH.

 

SQL> ED
Wrote file afiedt.buf
  1  DELETE FROM RBI_PAY_EMPLOYEE_PAY where ROWID='AAABVRAAZAAAVwYAAA' AND MONTH=9 AND
  2* YEAR=2003 AND PF_INDEX_NO='HIM0098'
SQL> /
DELETE FROM RBI_PAY_EMPLOYEE_PAY where ROWID='AAABVRAAZAAAVwYAAA' AND MONTH=9 AND
            *
ERROR at line 1:
ORA-00600: internal error code, arguments: [4511], [], [], [], [], [], [], []

SQL> ED
Wrote file afiedt.buf
  1  SELECT YEAR,MONTH,ROWID,ROWNUM FROM RBI_PAY_EMPLOYEE_PAY WHERE
  2* RTRIM(LTRIM(MONTH))=9 AND PF_INDEX_NO='HIM0098'
SQL> /

     YEAR     MONTH ROWID                 ROWNUM
--------- --------- ------------------ ---------
     1998         9 AAABVRAAUAAAn86AAE         1
     1999         9 AAABVRAAUAAAoTkAAA         2
     2000         9 AAABVRAAUAAAoptAAJ         3
     2001         9 AAABVRAAUAAAo/+AAH         4
     2002         9 AAABVRAAUAAApWKAAH         5
     2003         9 AAABVRAAZAAAVwYAAA         6

6 rows selected.


SQL> ED
Wrote file afiedt.buf
  1  UPDATE RBI_PAY_EMPLOYEE_PAY SET MONTH=9 WHERE
  2* LTRIM(MONTH)=9 AND (YEAR)=2003 AND PF_INDEX_NO='HIM0098'
SQL> /

1 row updated.

SQL> ED
Wrote file afiedt.buf
  1  DELETE FROM RBI_PAY_EMPLOYEE_PAY WHERE
  2* ROWID='AAABVRAAZAAAVwYAAA'
SQL> /
DELETE FROM RBI_PAY_EMPLOYEE_PAY WHERE
            *
ERROR at line 1:
ORA-00600: internal error code, arguments: [4511], [], [], [], [], [], [], []




Replies:
Posted By: LogSat
Date Posted: 21 September 2003 at 10:19pm

Dinesh,

Can you please let us knonw what version of SpamFilter and what version of ORacle you are using?

Roberto F.
LogSat Software



Posted By: Guests
Date Posted: 21 January 2004 at 3:34am

oracle version 7 and oracle 8.0

 

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

 

 



Posted By: LogSat
Date Posted: 21 January 2004 at 11:12pm

Hussain,

If you can post more info, as in the version of SpamFilter you're using, were this error occurs, a section of the SpamFilter activity log showing the error, we can try to be of help.

Roberto F.
LogSat Software



Posted By: Guests
Date Posted: 27 February 2004 at 1:32am

Dear Sir/Madem

My query is

SQL> create table us (nu number(5));
create table us (nu number(5))
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [6007], [302], [], [], [], [], [], []

this is my error.

My Version is  Oracle 8.0

Thank you




Print Page | Close Window