Problem of installing Oracle 10g XE on ubuntu
564881Jun 4 2007 — edited Jun 12 2007Hi, all
I installed Oracle 10g XE on my ubuntu box by using Universal Debian package: oracle-xe-universal_10.2.0.1-1.0_i386.deb. The installation process worked fine without any errors. After installation, i configured the database setting the HTTP port to "8282" and passwords for SYS.
The problem is that, i can't access the Database Home Page using the url "http://127.0.0.1:8282/apex". I am sure I have started the oracle XE. The following message is printed by using command "/etc/init.d/oracle-xe status":
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 04-JUN-2007 22:37:12
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 04-JUN-2007 22:07:31
Uptime 0 days 0 hr. 29 min. 40 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Default Service XE
Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dawnlinux-laptop)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "XE" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
Service "XE_XPT" has 1 instance(s).
Instance "XE", status READY, has 1 handler(s) for this service...
The command completed successfully
The other problem is that, i can't also login to the database by using sqlplus:
SQL> CONNECT SYSTEM
Enter password:
ERROR:
ORA-01033: ORACLE initialization or shutdown in progress
I am sure the password i type is the same with what i set on configuration.
So what's the possible wrong for my problem? any hint is welcome, and thanks in advance!
Regards,
Lian Liming