Welcome to Salem Houali ‘s Oracle Developer Notes

Forms11G

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 […]

Oracle forms11g batch-compile

Compile forms modules in batch-mode We can run the Migration Assistant in batch mode on Windows and UNIX computers. We will do the test on WindowsXp system If we have an application with many forms modules, let’s say for example, more than 60 forms modules and we have made a change in one or more […]