On 19-Mar-2003/01:24 -0500, Sudhakar list <[EMAIL PROTECTED]> wrote:
>Hi, 
>I'm using RH Linux 6.2 kernel 2.4.2.
>I've got two file systems, /opt and /home.I don't have much space in /opt but I've 
>about 10 GB on /home.
>Oracle installed uses /opt and I'm out of space on /opt.
>Is there any way I can use /home in such a way that whenever oracle
>writes some files /opt/app/oradata it is actually writing in /home and
>therefore my /opt is not being filled up.

Stop the database, backup the data in oradata, then move the data to /home
and make a symlink to it:

cd /home
mkdir oradata
cd /opt/app/oradata
cp -a * /home/oradata
cd ..
rm -rf oradata
ln -s /home/oradata oradata


Tony
-- 
Anthony E. Greene <mailto:[EMAIL PROTECTED]>
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
AOL/Yahoo Messenger: TonyG05    HomePage: <http://www.pobox.com/~agreene/>
Linux. The choice of a GNU generation <http://www.linux.org/>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to