安装oracle时,不需要直接双击 runInstaller 这个文件进行安装!
1、首先进入在命令窗口中进入
所在的文件夹,如果是从oracle官网下载的安装文件,就应该是进入database文件夹;
cd /home/username/../database/
2、在命令窗口中执行
./runInstaller -jreLoc $JRE_HOME
$JRE_HOME:为你安装jdk时的安装目录
Linux非图形界面安装Oracle数据库:http://www.linuxdiyf.com/linux/14391.html
fedora22安装oracle11gr2:http://www.linuxdiyf.com/linux/13991.html
ubuntu-15.04-desktop-amd64.iso:安装Oracle11gR2:http://www.linuxdiyf.com/linux/13116.html
64位Ubuntu安装Oracle 11G:http://www.linuxdiyf.com/linux/9955.html
Ubuntu 14.04 LTS 64位安装Oracle 11g:http://www.linuxdiyf.com/linux/9954.html