工作需要,现在又得弄一个linux+oracle环境了,不想再去装oracle企业版,太繁琐了。10g express的限制对我测试来说,基本等于没得限制。
1、修改/etc/apt/source.list,添加oracle的源:
deb http://oss.oracle.com/debian unstable main non-free
2、进行更新和安装
aptitude update
aptitude install oracle-xe-universal
3、进行初始的密码设置
/etc/init.d/oracle-xe configure
若服务器无GUI,可以这样远程管理
可以通过这个地址进行管理:http://localhost:8080/apex/
在aptitude update后,会出现如下错误:
W: GPG error: http://oss.oracle.com unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2E2BCDBCB38A8516
W: You may want to run apt-get update to correct these problems
解决办法:
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle
在root权限下:apt-key add RPM-GPG-KEY-oracle
再次aptitude update,问题解决
1、修改/etc/apt/source.list,添加oracle的源:
deb http://oss.oracle.com/debian unstable main non-free
2、进行更新和安装
aptitude update
aptitude install oracle-xe-universal
3、进行初始的密码设置
/etc/init.d/oracle-xe configure
若服务器无GUI,可以这样远程管理
可以通过这个地址进行管理:http://localhost:8080/apex/
在aptitude update后,会出现如下错误:
W: GPG error: http://oss.oracle.com unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2E2BCDBCB38A8516
W: You may want to run apt-get update to correct these problems
解决办法:
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle
在root权限下:apt-key add RPM-GPG-KEY-oracle
再次aptitude update,问题解决