Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle 9i problem

Oracle 9i problem

From: Fabrizio <rizla_at_freemail.it>
Date: 8 Jul 2002 01:53:44 -0700
Message-ID: <a0da3a6e.0207080053.b079d2d@posting.google.com>


Hello,

I'm trying Oracle 9i on my linux box, but I encounter some problem.

I've created the 2 databases with dbca. It works fine. (I see in /etc/oratab the 2 entry related to the database)

Here's the entry:

*:/home/oracle/OraHome1:N
ags:/home/oracle/OraHome1:Y
mauro:/home/oracle/OraHome1:N

The envoirment for oracle user are:

[oracle_at_srv01 oracle]$ env |grep -i ORACLE PWD=/home/oracle
ORACLE_SID=ags
LD_LIBRARY_PATH=/home/oracle/OraHome1/lib:/lib:/usr/lib:/usr/local/lib USER=oracle
MAIL=/var/spool/mail/oracle

ORACLE_BASE=/opt/oracle
ORACLE_HOME=/home/oracle/OraHome1
ORACLE_TERM=xterm

LOGNAME=oracle
ORA_NLS33=/home/oracle/OraHome1/ocommon/nls/admin/data HOME=/home/oracle
PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/OraHome1/bin:/home/oracle/bin

So, to start with db I lunch:

sqlplus system/<pass> @ags

SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jul 8 10:50:20 2002

Copyright (c) 1982, 2002, Oracle Corporation. 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

What does it means ? May be it means that the oracle services are not started...
In this case, how to start it ?

Thanks a lot Received on Mon Jul 08 2002 - 03:53:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US