Sunday, January 10, 2021

Convert Oracle Form to Apex Using frmf2xml Utility

Below are the steps are given to perform this task.

1. Convert Oracle Form to XML using frmf2xml.bat

Run the frmf2xml.bat by providing your FMB file with its location from the Oracle form’s instance home directory as shown below:

CD C:OracleMiddlewareasinst_2bin

frmf2xml.bat d:temptestab.fmb

It will convert and save the XML file into the same location of your form.

2. Create an Oracle Apex Workspace.
Run Oracle Apex and create a workspace with the same Oracle Forms application schema.

3. Create a migration project in the workspace you created. App Builder > Migrations
Log in to the workspace and create the migration project and import the XML you created.

4. Create the Oracle Apex Application and Associate with the Migration Project.
Create a new application using in Application Builder and then go to App Builder > Migrations and edit your project and associate the project with your new Apex application.

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...