Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re[2]: OFA (Optimal Flexible Architecture) in practice

Re[2]: OFA (Optimal Flexible Architecture) in practice

From: <dgoulet_at_vicr.com>
Date: Fri, 06 Jul 2001 08:39:50 -0700
Message-ID: <F001.00342E52.20010706075052@fatcity.com>

IMHO I think you all have got the reasons for OFA somewhat backwards. Back in the older days one had one and only one version of Oracle running on a particular machine at one time. This made upgrading/migrating or running a new version in test while the older one was still running production absolutely impossible or at least very difficult. The idea around OFA is that you have one or more Oracle home directories off of Oracle base and all of your data files elsewhere. Now when it comes time to upgrade you just shutdown, backup the datafile area, move a couple of init or cfg files, startup, run the scripts required, shutdown & backup the same directory(s) again.

Dick Goulet

____________________Reply Separator____________________
Author: Tim Gardner <tgardner_at_codeHorse.com>
Date:       7/5/2001 5:15 PM

>Does anyone use OFA as their company standard? If so, are there any
>complaints about it's structure? For example, the commingling of
>different database subdirectories under a given mount point?
>
>e.g..
>
>/u02/oradata/db_name1/userdata01.dbf
>/u02/oradata/db_name2/userdata01.dbf
>/u03/oradata/db_name1/userdata02.dbf
>/u03/oradata/db_name2/userdata02.dbf
>
>You cannot cd to a given subdirectory, ls -ltR | more to see all the
>datafiles associated with a given database. Instead, from / you
>have to ls -ltR | grep db_name1 to scan the full file system. Seems
>like there should be a better way.
>
>Any input, pro or con, is appreciated.

Linda,

The point of OFA is to spread out the database over different drives for performance reasons. For example, you might want to separate indexes from data. Would what you are proposing allow for multiple drives?

Tim

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Tim Gardner
  INET: tgardner_at_codeHorse.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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.com
-- 
Author: 
  INET: dgoulet_at_vicr.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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).
Received on Fri Jul 06 2001 - 10:39:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US