Not neccessarily.....
It depends on the argument which is followed after the ora-600 error.
If the args[17000......more] and args[7445] you are right it may need recovery ...It may
corrupt index (I have faced)....
I feel arg[6033] is because of the core dump?.If so just bounce the db once.It will work.
What corresponding trace file says?.can you post that.
Thanks.
Thanigaivasan
Hi friend,
I have gone thru the file and I could not guess the exact error because the line which shows the error is missing in the trace file..
I know it is difficult to post all the trace file..
okay you do this...
is there any smon trace file created....if yes good it will specify clearly which is giving problem...
try for file id /mostly it will be there after PROXY in trace file check for that.query the db using the file id../tablespace...
I am also doing reseach on that I will get back shortly.
Thanks.
Thanigaivasan
on 816,parch 3 the
declare
a boolean;
begin
a:=DBMS_SESSION.IS_SESSION_ALIVE(null);
end;
gives ORA-00600: internal error code, arguments: [15498], [0], [], [], [], [], [], []
Reason: null in proc. call.
I have encountered "ORA-00600: internal error code, arguments: [6033], [], [], [], [], [], [], []" when executing a cursor loop. The error message was caused probably by an update statement inside the cursor. My Oracle is Oracle9i 9.0.1.4.0 on Linux.
Originally posted by vbrover I have encountered "ORA-00600: internal error code, arguments: [6033], [], [], [], [], [], [], []" when executing a cursor loop. The error message was caused probably by an update statement inside the cursor. My Oracle is Oracle9i 9.0.1.4.0 on Linux.
In your honor I hearby do invent the following new acronym
OAFT! open a friendly tar!
Bookmarks