Home » Developer & Programmer » Forms » Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) (form builder (Forms [32 Bit] Version 6.0.5.0.2 (Production)) DB is 10g, Windows XP SP2)
Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466693] Tue, 20 July 2010 10:37 Go to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Hi to all,

I using oracle developer 6.0 - form builder (Forms [32 Bit] Version 6.0.5.0.2 (Production)) and my DB is 10g.

When i try to create the procedure in my form and compile the form, it show me the error. (in the uploaded file)

Hope you all can help me.

Thanks.

/forum/fa/8055/0/

Regards,
Oracle user


Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466695 is a reply to message #466693] Tue, 20 July 2010 10:55 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
ORA-00600 means contact oracle support
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466697 is a reply to message #466695] Tue, 20 July 2010 11:09 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
What happens if you modify it to
procedure d is
  dt date;
begin
  dt := sysdate;
end;
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466710 is a reply to message #466693] Tue, 20 July 2010 13:10 Go to previous messageGo to next message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
What happens if you exit out and start developer up again? I have seen internal errors sometimes when developer ran out of memory.

However, does 10g support forms 6?
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466734 is a reply to message #466710] Tue, 20 July 2010 15:32 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Yes. At least, part of one of our applications is written in Forms 6i that connects to a 10g database. Works just fine.
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466745 is a reply to message #466697] Tue, 20 July 2010 21:46 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear Littlefoot,

It is workable and no compile error when my code is like below:

procedure d is
dt date;
begin
dt := sysdate;
end;

It is look like i can't using 'select XXX from dual' in my form 6 when connectting to 10g Database. While i connecting to 8i Database it workable and no compile error.

Unfortunately, our management want to using 10g database and form 6.

I hope you all can give me some solution or may be it's causing by others which i don't know.

Thanks.


Dear joy_division,

I had try many times logout and login again my laptop and compile my form 6 but it is the same.


Thanks.


Regards,
oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466791 is a reply to message #466745] Wed, 21 July 2010 03:03 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Which release of Forms 6 are you using?

David
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466794 is a reply to message #466791] Wed, 21 July 2010 03:06 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear djmartin,

I'm using developer 6.0 - form builder (Forms [32 Bit] Version 6.0.5.0.2 (Production))

Thanks.

Regards,
oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466799 is a reply to message #466794] Wed, 21 July 2010 03:30 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
From "How to Correctly Obtain and Apply D2K Forms Patches (ID 150911.1)" on Oracle Support there is the list:
5. COMMON RELINKING ISSUES
--------------------------
Relinking is often a point of failure in the Forms patching process. There are several reasons
why: the biggest being because libraries or files cannot be found due to incorrectly set paths.
If you experience relinking difficulties, review the following:
a) Note:125767.1 - Upgrading Developer 6i with Oracle Applications 11i
b) Note:110849.1 - Installing and Relinking Developer 2000 on UNIX platforms
c) Note: 69798.1 - Basics of Relinking an executable or binary in an Oracle environment
d) Note:74647.1 - Troubleshooting Oracle Application Forms in Release 11
e) Note:1016422.102 - Syntax Error During Relink of Forms 6.0 Executables


David
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466800 is a reply to message #466794] Wed, 21 July 2010 03:38 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
6.0.5.0.2 looks too low. Apply release 15 or 17 as per "Patching Lifecycle / Strategy of Oracle Developer (Forms and Reports) [ID 266541.1]" on Oracle Support.

David
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466802 is a reply to message #466800] Wed, 21 July 2010 04:28 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Aaahhh!! I can't find the link to the Forms matrix. I will look in my paper notes tomorrow.

David
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466804 is a reply to message #466800] Wed, 21 July 2010 04:33 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear djmartin,

Thanks for your help.

May i know where to download the patches
<Apply release 15 or 17 as per "Patching Lifecycle / Strategy of Oracle Developer (Forms and Reports) [ID 266541.1]" on Oracle Support.>

