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 Go to next message
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 #201401 is a reply to message #201219] Sat, 04 November 2006 00:41 Go to previous messageGo to next message
rameshkumars2k3
Messages: 8
Registered: November 2006
Location: DELHI
Junior Member

dear,

i think ur are using form 6i with Oracle 10g as database.

b'coz form 6i compatible with upto oracle 9i
Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201402 is a reply to message #201219] Sat, 04 November 2006 00:56 Go to previous messageGo to next message
Mohammad Taj
Messages: 2412
Registered: September 2006
Location: Dubai, UAE
Senior Member

Better to call Oracle Support for "Ora-00600" Error.
Hope this Helps
Mohammad Taj
Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201428 is a reply to message #201219] Sat, 04 November 2006 03:06 Go to previous messageGo to next message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

rameshkumars2k3 wrote on Sat, 04 November 2006 09:56
Quote:
i think ur are using form 6i with Oracle 10g as database.

b'coz form 6i compatible with upto oracle 9i

6i can be used with database 10g.

I think apllying the final patch(patch 14 or later) for forms 6i will resolve the issue
I had the same problem but applying the patch fixed it.
You can download the patch from metalink.

regards,
Saadat Ahmad

[Updated on: Sat, 04 November 2006 03:07]

Report message to a moderator

Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201436 is a reply to message #201428] Sat, 04 November 2006 03:50 Go to previous messageGo to next message
rameshkumars2k3
Messages: 8
Registered: November 2006
Location: DELHI
Junior Member

can you send its link or URL for download form 6i patch 14 or above
Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201438 is a reply to message #201219] Sat, 04 November 2006 04:06 Go to previous messageGo to next message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

https://metalink.oracle.com/

Registration is required.

regards
Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201446 is a reply to message #201438] Sat, 04 November 2006 06:21 Go to previous messageGo to next message
rameshkumars2k3
Messages: 8
Registered: November 2006
Location: DELHI
Junior Member

Thanks Sir, But i have not support identifier. So i am not able to download this patch.
Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201449 is a reply to message #201446] Sat, 04 November 2006 06:50 Go to previous messageGo to next message
Mohammad Taj
Messages: 2412
Registered: September 2006
Location: Dubai, UAE
Senior Member

Yes
https://metalink.oracle.com/metalink_registration_faq.htm

hope this helps
Mohammad Taj

[Updated on: Sat, 04 November 2006 06:51]

Report message to a moderator

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 Go to previous messageGo to next message
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
Re: Urgent Help Error 0 at line, column 0 ORA-00600: internal error code, arguments:[17069],[7222996 [message #201558 is a reply to message #201452] Sun, 05 November 2006 19:16 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Instead of using "When-NEW-FORM-INSTANCE" I suggest using the 'When-Create-Record' trigger.

Also, make sure that you have connected to your database and that you do a Cntl-Shft-K (Compile All) before your Ctrl-T (Generate).

David
Previous Topic: help with form builder format mask
Next Topic: USING POST COMMAND IN CALL_FORM
Goto Forum:
  


Current Time: Fri Sep 20 12:28:33 CDT 2024