On a hunch, I tried to relink f60webmx and it failed with an undefined symbol error.
Installation Instructions
- Set your ORACLE_HOME.
- If you are going to apply this patch on top of an iAS install:
- Copy the files in this patch to your $ORACLE_HOME.
- Unzip the patch using either WinZip on NT or unzip on Unix.
- Run the install script contained in the patch:
- Check patch_install_p18.log for errors.
- Relink Procedure Builder, Forms, Graphics and Reports:
Set ORACLE_HOME to/6iserver
Prepend/6iserver/bin to the *beginning* of PATH
Prepend/6iserver/lib to the *beginning* of LD_LIBRARY_PATH
cd $ORACLE_HOME/developer6i_patch18
./patch_install.sh 2>&1 | tee patch_install_p18.log (ksh)
./patch_install.sh |& tee patch_install_p18.log (csh)
cd $ORACLE_HOME/procbuilder60/lib; make -f ins_procbuilder.mk installReports has both link-time and run-time dependency with libjava.so so you need to append $ORACLE_HOME/network/jre11/lib/sparc/native_threads in $LD_LIBRARY_PATH before linking Reports. The same $LD_LIBRARY_PATH should be used at run-time.
cd $ORACLE_HOME/forms60/lib; make -f ins_forms60w.mk install
cd $ORACLE_HOME/graphics60/lib; make -f ins_graphics60w.mk install
cd $ORACLE_HOME/reports60/lib; make -f ins_reports60w.mk install
The ORACLE_HOME was set to IAS_ORACLE_HOME erroneously and patchset 18 was applied on IAS_ORACLE_HOME. This was confirmed by checking for the presence of the directory developer6i_patch18 in IAS_ORACLE_HOME. Akhilesh told me that he had tried to install patchset 18, by setting ORACLE_HOME to 806 home and it complained that patchset 18 was already present. I advised him that, since patchset 18 was applied to IAS_ORACLE_HOME it should be uninstalled when ORACLE_HOME was set to IAS_ORACLE_HOME.
# Run the de-install script contained in the patch:
cd $IAS_ORACLE_HOME/developer6i_patch18
./patch_deinstall.sh 2>&1 | tee patch_deinstall_p18.log (ksh)
./patch_deinstall.sh |& tee patch_deinstall_p18.log (csh)
Once he de-installed it from IAS_ORACLE_HOME, he was able to install it in 806 ORACLE_HOME. We were able to relink f60webmx without any symbol errors after this, and FRM-92100 error disappeared. The Jan 2007 CPU patches for Developer 6i needed to be applied correctly on the newly patched 806 home, as they were also applied incorrectly to IAS_ORACLE_HOME by the DBAs.
This is a very basic thing and you should be very clear about this. Developer 6i in Oracle Apps uses the 806 ORACLE_HOME. The IAS_ORACLE_HOME is used only for Apache Jserv and the 9i Application Server 1.0.2.2.2. Step 6 of the interop note for Dev6i also mentions clearly:
NOTE | All references to |
I guess this is a good example of the adage: "Common sense is not so common ".
I'll repeat again, there are 3 different ORACLE_HOME in Apps 11i:
1. Tools ORACLE_HOME: Oracle 8.0.6 home used by Developer 6i
2. IAS ORACLE HOME: Oracle 8.1.7 home which contains, Apache, Jserv and 9i AS 1.0.2.2.2
3. Database ORACLE_HOME: Oracle 9.2.0 or 10.2.0 home which contains the binaries through which the Apps Database runs.
7 comments:
I used the same technique while I was doing upgrade from 11.5.9 to 11.5.9. Oracle always mention clearly to install the patch to 806 home.
Regards
If applying dev6i to patchset18 on IAS_ORACLE_HOME/6iserver instead of ORACLE_HOME 8.0.6 what will be the effect on 8.0.6 home and IAS_ORACLE_HOME/6iserver .
PLease comment on this.
I applied the dev6i to patchset18 on IAS_ORACLE_HOME/6iserver and interop patch on 8.0.6 home and got successfully updated the forms version.
Please comment.
Thanks,
Ravi
Hi Ravi,
The very simple explanation for this is that your 6iserver directory is actually a softlink pointing to 8.0.6 home. Please check and revert.
Metalink Note 125767.1 Upgrading Developer 6i with Oracle Applications 11i clearly mentions:
"E-Business Suite users should know the name of their 8.0.x Oracle Home containing the Developer 6i Install; disregard the Developer instructions to use 'iAS_6iServer' home unless you have explicitely migrated to iAS. To verify which Oracle Home you are using, check your environment files."
- Vikram
Hi Ravi,
As long as your softlink is intact, there should be no problem. However you should use the 806 home to patch when you upgrade to patchset 19.
- Vikram
I have installed the Oracle
forms 6i +Patch 18 in my XP
Machine. Will I able to connect to Oracle 11g Database
I have installed Oracle forms 6i +Patch 18 in my XP. Will I able to connect to Oracle 11g Database
Ganesh
ya me too
http://www.epa.gov/storet/archive/oraclepatch.html here u can get forms run time batch 18
Regards
M.Vinoth Kumar
Post a Comment