Manually start and stop Oracle XE in Ubuntu
Start Oralce:
[python]
sudo /etc/init.d/oracle-xe start
Stop Oracle:
[python]
sudo /etc/init.d/oracle-xe stop
Re-config Oracle:
[python]
sudo /etc/init.d/oracle-xe configure
Or there is another way
[python]
sudo su - oracle