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 -> shared memory realm does not exist. (The answer. nothing to deal with memory)

shared memory realm does not exist. (The answer. nothing to deal with memory)

From: Unbreakable <waichoi_at_yahoo.com>
Date: 3 Aug 2002 22:01:11 -0700
Message-ID: <3c38d571.0208032101.5109ea32@posting.google.com>


In my expereince, it is because I haven't startup the database. Nothing to do with memnory.

Step:

  1. sqlplus /nolog
  2. connect oracle/internal as sysdba. (Should see SQL>)
  3. startup (Oracle should startup within 10 seconds)
    • optional (Create some user like scott/tiger sysdba)
  4. exit (exit and log in again as usual)
  5. sqlplus (Same as step 1 except no /nolog, oracle will ask for username and password)
  6. You should be able to connect if oracle installed properly.

PS. 1. No need to downgrade the billuit. It seems Oracle 9.2 has fix this problem.

     2. JDK 1.4 is working but seems has problem working with Tomcat.  I use JDK 1.3 instead.

My Pacakge Linux 7.2. Oracle 9.2. JDK 1.3. JSP, Tomcat, autoconf

My Machine:
P4 1.6 GB, 40 GB HD / 512 Ram

Hong Kong. Received on Sun Aug 04 2002 - 00:01:11 CDT

Original text of this message

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