[opensuse-programming] openSUSE 10.3: Oracle XE Installation Problem
Hi. I have problems with Oracle 10g Express installation for Linux. Hardare + Software description: i686 architecture, 1 GB RAM openSUSE 10.3 distribution --- Instalation step by step ... 1. First I create user oracle and group dba 2. In next step I install package oracle-xe-10g-XXX.rpm rpm -ihv oracle-xe-10g-xxx.rpm (instalation go without errors and on the installation end I get message that listener and Oracle Database instance was properly started) 3. Than as root I execute oracle-xe configure from /etc/init.d (set ports 8080, 1521 and password) 4. Than as user oracle I set enviroment variable $ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server $ORACLE_SID = XE $PATH = $ORACLE_HOME/bin:$PATH:. $ORACLE_BASE= /usr/lib/oracle/xe/app/oracle --- --- Try to go on homepage When I try to login in Enterprise Manager via http request http://localhost:8080/apex nothing happend. --- --- Try connect to database via SqlPlus After runsqlplus.sh in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts and try to login I get next error: SQL*Plus: Release 10.2.0.1.0 - Production on Sun Nov 4 23:40:27 2007 Copyright (c) 1982, 2005, Oracle. All rights reserved. SQL> connect Enter user-name: system Enter password: ERROR: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory Thx. in advance! --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org
participants (1)
-
Nenad Stojnic