Is it at www.oralce.com? When i search by the ID 266541.1, i can't find.

May i have the url.

Thanks.

Regards,
Oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466810 is a reply to message #466804] Wed, 21 July 2010 04:45 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Patches are available at Oracle support.
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466820 is a reply to message #466810] Wed, 21 July 2010 05:19 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear Littlefoot,

i had try to find out here
http://www.oracle.com/technology/deploy/security/alerts.htm#CriticalPatchUpdates

but i still can't get
<Apply release 15 or 17 as per "Patching Lifecycle / Strategy of Oracle Developer (Forms and Reports) [ID 266541.1]" on Oracle Support.>

May i have the direct url?

Thanks.

Regards,

Oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466827 is a reply to message #466820] Wed, 21 July 2010 05:44 Go to previous messageGo to next message
Littlefoot
Messages: 21807
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Not from me; my Oracle Support account restrictions prevent me from downloading patches.
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466843 is a reply to message #466820] Wed, 21 July 2010 08:22 Go to previous messageGo to next message
joy_division
Messages: 4963
Registered: February 2005
Location: East Coast USA
Senior Member
oracle_user1 wrote on Wed, 21 July 2010 06:19
D
i had try to find out here
http://www.oracle.com/technology/deploy/security/alerts.htm#CriticalPatchUpdates

but i still can't get
<Apply release 15 or 17 as per "Patching Lifecycle / Strategy of Oracle Developer (Forms and Reports) [ID 266541.1]" on Oracle Support.>


Search for 266541.1 in metalink. I found it there, which leads to this patch number: 4183804
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #466850 is a reply to message #466843] Wed, 21 July 2010 09:01 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear Littlefoot,

Thanks.
Sorry i don't know there got restriction.


Dear joy_division,

Thanks for your info. At least i know where to download the patches -- thru "Metalink". I thought thru oracle normal website.
Cause i don't Metalink account, so tommorrow i will ask my friend which got the metalink account to help me download the patches.


Thanks.

Regards,
oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #467048 is a reply to message #466850] Thu, 22 July 2010 02:30 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Unless you are using Oracle Financials (E-business) then patch 15 is the one to use.

David
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #467193 is a reply to message #467048] Thu, 22 July 2010 10:42 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear All,

I failed to download the patche even i have the metalink account.
Cause the download button is disable.

Help.....

/forum/fa/8063/0/

Thanks.

Regards,
oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #467194 is a reply to message #467193] Thu, 22 July 2010 10:47 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
The tooltip tells you what you need to do, what do you expect us to do?
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #474047 is a reply to message #467194] Thu, 02 September 2010 05:13 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear djmartin,

I had install the patches (patch name 2322283) to overcome my previous problem.
Then i try to compile my form with using oracle DB 10g. Now it come out with another error.
Do you have any idea or solution about this error message.

/forum/fa/8243/0/

Thanks.
oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #475779 is a reply to message #474047] Fri, 17 September 2010 08:55 Go to previous messageGo to next message
oracle_user1
Messages: 45
Registered: May 2008
Member
Dear all,

Please help me. Any solution you all can provide ?
Thanks.

Regards,
oracle user
Re: Compile form show error :PDE-PER001 INTERNAL ERROR (deucx 9 8) [message #475782 is a reply to message #475779] Fri, 17 September 2010 09:07 Go to previous message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
Why don't you just change the code to:
dt := sysdate;

And be done with it?

Alternatively - try dealing with oracle support on this. As I said earlier ORA-00600 means contact oracle support.
So unless DJMartin or the others know of something specific you've missed oracle support is your best bet.

EDIT: an it had gone MIA.

[Updated on: Fri, 17 September 2010 09:09]

Report message to a moderator

Previous Topic: Issues in alignment of labels (merged)
Next Topic: multi values for one single record (student_id)
Goto Forum:
  


Current Time: Thu Apr 18 15:32:16 CDT 2024