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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Can't get sqlplus to run: v8.1.7 on Solaris 8

Re: Can't get sqlplus to run: v8.1.7 on Solaris 8

From: Quinn Zou <z.zou_at_paradise.net.nz>
Date: Thu, 25 Jan 2001 19:23:59 +1300
Message-ID: <980403606.693003@shelley.paradise.net.nz>

You need to setup enviroment ORACLE_HOME sh:
ORACLE_HOME=/opt/app/oracle {where your oracle binary installed} ORACLE_SID=orcl {your oracle sid}
export ORACLE_HOME
export ORACLE_SID

or
set ORACLE_HOME /opt/app/oracle
...

good luck

Q

Mark McWiggins <mark_at_IcanFixYourEmail.com> wrote in message news:3a6e7217.20194928_at_news.bllvu1.wa.home.com...
> When I try to get sqlplus to start, I get:
>
> ORA-01034: ORACLE not available
> ORA_27101: Shared memory realm does not exist
> SVR4 Error: 2: no such file or directory
>
> I have the kernel parameters in /etc/system specified as shown in the
> Oracle docs, and the database is running. We can connect successfully
> via ODBC from another machine.
>
> Obviously something small I'm missing; thanks much for The Answer or
> any suggestions.
>
> mark_at_printcop.com
> 425-369-8286
> www.printcop.com
> Printcop is a system for authenticating and billing
> printer users.
>
>
Received on Thu Jan 25 2001 - 00:23:59 CST

Original text of this message

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