Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

Convert .FMB (Binary Format) to .FMT (Text Format) in oracle froms

$
0
0
Convert .FMB (Binary Format) to .FMT (Text Format) in oracle froms:

set oracle_home, forms_path and PATH variables and try to run it from oracle_home\bin folder

Also you can try to provide physical path for *.fmb

example: for %%f IN (C:\Oracle1\Middleware\Oracle_FRHome5\forms\*.fmb)

#UNIX Forms to Text 
#convert_to_text.sh 
for i in `ls *.fmb` 
do 
echo Converting $i .... 
frmcmp userid=scott/tiger@v11g batch=yes module=$i module_type=FORM script=YES window_state=minimize 
done 

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>