Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Physical Design Question
This is a MIME message. If you are reading this text, you may want to
consider changing to a mail reader or gateway that understands how to
properly handle MIME multipart messages.
--=_1F413AB1.B5D419AE
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
I do the same. One OH for each version. Listener uses the latest OH. Databases set env script for OH required. Simple and it works. I couldn't imagine having 14 OH's for 14 8i databases on one server :). Now if I were running on Windows then I would have one db per server hence one OH. Its all relative, do what you like! Gene
>>> DGoulet_at_vicr.com 07/18/03 09:19AM >>> Ray,
Boy are you ever. In our location every version gets an Oracle_Home. Databases that share the same version share the same home. BTW: Oracle Support recommends using the listener for the highest version installed. I do that & it works very darn well, unless your into extproc's. Then you should have an extproc listener for each version installed.
Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
Sent: Thursday, July 17, 2003 7:29 PM
To: Multiple recipients of list ORACLE-L
my 2cents...
Every instance get it's own oracle home, user id and group id. Total
isolation and separation. It
makes our auditors happy too!
Then again, I may be an extremist...
Ron Thomas
Hypercom, Inc
rthomas_at_hypercom.com
Each new user of a new system uncovers a new class of bugs. --
Kernighan
Stephen.Lee_at_DTAG. Com To: ORACLE-L_at_fatcity.com Sent by: cc: ml-errors_at_fatcity Subject: RE: Physical Design Question .com 07/17/2003 05:14 PM Please respond to ORACLE-L
Well, since nobody else has jumped on this...
-----Original Message-----
> Here's my situation:
> 1. Should I use a separate Oracle Home for each DB?
Not unless you have some peculiar situation there. Use separate
ORACLE_HOME
for each version of Oracle but not each database.
> Pros: --Allows upgrade/patching of 1 DB at a
> time without affecting others (some are home-grown,
> some are 3rd party).
The separate ORACLE_HOME for each version takes care of this. You
just
change the ORACLE_HOME in the oratab when you upgrade the database. If
you
use environment setting scripts, have them grab the correct ORACLE_HOME
from
the oratab.
something like:
export ORACLE_HOME=`/usr/bin/nawk -F: '$1 == SID {print $2}' SID="$ORACLE_SID" "$ORATAB"` where ORATAB is the path to your oratab file.
Sorry, I got no opinions on your storage arrangement.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephen Lee INET: Stephen.Lee_at_DTAG.Com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Ron Thomas INET: rthomas_at_hypercom.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Goulet, Dick INET: DGoulet_at_vicr.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). --=_1F413AB1.B5D419AE Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD> <BODY style="MARGIN-TOP: 2px; FONT: 10pt Arial; MARGIN-LEFT: 2px"> <DIV>I do the same. One OH for each version. Listener uses the latest OH. Databases set env script for OH required. Simple and it works.</DIV> <DIV>I couldn't imagine having 14 OH's for 14 8i databases on one server :). Now if I were running on Windows then I would have one db per server hence one OH. Its all relative, do what you like!</DIV> <DIV>Gene</DIV> <DIV><BR>>>> DGoulet_at_vicr.com 07/18/03 09:19AM >>><BR>Ray,<BR><BR> Boy are you ever. In our location every version gets an Oracle_Home. Databases that share the same version share the same home. BTW: Oracle Support recommends using the listener for the highest version installed. I do that & it works very darn well, unless your into extproc's. Then you should have an extproc listener for each version installed.<BR><BR>Dick Goulet<BR>Senior Oracle DBA<BR>Oracle Certified 8i DBA <BR><BR>-----Original Message-----<BR>Sent: Thursday, July 17, 2003 7:29 PM<BR>To: Multiple recipients of list ORACLE-L<BR><BR><BR><BR>my 2cents...<BR><BR>Every instance get it's own oracle home, user id and group id. Total isolation and separation. It<BR>makes our auditors happy too!<BR><BR>Then again, I may be an extremist...<BR><BR>Ron Thomas<BR>Hypercom, Inc<BR>rthomas_at_hypercom.com<BR>Each new user of a new system uncovers a new class of bugs. -- Kernighan<BR><BR><BR> <BR> Stephen.Lee_at_DTAG. <BR> Com To: ORACLE-L_at_fatcity.com <BR> Sent by: cc: <BR> ml-errors_at_fatcity Subject: RE: Physical Design Question <BR> .com <BR> <BR> <BR> 07/17/2003 05:14 <BR> PM <BR> Please respond to <BR> ORACLE-L <BR> <BR> <BR><BR><BR><BR><BR><BR>Well, since nobody else has jumped on this...<BR><BR>-----Original Message-----<BR>> Here's my situation:<BR>> 1. Should I use a separate Oracle Home for each DB?<BR><BR>Not unless you have some peculiar situation there. Use separate ORACLE_HOME<BR>for each version of Oracle but not each database.<BR><BR>> Pros: --Allows upgrade/patching of 1 DB at a<BR>> time without affecting others (some are home-grown,<BR>> some are 3rd party).<BR><BR>The separate ORACLE_HOME for each version takes care of this. You just<BR>change the ORACLE_HOME in the oratab when you upgrade the database. If you<BR>use environment setting scripts, have them grab the correct ORACLE_HOME from<BR>the oratab.<BR><BR>something like:<BR><BR>export ORACLE_HOME=`/usr/bin/nawk -F: '$1 == SID {print $2}'<BR>SID="$ORACLE_SID" "$ORATAB"`<BR><BR>where ORATAB is the path to your oratab file.<BR><BR><BR>Sorry, I got no opinions on your storage arrangement.<BR>--<BR>Please see the official ORACLE-L FAQ: <A href="http://www.orafaq.net/">http://www.orafaq.net</A><BR>--<BR>Author: Stephen Lee<BR> INET: Stephen.Lee_at_DTAG.Com<BR><BR>Fat City Network Services -- 858-538-5051 <A href="http://www.fatcity.com/">http://www.fatcity.com</A><BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).<BR><BR><BR><BR><BR>-- <BR>Please see the official ORACLE-L FAQ: <A href="http://www.orafaq.net/">http://www.orafaq.net</A><BR>-- <BR>Author: Ron Thomas<BR> INET: rthomas_at_hypercom.com<BR><BR>Fat City Network Services -- 858-538-5051 <A href="http://www.fatcity.com/">http://www.fatcity.com</A><BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).<BR><BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>-- <BR>Author: Goulet, Dick<BR> INET: DGoulet_at_vicr.com<BR><BR>Fat City Network Services -- 858-538-5051 <A href="http://www.fatcity.com/">http://www.fatcity.com</A><BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the messageReceived on Fri Jul 18 2003 - 07:56:59 CDT
![]() |
![]() |