pro*c compilaton error
Hi,
We have completed the process of Clone the Oracle Applications Release 11i with Rapid Clone (Note: 230672.1) from source system (development 1) to target system (development 2).
Software version:
Linux RHEL 5 32bit version
Oracle application: 11.5.10.2
Oracle database: 10.2.0.4.0
Shell Script to compile Pro*c files:
##/bin/ksh
for file in o_cfb2001 o_ap0101 o_ap0201 o_ap0202 o_ap0301 o_gl0101 o_daemon
do
proc $file userid=proddbo/proddbo SQLCHECK=SEMANTICS
make -f demo_proc32.mk $file
done
Error Log: while compiling pro*c file getting below error.
proc: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
We have completed the process of Clone the Oracle Applications Release 11i with Rapid Clone (Note: 230672.1) from source system (development 1) to target system (development 2).
Software version:
Linux RHEL 5 32bit version
Oracle application: 11.5.10.2
Oracle database: 10.2.0.4.0
Shell Script to compile Pro*c files:
##/bin/ksh
for file in o_cfb2001 o_ap0101 o_ap0201 o_ap0202 o_ap0301 o_gl0101 o_daemon
do
proc $file userid=proddbo/proddbo SQLCHECK=SEMANTICS
make -f demo_proc32.mk $file
done
Error Log: while compiling pro*c file getting below error.
proc: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
0