Manually start and stop Oracle XE in Ubuntu


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
 

相关内容

    暂无相关文章