Re: Linux: Oracle 8.16 Installation Problem
Date: Mon, 06 Nov 2000 07:40:49 +0100
Message-ID: <3A065271.7FA86B67_at_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.
[Quoted] 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 - 07:40:49 CET