Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » suse oracle »

Re: [suse-oracle] Unshare ORACLE_HOME

Alexei_Roudnev

2007-02-27

Replies:

If you have not database files there - why not? Just copy oracle_home onto
the local file systems, and set up symlink (so you even dont need to take
system offline).

(cd $ORACLE_HOME && tar cf - . ) (cd new_home && tar xf -)
mv $ORACLE_HOME $ORACLE_HOME-;ln -s $new_home $ORACLE_HOME

(restart database when you have a time to do it)

The same with CRS.


----- Original Message -----
From: "LOPEZ DIAZ, JORGE" <jorge.lopez@(protected)>
To: <suse-oracle@(protected)>
Sent: Tuesday, February 27, 2007 2:15 AM
Subject: [suse-oracle] Unshare ORACLE_HOME




Is it possible to unshared ORACLE_HOME, each node with its own
ORACLE_HOME, so ocfs2 it's not needed anymore (I only use ocfs2 to share
ORACLE_HOME)?



Thanks.

Jorge López Díaz

Técnico de Sistemas

Consejería de Sanidad de la Región de Murcia

SPAIN





--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting

©2008 dba.5341.com - Jax Systems, LLC, U.S.A.