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 7.3.4 with 8.0.4

Oracle 7.3.4 with 8.0.4

From: P M User <gregg_at_computex.com>
Date: Mon, 04 Jan 1999 13:12:11 -0500
Message-ID: <3691047A.BA4CF706@computex.com>

I am trying to have both Oracle 7.3.4 and Oracle 8.0.4 live together on my Solaris 2.6 system. I wound up loading 8.0.4 first and then putting 7.3.4 on the system.

I cannot access any 7.3.4 databases through the listener. I can get to them from the command line.

I understand that Oracle 7 isn't getting a shared memory segment, but I don't know what to do about it.

Here's the error message I get:



SQL*Plus: Release 3.3.4.0.1 - Production on Wed Dec 30 17:34:28 1998

Copyright (c) Oracle Corporation 1979, 1996. All rights reserved.

ERROR: ORA-01034: ORACLE not available
ORA-07320: smsget: shmat error when trying to attach sga. SVR4 Error: 13: Permission denied


Here's the ipcs:



# ipcs
IPC status from <running system> as of Mon Jan 4 13:08:41 1999 Message Queue facility not in system.
T ID KEY MODE OWNER GROUP Shared Memory:
m          0   0x50000b42 --rw-r--r--     root     root
m          1   0x49f6b0d4 --rw-r-----   oracle      dba
m          2   0xec688d64 --rw-r-----   oracle      dba
m          3   0x49005e70 --rw-r-----   oracle      dba
m       2404   0x0822d6a9 --rw-r-----  oracle7      dba
m        405   00000000 --rw-rw-rw-     root    other
m        306   00000000 --rw-rw-rw-     root    other
Semaphores:
s          0   00000000 --ra-r-----   oracle      dba
s      65537   00000000 --ra-r-----   oracle      dba
s          2   00000000 --ra-r-----   oracle      dba
s      65539   00000000 --ra-r-----   oracle      dba
s          4   00000000 --ra-r-----   oracle      dba
s      65541   00000000 --ra-r-----   oracle      dba
s    1507334   00000000 --ra-r-----  oracle7      dba

  The 'oracle' user is the oracle 8 instance owner.

Thanks

-Greg G Received on Mon Jan 04 1999 - 12:12:11 CST

Original text of this message

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