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: Linux: Oracle 8.16 Installation Problem

Re: Linux: Oracle 8.16 Installation Problem

From: Jörg Brüwer <bruewerj_at_cci.de>
Date: Mon, 06 Nov 2000 07:40:49 +0100
Message-ID: <3A065271.7FA86B67@cci.de>

check the oracle environment variables.

echo $ORACLE_SID

if you run more than one instance on the machine, you need the listener.

check the listener whith:
lsnrctl status
this command will show you the listener instances.

syntax off sqlplus:

sqlplus user/passwd_at_ORACLE_SID @script

be shure, linux will do the best for you !

Richard Martes schrieb:

> I am currently having problems logging into sqlplus on linux. I get a
> bad command file after typing sqlplus. I checked the status of the
> Oracle service and it seems to be running. ps -ax | grep - ora_ I was
> able to see all background processes. However, this is as far as I
> get. Can anyone please help me. Thanks. rmartes
Received on Mon Nov 06 2000 - 00:40:49 CST

Original text of this message

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