Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

frmxml2f.bat conversion error

User_PNQ92May 3 2021

Hi,
In my project, we have decided to convert all the FMBs to XML and save them in source code repository.
In this conversion process, I'm facing an error while converting XML to FMB. I have followed the below procedure to convert FMB to and from XML.
Converted all FMBs to XML using frmf2xml.bat and didn't faced any issues while converting.
frmf2xml.bat overwrite=yes *.fmb
Decided to convert all XMLs generated above to FMB to check the functionality whether it is same or not by using frmxml2f.bat.
frmxml2f.bat overwrite=yes *.xml
During the conversion from XML to FMBs some files are giving a pop-up with message as "The program unit XXXXXX is already exist. Do you want to continue ?" and not sure why it is giving such kind of errors and those program units were sub-classed in objects group from parent object such as pll.
Attaching error message here. Can anyone suggest me, why it is showing such pop-up messages and what could be the reason for it ?
frmxml2f_error.JPG (16.99 KB)
Regards,
Srinivas Makkina

Comments

Srini Chavali-Oracle
It depends - most, if not all, database patches require that the database be shut down. Check the README accompanying each patch.

HTH
Srini
user62721
Hi,

from 11g, some patches are online
$ opatch query -is_online_patch
Regards
Srini Chavali-Oracle
Good stuff ! More details in

Gathering Patch details before applying using Opatch Query option [ID 1510747.1]

HTH
Srini
Osama_Mustafa
including to information posed by other check
RDBMS Online Patching Aka Hot Patching [ID 761111.1
1005886
Thank you guys for helping me in patching
1 - 5

Post Details

Added on May 3 2021
5 comments
639 views