Login  Register

Re: rapidwiz

Posted by ErmanArslansOracleBlog on Sep 16, 2014; 10:57am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/rapidwiz-tp31p38.html

Hi,

Dont press cancel button.

Open a different terminal; and do the following (note that, you gonna need the patch 12415211 for this.)
Once you are completed the following; get back to the installation screen and press the Retry button.

cd <12.1_INSTALL_DIR>/apps/tech_st/10.1.2/lib
cp -p -R stubs stubsORIG
cd stubs
cp <PATCH_INSTALL_DIR>/12415211/files/lib/stubs/libgcc_s-2.3.2-stub.so .
ln -s libgcc_s-2.3.2-stub.so libgcc_s.so.1
ln -s libgcc_s.so.1 libgcc_s.so
After this is done and sourcing the APPS<CONTEXT_NAME>.env file, users should relink all 10.1.2 executables by running the $ORACLE_HOME/appsutil/clone/adlnktools.sh script and ensuring that there are now no errors in the make log file output from the script.

The instructions for the 10.1.3 Oracle Home are:

cd <12.1_INSTALL_DIR>/apps/tech_st/10.1.3/lib
cp -p -R stubs stubsORIG
cd stubs
cp <PATCH_INSTALL_DIR>/12415211/files/lib/stubs/libgcc_s-2.3.2-stub.so .
ln -s libgcc_s-2.3.2-stub.so libgcc_s.so.1
ln -s libgcc_s.so.1 libgcc_s.so
After this, users should relink sqlplus by running the <INSTALL_DIR>/apps/tech_st/10.1.3/appsutil/clone/adlnkweboh.sh