Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2008 00:51:12 +0200
From:      martinko <gamato@users.sf.net>
To:        freebsd-emulation@freebsd.org
Cc:        freebsd-database@freebsd.org, rofug@rofug.ro, freebsd-ports@freebsd.org
Subject:   Re: Q: Is there any use for Oracle database port installation under Linux compat root ?
Message-ID:  <gdlmd0$nb8$1@ger.gmane.org>
In-Reply-To: <20081021212134.GA79808@graf.pompo.net>
References:  <78cb3d3f0807260841k336f20a9jce857189c55adb16@mail.gmail.com>	<78cb3d3f0807270122r4d2377d9gbf4e3ed5386918fa@mail.gmail.com>	<20080727121503.679bc598@deskjail>	<78cb3d3f0807271003q3f5ab72dr2147cf7b1a3348fc@mail.gmail.com>	<alpine.BSF.1.10.0807272107050.3912@ora.chd.net>	<48FE3708.8010501@users.sf.net> <20081021212134.GA79808@graf.pompo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Thierry Thomas wrote:
> Le Mar 21 oct 08 à 22:09:44 +0200, martinko <gamato@users.sf.net>
>  écrivait :
> 
>> Hi,
> 
> Hello,
> 
>> No Oracle installation I have ever seen was installed into /home and it 
>> would be against Oracle Optimal Flexible Architecture (OFA) guidelines!
> 
> Agreed.
> 
>> /usr/local/oracle would be OK and users can move the directory tree 
>> elsewhere afterwards.  Or maybe you can ask about Oracle Base directory 
>> during config/installation process, if possible.
> 
> I would suggest to install under $ORACLE_HOME, defaulted to:
> 
> ORACLE_HOME?=   ${PREFIX}/oracle
> 
> (or may be ${PREFIX}/oracle${VERSION} to allow the installation of
> different versions)
> 
> Regards,

Hallo,

Well, it's a bit more complicated than that..

OFA guidelines say that $ORACLE_HOME shoud be in the form of e.g. 
$ORACLE_BASE/product/10.2.0/db_1

And application (DB) is installed into its $ORACLE_HOME and thus one can 
have many different installations of many different versions.

Then there are other directories under $ORACLE_BASE that usually contain 
Oracle Inventory (of installed software) and DB data files etc.

Usually everything under $ORACLE_BASE is created and taken care by 
Oracle Universal Installer (which is Java application).

Another issue may be where to place oratab file.  It is located in 
/var/opt/oracle/oratab on SunOS and in /etc/oratab on other Unixes.

Cheers,

Martin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?gdlmd0$nb8$1>