order to compile fmb, pll, mmb in 10g (10.1.2.0.2)

Hello

We are migrating from Oracle Forms 6i to 10.1.2.0.2 version.

1. what will be the command to compile the PLL, MMB, FMAS on UNIX?
2. what location and directory I find this script? I need to create this script to compile from scratch or just need to modify information that is already present in this script?

Thanks for your help.
Sandy

Here is a link to a file of Windows compall commands:

Re: Creating reports and Oracle 10 g Forms relies

And this is genformall, a unix form 9 build script. In my view, that the appeal of the compiler 10 forms of unix is frmgen rather than f90genm.

Re: How to generate multiple files using f90genm?

Tags: Oracle Development

Similar Questions

  • Should I compile the whole package in order to compile in a function, or a procedure inside?

    Should I compile the whole package in order to compile in a function, or a procedure inside?

    Thank you

    Yes.

  • What node, I can compile the .pll file

    Hello Experts,

    I have several nodes not shared environment

    Database, at the same time Manager and Admin node 1 and forms & web on node 2.

    I need compile the .pll under AU_TOP/resource file.

    Which node should I compile the .pll file, also I want to know what node I can compile forms etc.

    Application:-12.1.3 (R12)

    database :-11.2.0.3.0

    OS:-avalerps002dp SunOS 5.10 Generic_148888-05 sun4v sparc sun4v


    Rahul Srivastava wrote:

    Hello Experts,

    I have several nodes not shared environment

    Database, Manager of simultaneous and Admin node 1 and forms & web on node 2.

    I need compile the .pll under AU_TOP/resource file.

    Which node should I compile the .pll file, also I want to know what node I can compile forms etc.

    Application:-12.1.3 (R12)

    database :-11.2.0.3.0

    OS:-avalerps002dp SunOS 5.10 Generic_148888-05 sun4v sparc sun4v

    Compile the pll and forms of "Node forms", which is the node 2 in your case.

    Thank you

    Hussein

  • Steps to compile fmb files in Linux application Server...

    Hello...

    I've migrated forms in 10g in the windows platform. Now, I want to use in the Linux platform.
    I know that to compile the fmb files once again under linux.

    Iused the following code to compile the fmb in fmx.

    #Forms/Reports 9.0.X, 10.x
    Compilation of forms #UNIX
    #compile_forms.sh
    for i ' ls * .fmb '
    do
    Form of compilation $i echo...
    lot of frmcmp_batch.sh userid=ACCOUNT/ACCOUNT@cmt = no module = module_type = form $i
    compile_all = yes window_state = minimize
    fact


    But he demonstrated commond frmcmp_batch.sh not found error.

    Are there changes I have to make frmcmp_batch.sh to compile my fmb...


    with cheers
    Sprity...

    where and how I should settle $path

    Normally the environment variables are defined in the profile of the user of the operating system (eg..) bash_profile), for example

    export ORACLE_HOME=
    export PATH=$ORACLE_HOME/bin:$PATH
    

    but you can place it anywhere, the important thing is that it is set before you run your scripts.

  • Concept of Directives to the compiler in Forms 6i and 10g Forms

    Hi all
    Do we not have the Pre 10g-shaped concept compiler directives and forms 6i. If it's there then Pls informed me of its use.

    Kind regards
    Alok Dubey

    You can do that, in order to have a good compilation of 10 g. FMX files, you must open the Source in Forms 6i and compile it and correct the necessary code.
    You have so every time a new FMX 10 g files you will need to recompile the files 6i and reassemble.

    Instead of maintaining two copies of the same file

    you do not keep 2 copies of the same file, we would be in Forms6i and one in 10g, internally, they are different.

    With your logic, if you need to change something in your source, then you will have to recompile again and do the migration again patches every time.
    Keep in mind that makes 10 GB works in architecture 3 thirds and forms 6i in level 2.

    You asked the same question a few days under this thread keeping forms 6i with form 10 g

    Believe me, the answers will not change when you ask him in another thread ;)

    Tony

    Published by: Tony Garabedian on October 6, 2008 09:39

  • Compile the PLL with other than AMERICAN NLS_LANG

    Hello!

    I have can´t compile PLL if my NLS_LANG PORTUGUESE_BRAZIL BRAZILIAN. WE8ISO8859P1

    In my view, is because of the space between the BRAZILIAN and PORTUGUESE.

    Whenever I need compile I have to set NLS_LANG to AMERICAN.

    It s clearly a bug in the forms. But does anyone know if there is one solution other than the NLS_LANG change every time?

    Thank you.

    Found:

    https://support.Oracle.com/epmos/faces/DocumentDisplay?_afrLoop=265234356180649&ID=953222.1&DisplayIndex=2&_afrWindowMode=0&_adf.CTRL-State=11r00zsyes_109#symptom

  • Error while compiling a pll customized with forms 11 g and weblogic

    Hello
    I just posted a thread here:
    Error FRM-30312 when compiling to a custom library pll on forms 11 g weblogic

    Please, I need help

    Why shouldn't post in the appropriate forum, that is to say the forms forum

  • Problem compiling CUSTOM.pll

    Hi all
    I am facing a strange problem, I made changes to my CUSTOM.pll on EBS 11.5.10.2 and compiled under $AU_TOP/resources and CUSTOM.plx is generated. However, none of the changes I did come into force. The old controls are still active.
    The same process is successful to our test server, when I compile the CUSTOM.pll the changes take effect immediately.

    I need your help.

    Thank you
    Burak

    Burak,

    Did you try the server for CUSTOM.plx files and see if you have more than one copy?

    Thank you
    Hussein

  • Develop 32 bit 11 GR 1 material and deploy 64-bit?

    Hello

    Wanted to know if I can write formulas with 32-bit forms and reports (on 32-bit windows 7) and then deploy them to 64-bit forms and reports running on 64-bit Windows?

    Or it would be necessary to have them both with the same bits of sizes?  In addition, it is important that users are on 32-bit or 64-bit Windows?

    Thank you

    You can develop your 32-bit forms and deploy 64-bit, but you have to recompile all modules (fmb, pll, mmb) on the 64-bit computer ((fmx, plx, mmx) binaries are not compatible).

  • Event must be declared in Custom.pll

    Hello

    Calling a function using custom with these code my named (CUSTOM.pll) pll builder(10g) shapes

    event (event_name varchar2) procedure is

    form_name varchar2 (30): = name_in ('system.current_form');
    block_name varchar2 (30): = name_in ('system.cursor_block');
    nom_element varchar2 (30): = name_in ('system.cursor_item');

    Start

    BEGIN

    IF (form_name = 'OEXOEORD' AND block_name = 'ORDER' AND event_name = 'WHEN-NEW-FORM-INSTANCE')
    -Initialize values global popup is 'n'.
    OR (form_name = 'OEXOEORD' AND block_name IN ('COMMAND', 'LINE') AND in('WHEN-VALIDATE-RECORD','OM_PRE_BOOK_EVENT','OM_PRE_ACTION_EVENT') AND (name_in('ORDER.) event_name) PAYMENT_TYPE ") = 'Credit card'))"


    THEN

    XXtest.EVENT (event_name);

    END IF;
    END;

    end event.

    I've done the necessary to the xxtest.pll on the server it side finish compiling and created a xxtest.plx file to the same location. the location of custom.pll.


    If I do the compilation side server on custom.pll. The following error occurs

    Compile the CUSTOM library...
    Invalidate the package Spec CUSTOM...
    Invalidate the body of Package CUSTOM...
    Compile the package Spec CUSTOM...
    Compilation of the bodies of Package CUSTOM...
    ERROR 201 to 210, column 4 line
    identifier ' APPS. XXtest' must be declared
    ERROR on line 210, column 4 0
    Declaration ignored
    Custom library closing...
    Build custom errors:
    PL/SQL ERROR 201 to 210, column 4 line
    identifier ' APPS. XXtest' must be declared
    PL/SQL ERROR on line 210, column 4 0
    Declaration ignored

    Could not generate the library.

    You must attach the XXPYX.pll to CUSTOM.pll before compiling CUSTOM.pll

    See 9-11 in this presentation slides - http://repo.solutionbeacon.net/BehnCustomPllMethodologyatNIHSROAUG.pdf

    HTH
    Srini

  • Forms and compilation of the library

    Hi all


    I have a form with a library attached one of these libraries do not complie
    but compile the forms
    When I remove the attached library form is no longer compiles, prooving made that the form uses only the library

    What this means, which is the first seeks a pll, then a plx and calls code in the pll, even though it does not compile?

    How can we force the FMC does not compile



    KR
    Martin

    From my understanding forms simply reads 'signatures' of the code in the pll and the fmb compiles well if all references can be resolved. It is not necessary that the pll compiles in order to get the compiled fmb.

  • How to compile olb in Linux

    Hello...

    I have compiled .fmb, .mmb by using a script. Juice I want to know how I can compile the DLO.
    IAM getting error Frm-18108 because of this olb...

    Timely help needed here...


    Thanks in advance...

    Hello

    Libraries of objects should not be compiled. There are just containers for objects that you can find in the navigator nodes. The just .olb file must be copied in the directory pointed to by the FORMS_PATH variable. The easiest way is to copy with the. The FMAS or the .PLLs.

    Also make sure the filemanes, because Linux is case sensitive.

    François

  • Question when compiling Forms 10 g to 11 g environment.

    Hello

    We are the application forms 10 g to 11g migration. We are grtting question.

    Subclassing information is deleted.

    All canvas items are removed.

    The parent window of canvas is removed.

    All these happen automatically during the compilation of a 10 g form is compiled in 11 g.

    Can someone suggest a proper resolution.

    Related library are LIB_005, WebUtil

    You need to "Manually" will convert your support library (.olb, .fmb, .pll, etc.) before performing the automatic recompilation of your forms.  If you do not have these files converted first (in your case [files LIB_005.pll and webutil]) you will see that the height and width properties (amount others) was set to zero (0) to all objects that are subclassed.  This will give you the impression that the objects no longer exist.

    The solution: open the LIB_005.pll in Forms Builder 11g and save the file manually.  Then replace the objects webutil (webutil.pll, webutil.olb) with the files provided with your forms 11g installation (it should find int: \Middleware\Oracle+FRHome1\forms if you used the default installation directories).  These files will then be located in a directory that appears in the FORMS_PATH (whether in the Windows registry or OS environment variable) Form 11g.

    Craig...

  • How to recompile ARXRAATR.pll

    Forum - I am putting in 12.1.1 to 12.1.2 level and this following error message process is:

    The following Oracle Forms objects have not generated

    the ARXRAATR.pll resources

    I understand that I may use adadmin to recompile but my question is when adadmin demand for the product which should I use? Would it not fnd?

    Thanks in advance!

    Ravi,

    I understand that I may use adadmin to recompile but my question is when adadmin demand for the product which should I use? Would it not fnd?

    Of after the file name "* AR * XRAATR.pll '--> this is AR (the first two characters).

    If you want to compile the pll file manually, refer to (Note: 427879.1 - how to customize and compile an Application form (FMB) or library (PLL) seeds?) and (Note: 130686.1 - how to generate forms, library and Oracle applications Menu).

    Thank you
    Hussein

  • compile

    Hello

    I had this sometimes note:
    ==========
    Cause

    Library POXBWVRP.pll has been altered

    Bug.6055814 (32) R12 SIP-CANNOT add s PR ON a PURCHASE ORDER USING AUTO create
    Solution

    To implement the solution, run the following:

    Recompile the library POXBWVRP.pll using adadmin
    ==========


    I can't compile this pll using adadmin with disabled maintenance mode or non-stop level apps?
    I mean to users and always connected it.


    Thank you very much

    Hi user;

    Recompile the library POXBWVRP.pll using adadmin

    Please follow my previous post (how to regenerate a .pll file through Adadmin [216225.1 ID])

    Answer is there ;)

    Respect of
    HELIOS

Maybe you are looking for