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

Home -> Community -> Usenet -> c.d.o.server -> Re: help connecting to database

Re: help connecting to database

From: EB <EB_at_nOsPaM.com>
Date: Wed, 06 Jun 2001 19:31:47 GMT
Message-ID: <DyvT6.2922$9m.215936@newsread2.prod.itd.earthlink.net>

You should be able to login as system/manager or sys/change_on_install.

  1. Check to make sure your TNS listener is running: ps -ef |grep tns
  2. If it's not running, try to start it login as oracle lsnrctl start
  3. If it still does not start, check your tnsnames.ora file, which should be located in $ORACLE_HOME/network/admin

"Peter Choe" <choepete_at_mindspring.com> wrote in message news:3B1E2D4F.485660B2_at_mindspring.com...
> i was able to install Oracle 8i on a freebsd machine. at least i think
> it installed correctly.
>
> but when i tried to use sqlplus to try to connect using scott/tiger i
> get an error saying ORACLE is not available.
>
> how do i make it available? or what id can i use? i run it as oracle
> user, the same user that i installed oracle with.
>
> peter choe
Received on Wed Jun 06 2001 - 14:31:47 CDT

Original text of this message

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