Welcome to Salem Houali ‘s Oracle Developer Notes

Oracle forms11g batch – conversion

Convert Oracle Forms modules to Oracle Forms Script in batch-mode
Let’s convert our forms modules contained in ModuleSource directory.
Just create a simple dos-script:
@Echo OFF

cls

Echo converting Forms Modules from fmb format to to fmt format....

for %%f IN (*.fmb) do frmcmp userid=summit/summit@xe module=%%f batch=YES script=YES module_type=FORM 
compile_all=yes window_state=minimize

Echo FINISHED CONVERTING FORMS

Echo converting Forms Menu from mmb format to to mmt format....

for %%f IN (*.mmb) do frmcmp userid=summit/summit@xe module=%%f batch=YES script=YES 
module_type=MENU compile_all=yes window_state=minimize

Echo FINISHED CONVERTING FORMS

@Echo OFF

cls

Echo converting Forms Menu from mmb format to to mmt format....

for %%f IN (*.pll) do frmcmp userid=summit/summit@xe module=%%f batch=YES script=YES 
module_type=LIBRARY compile_all=yes window_state=minimize

Echo FINISHED CONVERTING LIBRARIES

fmbtofmt

After executing the script, an Oracle Forms Script is generated for each Forms module.
fmb converted to Oracle Forms Form Script (fmt - file)
mmb converted to Oracle Forms Menu Script (mmt - file)
pll converted to PLD- file

23 Responses to “Oracle forms11g batch – conversion”

  • Chau says:

    You can certainly see your enthusiasm within the work you write.

    The sector hopes for even more passionate writers such
    as you who are not afraid to say how they believe. At all times follow your heart.

  • jefferson says:

    Hey! I could have sworn I’ve been to this blog before but
    after reading through some of the post I realized it’s new to me.
    Anyhow, I’m definitely delighted I found it and
    I’ll be book-marking and checking back frequently!

  • kiehlmann says:

    The color of your blog is quite great. i would love to have those colors too on my blog.,*:~-

  • Rodrigo says:

    I lately stumbled on your website and also have been learning along. I was thinking I might leave my very first remark. I do not know what to state except that I have liked reading through. Solid website. I am going to maintain browsing this site incredibly typically.

  • Anonymous says:

    It is the right blog for any person who wants to discover more about this particular topic. You know so much its almost complicated to argue with you (not that I truly would likely want??aHa). You definitely put a brand new spin over a topic that’s been discussed consistently. Great stuff, just good!

  • jimmy says:

    What your declaring is entirely true. I know that everybody should say the similar thing, but I just consider that you put it in a way that absolutely everyone can understand. I also really like the pictures you put in right here. They match so nicely with what youre trying to say. Im sure youll attain so numerous men and women with what youve obtained to say.

  • Rosa says:

    Wow, amazing blog format! How long have you been blogging
    for? you make blogging look easy. The overall look of your website is wonderful,
    as smartly as the content!

  • Eugenia says:

    Its like you read my thoughts! You appear to grasp a lot about this, like you wrote the e-book
    in it or something. I feel that you just could do with a few p.c.
    to force the message home a bit, however instead of that,
    that is great blog. A fantastic read. I will definitely be back.

  • Robby says:

    Great post. I was checking constantly this blog and I’m impressed!
    Extremely helpful information particularly the last
    part :) I care for such information much. I was seeking
    this certain information for a long time. Thank you and good luck.

  • Beverly says:

    Nice blog! Is your theme custom made or did you download it from somewhere?
    A theme like yours with a few simple adjustements would really make my blog shine.
    Please let me know where you got your design. Thanks

  • senaida says:

    Whoa! This blog looks just like my old one! It’s on a totally different subject but
    it has pretty much the same layout and design. Wonderful choice
    of colors!

  • maricruz says:

    Hey There. I discovered your weblog the usage of msn. That is a very well written article.
    I’ll be sure to bookmark it and come back to learn more of your helpful info.
    Thanks for the post. I’ll certainly comeback.

  • Klefer says:

    I love your blog.. very nice colors & theme. Did you design this website yourself or did you hire someone to do it for you? Plz reply as I’m looking to design my own blog and would like to know where u got this from. appreciate it|

  • florencia says:

    Interesting blog! Iѕ your thеme custom made or did ʏou dоwnload it from somewhere?
    A theme like yours with a few simple tweeks would really make my blog stand out.
    Pleaѕe let me know where you got your Ԁesign. Bless you

  • Mauricio says:

    Pretty! This was a really wonderful article. Thanks for providing these details.

  • Claudia says:

    I like it when individuals come together and share views. Great blog, continue the good work!

  • Rude says:

    Pretty! This has been a really wonderful post. Thanks for supplying this info.

  • Taggart says:

    A person necessarily help to make critically posts I would state.
    That is the first time I frequented your web page and thus far?
    I surprised with the analysis you made to make this actual put
    up amazing. Fantastic task!

  • Hallet says:

    really treasure your piece of work, Great post.

  • connie says:

    Everyone loves what you guys are usually up too. This kind of clever work and
    reporting! Keep up the excellent works guys I’ve added you guys to blogroll.

  • christel says:

    I love it when people get together and share ideas.

    Great website!

  • Daniel says:

    So, I have an existing project with a bunch of oracle forms, and I’m supposed to make a new system that replaces the old one. I need to convert the forms so i can see the code, but I’ve never worked with this stuff before, so I’m a bit out of the loop.
    How do I get the “userid” for this script, and do I need to install anything other than the Standalone Forms Builder?

  • Aaron says:

    Everything is very open with a clear clarification of
    the challenges. It was truly informative. Your website is very
    useful. Thanks for sharing!

Leave a Reply