rapidwiz

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

rapidwiz

Afnan Ahmed
i am going for new installation, i have completed All prerequisites .but rapidwiz can not start.    
Reply | Threaded
Open this post in threaded view
|

Re: rapidwiz

ErmanArslansOracleBlog
Administrator
Hi Afnan,

What is the error that you see?

Normally you must invoke rapidwiz from Vnc Viewer.
You need to set "xhost +" command with root user , before invoking the rapidwiz command.
You need to have execute privileges in the rapidwiz and related binaries.

Please follow the installation document of Oracle.
Reply | Threaded
Open this post in threaded view
|

Re: rapidwiz

ErmanArslansOracleBlog
Administrator
Also you need to set your DISPLAY environment variable before executing the rapidwiz.
Follow the docs.
Reply | Threaded
Open this post in threaded view
|

Re: rapidwiz

Afnan Ahmed
hy After installation getting error... 
Reply | Threaded
Open this post in threaded view
|

Re: rapidwiz

ErmanArslansOracleBlog
Administrator
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