date: 2010-03-22 21:06:30
官方指南:
http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm
- 安装软件包
1
| rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
|
- 运行配置程序
1 2 3 4 5
| /etc/init.d/oracle-xe configure
HTTP Port: 8080 Database Listener Port: 1521 Started on boot: y
|
Database Home Page: http://127.0.0.1:8080/apex
1
| $ORACLE_HOME: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
|
- 设置客户程序运行环境
Go to the following directory:
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
Run:
- 启动远程服务器管理
- Start SQL*Plus and log in as SYSTEM:
1 2 3 4 5 6 7
| $ sqlplus system Enter password: SYSTEM_password
Or, if you are logging in remotely:
$ sqlplus system@xe_server_host_name Enter password: SYSTEM_password
|
- At the SQL prompt, enter the following command:
1
| SQL> EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
|
URL: http://192.168.1.109:8080/apex