Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Linux: Oracle 8.16 Installation Problem
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
![]() |
![]() |