• What is dbt_artifacts?

    dbt_artifacts is a package for modeling a dbt project and its run metadata. It includes the following models to help you understand the current state of a dbt project and its performance over time. It...

  • Data migration from the Salesforce to snowflake Data warehouse by using Matillion

    Purpose of the Article: This blog explains how to load the data from Salesforce to Snowflake Intended Audience: This article will help our Organizational level kind of developers working on data migra...

  • WiMAX-A Study of Mobility

    1. Introduction The wireless market is growing rapidly; being pushed through wireless connectivity demand various wireless connectivity means are emerging (WLAN/802.11, WMAN/802.16a, WWAN/802.16d) [IE...

  • Weblogic Upgrade

    Patch Name wls1036_upgrade_generic.jar Reference https://www.youtube.com/watch?v=Be6hrYTANQE Just Click Next and Next MAKE SURE ALL OBIEE SERVICES ARE DOWN AND CLOSED IN PROCESS Open CMD prompt C:Mid...

Tags

bics installation OBIEE obiee 11g installation guide Oracle

Categories

CONVERT ORACLE FORM TO APEX USING FRMF2XML UTILITY

CONVERT ORACLE FORM TO APEX USING FRMF2XML UTILITY

If you want to use your Oracle Form’s functionality in Oracle Apex application then you need to convert first Oracle Form into XML using frmf2xml utility in Oracle Forms 11g and then you need to create a migration project into Oracle Apex.

Below are the steps 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 same location of your form.
Convert oracle form to xml for Oracle apex
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 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

This site uses Akismet to reduce spam. Learn how your comment data is processed.