Monday, May 21, 2007

Low /usr space ... Move XE Directory

Just got a bit tight on space in my /usr partition ... so decided to move XE to /opt to free up about 1Gb.

Nice easy operation ... as long as you're okay with the remaining symbolic link ;-)

/etc/rc2.d/S80oracle-xe stop
cd /usr/lib
mv oracle /opt
ln -s /opt/oracle /usr/lib/oracle
/etc/rc2.d/S80oracle-xe start

All done!

No comments: