Oracle XE install su Linux Ubuntu
539589Aug 23 2007 — edited Aug 28 2007I have installed Oracle Xe on Ubuntu but don't start.
This is the installation log
gas@spartacus:~$ sudo apt-get install oracle-xe-universal
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
oracle-xe-universal
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 0B/262MB of archives.
After unpacking 451MB of additional disk space will be used.
Selecting previously deselected package oracle-xe-universal.
(Reading database ... 123517 files and directories currently installed.)
Unpacking oracle-xe-universal (from .../oracle-xe-universal_10.2.0.1-1.1_i386.deb) ...
Setting up oracle-xe-universal (10.2.0.1-1.1) ...
Executing Post-install steps...
-e You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
gas@spartacus:~$ sudo /etc/init.d/oracle-xe configure
Oracle Database 10g Express Edition Configuration
-------------------------------------------------
This will configure on-boot properties of Oracle Database 10g Express
Edition. The following questions will determine whether the database should
be starting upon system boot, the ports it will use, and the passwords that
will be used for database accounts. Press <Enter> to accept the defaults.
Ctrl-C will abort.
Specify the HTTP port that will be used for Oracle Application Express [8080]:
Specify a port that will be used for the database listener [1521]:
Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:
Confirm the password:
Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:
Starting Oracle Net Listener...Done
Configuring Database...Done
Starting Oracle Database 10g Express Edition Instance...Done
Installation Completed Successfully.
To access the Database Home Page go to "http://127.0.0.1:8080/apex"
gas@spartacus:~$ sudo /etc/init.d/oracle-xe status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 23-AUG-2007 21:34:45
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 2: No such file or directory
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=spartacus)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist
Linux Error: 110: Connection timed out
gas@spartacus:~$
tanks