Home » RDBMS Server » Server Administration » Pls-ORA-00600: internal error code, arguments: [qerixGetKey:optdesc], [], [], [], [], [], [], []
Pls-ORA-00600: internal error code, arguments: [qerixGetKey:optdesc], [], [], [], [], [], [], [] [message #182775] |
Tue, 18 July 2006 02:47 |
sreehari
Messages: 101 Registered: May 2006
|
Senior Member |
|
|
Hi when i run the follwing query..i am getting the above error..
SELECT LKP_STATIC_DATA_DETAIL.CODE
FROM
LKP_STATIC_DATA_DETAIL
WHERE (LKP_STATIC_DATA_DETAIL.LIST_NAME = N'EVENT_TYPE'
AND LKP_STATIC_DATA_DETAIL.IS_ACTIVE = N'-1'
AND UPPER(LKP_STATIC_DATA_DETAIL.LANGUAGE_CODE) = N'EN'
AND LKP_STATIC_DATA_DETAIL.CONTEXT_CODE = N'DEFAULT')
ORDER BY LKP_STATIC_DATA_DETAIL.DISPLAY_SEQUENCE ASC
to solve this issue..my lead gave the following command..
alter table LKP_STATIC_DATA_DETAIL move tablespace poetic
then the issue was fixed for that moment..later for the same statement it is raising
ORA-00600: internal error code, arguments: [qerixGetKey:optdesc], [], [], [], [], [], [], []
how to deal with the issue.
|
|
|
Re: Pls-ORA-00600: internal error code, arguments: [qerixGetKey:optdesc], [], [], [], [], [], [], [] [message #182787 is a reply to message #182775] |
Tue, 18 July 2006 03:56 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
ORA-600 = talk to support.
|
|
|
Goto Forum:
Current Time: Sat Jan 25 13:45:28 CST 2025
|