我正在使用Linux Mint Olivia Distribution并希望安装Oracle 11gXE,但我遇到了一些问题。我几乎按照这些步骤成功完成了安装: Installing Oracle 11gXE on Mint and Ubuntu
但是在运行服务sudo service oracle-xe start
时,我得到了这个输出:
Starting Oracle Net Listener.
Starting Oracle Database 11g Express Edition instance.
Failed to start Oracle Net Listener using /u01/app/oracle/product/11.2.0/xe/bin/tnslsnr and Oracle Express Database using /u01/app/oracle/product/11.2.0/xe/bin/sqlplus.
请帮忙吗?
答案 0 :(得分:18)
我遇到了同样的问题。你安装了libaio1吗?如果没有,那么
sudo apt-get install libaio1
应该解决问题。