Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Weird 7.3.2 problem (ORA-07429)
Having ORACLE_PATH set can cause this type of error. If it is set, then shutdown
the database and unset ORACLE_PATH. Then start the database again and try your
connection.
Scott Stanton
Bret McGuire wrote:
> Not really. I've got the following environment variables defined
> with the correct values:
>
> ORACLE_SID
> ORACLE_BASE
> ORACLE_HOME
> TWO_TASK
>
> That should be more than enough, should it not?
> I was somewhat suspicious of the error you pointed out in your
> second message; why the "File not found" error? Doesn't seem to make
> sense...
>
> - Bret -
>
> On Mon, 22 Feb 1999, jack dectis wrote:
>
> > If the listener receives the request but cannot get to the database then
> > I would suspect either the environment variables in the environment of the
> > process that started the listener or the listener.ora file. Have either
> > changed recently?
> >
> >
> > Bret McGuire wrote:
> >
> > > We've got a weird problem with an Oracle 7.3.2 server using SQL
> > > Net v2.3.2 (at least that's the version numbers of the protocol adapters I
> > > have loaded). The listener appears to start and run fine; a server is
> > > forked at connect time unless some were pre-spawned, and either method
> > > seems capable of correctly execing a server process. However, when I try
> > > to connect to this listener using SQL Net, I get the following error:
> > >
> > > busboy:~ $ sqlplus username/password
> > >
> > > SQL*Plus: Release 3.3.2.0.0 - Production on Mon Feb 22 14:15:33 1999
> > >
> > > Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.
> > >
> > > ERROR: ORA-01034: ORACLE not available
> > > ORA-07429: smsgsg: shmget() failed to get segment.
> > > DEC OSF/1 (AXP) Error: 2: No such file or directory
> > >
> > > The error suggests some shared memory configuration error, but I
> > > find this hard to believe. "tstshm" passed quite admirably on this
> > > system, and I am reasonably certain I have plenty of shared memory
> > > available.
> > > It seems very odd; SQL Net seems to deliver the request fine
> > > (several runs performed with tracing enabled indicated that the listener
> > > is indeed receiving the request correctly).
> > > Does anyone know of any circumstance which might cause this error
> > > to appear when in fact something else was causing the problem?
> > >
> > > - Bret -
> >
> >
> >
Received on Fri Feb 26 1999 - 12:02:48 CST
![]() |
![]() |