# Download the rpm fromhttp://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html# install oracle 10g xe withyum install oracle-xe-univ-10.2.0.1-1.0.i386.rpm# configure oracle 10g xe with/etc/init.d/oracle-xe configure# create an ibay called oracle-xe# Link the getting started html files to the ibaycd /home/e-smith/files/ibays/oracle-xe/htmlln -s /usr/lib/oracle/xe/app/oracle/doc/* .chown -R www:www *# customize ibay settings to enable FollowSymLinks:db accounts setprop oracle-xe FollowSymLinks enabledsignal-event ibay-modify# start service on bootupln -fs /etc/rc.d/init.d/oracle-xe /etc/rc7.d/S99oracle-xereboot# optional# open the firewall for remote accessconfig set oracle-xe service access public status enabled TCPPort 1521signal-event remoteaccess-updatesignal-event reboot# visit http://serverip/oracle-xe/getting_started.htm for a starting point
ssh -L 8888:localhost:8080 root@internal-serverip
http://localhost:8888/apex
I wrote my own litte draft-howto:Code: [Select]# start service on bootupln -fs /etc/rc.d/init.d/oracle-xe /etc/rc7.d/S99oracle-xe# optional# open the firewall for remote accessconfig set oracle-xe service access public status enabled TCPPort 1521
# start service on bootupln -fs /etc/rc.d/init.d/oracle-xe /etc/rc7.d/S99oracle-xe# optional# open the firewall for remote accessconfig set oracle-xe service access public status enabled TCPPort 1521
ln -fs /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S99oracle-xeconfig set oracle-xe service status enabled