Ubuntu安装oracle-xe-universal_10.2.0.1-1.0_i386
安装:
1.库依赖
sudo apt-get install libaio
2.1源安装
添加源
##Oracle
deb http://oss.oracle.com/debian unstable main non-free
sudo apt-get install oracle-xe-client
2.2deb下载安装
http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html
3.初始配置
安装直至出现一句You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
时,转换用户,输入su,跟住输入你的root密码,进入了root用户终端后,执行/etc/init.d/oracle-xe configure。
前两次默认回车,最后输入SYS和SYSTEM的密码。
4.Get Start
http://127.0.0.1:8080/apex
可以使用了
没有评论:
发表评论