Home » Developer & Programmer » Forms » Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[72229968],[
Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[72229968],[ [message #201219] |
Fri, 03 November 2006 02:48 |
vijayk333
Messages: 4 Registered: October 2006 Location: HYDERABAD
|
Junior Member |
|
|
Dear All,
I have created a form and i have writtend a trigger during When-NEW-FORM-INSTANCE:
cODE IS AS BELOW:
declare
t_seq number(20);
begin
select companycode.nextval into t_seq from dual;
:company_master.company_code:= t_seq;
set_item_property('company_master.company_code',enabled,property_false);
go_item('company_master.company_name');
end;
I am getting the below error while executing the form.
Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[72229968],[],[],[],[],[],[]
Kindly give me solution.
My mail id is vijay.kmr@tcs.com
Thanks & Regards,
Vijay
|
|
|
|
|
|
|
|
|
|
Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201452 is a reply to message #201219] |
Sat, 04 November 2006 07:17 |
vatsjai
Messages: 23 Registered: May 2005 Location: delhi
|
Junior Member |
|
|
Hi
I have read ur problem and suggestion from diffrent guru's.
Try one thing
first check you sequence. because said errors occurrs only if
events that led up to the error
the operations that were attempted that led to the error
the conditions of the operating system and databases at the time of the error
any unusual circumstances that occurred before receiving the ORA-00600 message
contents of any trace files generated by the error
the relevant portions of the Alter files
Check it. but it still does not work then
try this code
select max(sr_n)+1 into :block.field from table.
next item.
try it.
Jai
|
|
|
|
Goto Forum:
Current Time: Sat Feb 08 17:05:23 CST 2025
|