How to compile a Form manually?

To discuss Oracle Forms & Reports related technical issues.
Post Reply
rana.abdulwahid
Posts: 78
Joined: Sat Jan 05, 2008 4:25 am
Location: Pakistan
Contact:

How to compile a Form manually?

Post by rana.abdulwahid »

Hi,

How can I compile a form manually in Oracle Application 11i.
ahmadbilal
Posts: 615
Joined: Mon Sep 18, 2006 1:32 am
Location: United Arab Emirates
Contact:

Post by ahmadbilal »

Some times it is necessary to regenerate forms, libraries, or menus to fix issues with them, to synchronize the generated object with the underlying database object, or after applying patch. ADADMIN can be used for same

The f60gen utility can be used to manually regenerate forms, libraries, and menus.

The syntax for the f60gen command is as

f60gen module=<source form name> userid=APPS/<APPS password> output_file=<executable form name> module_type=form batch=yes compile_all=special

For Instance I want to generate sale order forms in ONT schema using f60gen syntax would be like

OEXOEORD.fmb form:

$cd $AU_TOP/forms/US

$f60gen module= OEXOEORD.fmb module_type=form \

output_file=$ONT_TOP/forms/US/OEXOEORD.fmx userid=APPS/APPS module_type=form batch=yes compile_all=special

Note:- Before generating the form, menu, or library, locate the source and generated files using the Linux command or by using WINSCP.
rana.abdulwahid
Posts: 78
Joined: Sat Jan 05, 2008 4:25 am
Location: Pakistan
Contact:

Post by rana.abdulwahid »

Hi Bilal,

Thanks for your prompt response.
I have re-compiled the form successfully.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests