Error: Installing Oracle XE on virtual server (Virtuozzo, SUSE Linux 9.3)
I have tried to install Oracle XE on a virual server with Virtuozzo and Linux 9.3.
I have tried a lot and went through much of this forum, but I can't find out what's wrong
-----------------------------------------------------------------------------------------------------------------------
Here is what I did:
-----------------------------------------------------------------------------------------------------------------------
Login as root
# rpm -ivh /srv/www/vhosts/schulzconsulting.de/private/test/oracle-xe-10.2.0.1-1.0.i386.rpm
Preparing... ########################################### [100%]
1:oracle-xe ########################################### [100%]
Executing Post-install steps...
oracle-xe 0:off 1:off 2:off 3:on 4:off 5:on 6:off
You must run '/etc/init.d/oracle-xe configure' as the root user to
configure the database.
# /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:
Password can't be null. Enter password: ora
Confirm the password: ora
Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]: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"
# /etc/init.d/oracle-xe start
Starting Oracle Net Listener.
Starting Oracle Database 10g Express Edition Instance.
# . ./usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
# sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 30 23:18:25 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
Enter user-name:
sqlplus sys/ora as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 30 23:18:56 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
Enter user-name:
# sqlplus system/ora
SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 30 23:19:22 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
Enter user-name:
------------------------------------------------------------------------------------------------------------
# ps -ef|grep ora
oracle 31203 1 0 23:15 ? 00:00:00 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr LISTENER -inherit
root 31412 29451 0 23:20 pts/0 00:00:00 grep ora
------------------------------------------------------------------------------------------------------------
# lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 30-MAY-2006 23:29:05
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 30-MAY-2006 23:15:47
Uptime 0 days 0 hr. 13 min. 16 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=s15212389.onlinehome-server.info)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
------------------------------------------------------------------------------------------------------------
# cd $ORACLE_HOME/config/log/
Extract for the logfiles:
CloneRmanRestore.log
ORA-01034: ORACLE not available
cloneDBCreation.log
ORA-01034: ORACLE not available
postDBCreation.log
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
ORA-27102: out of memory
Linux Error: 28: No space left on device
postScripts.log
ORA-01034: ORACLE not available
-----------------------------------------------------------------------------------------------------------------------
Thank you for you help in advance!
Yours,
Matt