Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-06-2017, 05:50 AM
|
#1
|
LQ Newbie
Registered: Apr 2017
Location: beirut
Posts: 26
Rep: 
|
error Install SOA13.1.0.1 while running irca.sh ERROR: Cannot find library ..../jdbc/ojdbc14.jar
Technical Environment
cnetOS 6.4** *
Oracle Data Base Release 11.2.0.1.0** *
soa_linux_x86_10.1.3.1.0** *
Vmware@workstation*9.0.1 build-894247
** *
SQL> select SYS_CONTEXT('USERENV', 'HOST') host_name from dual; *
HOST_NAME*
--------------*
localhost.localdomain*
** *
SQL> select name from v$database; *
NAME*
---------*
ORCL*
*
** *
root@localhost samples]# find / -name irca*
/u01/app/oracle/OAS101310/install/soa_schemas/irca*
/u01/app/oracle/product/10.1.3/OracleAS_1/install/soa_schemas/irca
*
[root@localhost samples]# cd /u01/app/oracle/OAS101310/install/soa_schemas/irca*
[root@localhost irca]# ./irca.sh
ERROR: Cannot find library - /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib/ojdbc14.jar*
Please verify that the ORACLE_HOME is set correctly.
[root@localhost irca]# find / -name* ojdbc14.jar
/u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib/ojdbc14.jar
[root@localhost irca]#*
** *
is there suggestions to overpass this error
thank you.
|
|
|
04-06-2017, 07:50 AM
|
#2
|
LQ Guru
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
|
The message tells you:
ERROR: Cannot find library - /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib/ojdbc14.jar*
Your find confirms it is NOT in /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib but IS in /u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib which is a different directory:
[root@localhost irca]# find / -name* ojdbc14.jar
/u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib/ojdbc14.jar
The message also tells you:
Please verify that the ORACLE_HOME is set correctly.
So first thing is to do "echo $ORACLE_HOME" to see what it is set to. The second thing would be to determine if that is the correct value.
You can likely solve the specific message by copying or linking the ojdbc14.jar from the directory it was found in to the directory the error tells you it was looking for. However, you'd probably get similar messages on the next thing it looks for if you haven't solved what it is suggesting as an ORACLE_HOME issue.
|
|
1 members found this post helpful.
|
04-06-2017, 09:11 AM
|
#3
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,818
|
Quote:
Originally Posted by abdmet74@gmail.com
Technical Environment
cnetOS 6.4** *
Oracle Data Base Release 11.2.0.1.0** *
soa_linux_x86_10.1.3.1.0** *
Vmware@workstation*9.0.1 build-894247
** *
SQL> select SYS_CONTEXT('USERENV', 'HOST') host_name from dual; *
HOST_NAME*
--------------*
localhost.localdomain*
** *
SQL> select name from v$database; *
NAME*
---------*
ORCL*
*
** *
root@localhost samples]# find / -name irca*
/u01/app/oracle/OAS101310/install/soa_schemas/irca*
/u01/app/oracle/product/10.1.3/OracleAS_1/install/soa_schemas/irca
*
[root@localhost samples]# cd /u01/app/oracle/OAS101310/install/soa_schemas/irca*
[root@localhost irca]# ./irca.sh
ERROR: Cannot find library - /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib/ojdbc14.jar*
Please verify that the ORACLE_HOME is set correctly.
[root@localhost irca]# find / -name* ojdbc14.jar
/u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib/ojdbc14.jar
[root@localhost irca]#*
** *
is there suggestions to overpass this error
thank you.
|
This is much like your other thread about Oracle. The most obvious question to me is, "Why haven't you called Oracle support for help with one of their products that you've purchased?" You seem to be having a good deal of trouble, and they could walk you through things easily. MensaWater hit the obvious solution to this problem on the head, but if simple things are tripping you up, professional support would get you going far quicker.
|
|
|
04-06-2017, 12:14 PM
|
#4
|
LQ Newbie
Registered: Apr 2017
Location: beirut
Posts: 26
Original Poster
Rep: 
|
ok thank you it is true solution
|
|
|
All times are GMT -5. The time now is 10:10 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|