LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-08-2014, 12:15 PM   #1
abhishekgit
Member
 
Registered: Jan 2012
Location: India
Distribution: Ubuntu, Gentoo, Fedora, Rhel5,openSUSE
Posts: 165

Rep: Reputation: 12
Can 2 oracle client instances run on the same node installed on different mount point


Hello everyone,
I feel lost here. I hve configured two service groups in a cluster. Siebel server and Siebel Gateway. both of these components require oracle client instance to be running. And the recommended directory structure given by cluster vendor is to install oracle agent of siebel server on /siebel and for gateway on /gateway. where /siebel and /gateway are shared storage. Does it really work? If the gateway service fails over to the node running siebel server, will it be able to connect to database using oracle client present on /gateway ? i.e. 2 oracle client instances running on two different mount points ut accessed through a single node? Is it even a feasible solution? Kindly provide your valuable inputs. Thanks.
 
Old 09-08-2014, 12:39 PM   #2
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,862
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
What do you mean by 'client instance'? AFAIK the term 'instance' is used in context of server, not client. Nonetheless, you can use multiple Oracle-client-installations on the same computer (different versions either), provided your environment variables ORACLE_HOME, PATH, LIBPATH/LD_LIBRARY_PATH etc are set up accordingly.
 
Old 09-08-2014, 01:10 PM   #3
abhishekgit
Member
 
Registered: Jan 2012
Location: India
Distribution: Ubuntu, Gentoo, Fedora, Rhel5,openSUSE
Posts: 165

Original Poster
Rep: Reputation: 12
Am sorry for not being clear. Yes its "Oracle client installations" on two different mount points. One mount point is used up by one service. My doubt is when both the services are running on the same node, one service connects to database using one mount point and other using the other mount point. Is that feasible? I have setup siebel server and siebel gateway for HA. Now siebel server requires oracle client under /siebel/ora11 and siebel gateway under /gateway/ora11g. This is a recommendation by the vendor. I doubt whether this works when both siebel server and siebel gatway are up on the same machine. This actually means that one gateway authenticates using /gateway/ora11 and iebel server connects to database from /siebel/ora11. I am mixed up whether this configuration works? Your suggestions will be of great help
 
Old 09-08-2014, 08:26 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,635

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by abhishekgit View Post
Am sorry for not being clear. Yes its "Oracle client installations" on two different mount points. One mount point is used up by one service. My doubt is when both the services are running on the same node, one service connects to database using one mount point and other using the other mount point. Is that feasible? I have setup siebel server and siebel gateway for HA. Now siebel server requires oracle client under /siebel/ora11 and siebel gateway under /gateway/ora11g. This is a recommendation by the vendor. I doubt whether this works when both siebel server and siebel gatway are up on the same machine. This actually means that one gateway authenticates using /gateway/ora11 and iebel server connects to database from /siebel/ora11. I am mixed up whether this configuration works? Your suggestions will be of great help
Then why don't you call Oracle??? Both Oracle and Siebel CRM are commercial, PAY FOR applications. They're not free, and when you pay for them, you get support.

If the vendor is telling you what to do, why don't you ask the vendor for clarification? Those are both different directories, so why wouldn't it? Why would the vendor (who WROTE the software, the installation guides, tested it, and marketed it), specifically tell you to do it wrong????
 
Old 09-09-2014, 02:24 AM   #5
abhishekgit
Member
 
Registered: Jan 2012
Location: India
Distribution: Ubuntu, Gentoo, Fedora, Rhel5,openSUSE
Posts: 165

Original Poster
Rep: Reputation: 12
@TBone,
The case has already been raised for support with oracle. In India, its very slow. I am waiting though.
 
Old 09-09-2014, 03:09 AM   #6
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,862
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
I still think you aren't talking about clients... I can only repeat: you can have multiple client installations...
For example, I have three Oracle clients installed, in directories /usr/local/OraHome9, /usr/local/OraHome10, /usr/local/OraHome11. Normally, I use the latest, but I could use version 9 with a script like this:

Code:
$ cat /usr/local/bin/sqlplus9
#!/bin/sh

export ORACLE_HOME=/usr/local/OraHome9
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib

exec $ORACLE_HOME/bin/sqlplus "$@"

Last edited by NevemTeve; 09-09-2014 at 03:11 AM. Reason: somwhow it's been duplicated(?!)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Redhat Linux 4.8 error -mount: mount point /oracle does not exist for new /etc/fstab entries bellnarm Linux - Server 1 11-23-2011 05:09 AM
NFS client performance differs by mount point robwicks Linux - Server 2 09-21-2011 07:56 AM
puppy+grub saves ram installed mount point as HD install mount point agualust Linux - Newbie 0 04-10-2009 11:23 AM
How to run multiple mail client instances on KDE desktop Raishan Linux - Desktop 4 12-16-2006 11:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration