http://www.oracle.com/technetwork/database/express-edition/downloads/102xelinsoft-102048.html
/etc/init.d/oracle-xe configure
usermod -G dba -a Username

# Oracle Paths
cat >> /etc/bashrc << EOF

# Oracle Paths & Fix ShortCuts
export PATH=$PATH:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
export ORACLE_HOME
export ORACLE_SID=XE
EOF
perl -i -l -wpe 's/^(MimeType=).*/${1}/' /usr/share/applications/oraclexe-readonlinehelp.desktop
perl -i -l -wpe 's/^(MimeType=).*/${1}/' /usr/share/applications/oraclexe-startdb.desktop

service oracle-xe start # Start Service
service oracle-xe stop # Stop Service
chkconfig oracle-xe on # Start Service in The Boot
chkconfig oracle-xe off # Stop Service in The Boot
chkconfig oracle-xe off; chkconfig oracle-xe on; service oracle-xe stop; service oracle-xe start

http://localhost:8080/apex/
User Name : system

Toad
http://www.toadworld.com/BLOGS/tabid/67/EntryId/539/Toad-10-5-Freeware-Runs-on-Linux.aspx
winetricks mdac28 msxml3 msxml4 msxml6 vb6run vcrun6sp6 corefonts fontfix tahoma msls31 gecko riched20 riched30 richtx32 comctl32 comctl32.ocx

