Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PLEASE HELP!!! Error ORA-12154
That error is a common one. It should be documented in your SQL*Net manual
or in the oerr utility. It means that you cannot find the correct database
instance. This is usually a problem in the .ora files in the
orant/network/admin directory. If you have "oracle names" running then this
should be a slam dunk but that seems unlikely given the error. More likely
you will have to modify the tnsnames.ora file. There is a configuration
utility that does this. You will have to know what your database instance
name is. If you are on the same machine that you installed Oracle on, you
might ORCL as the instance name.
Good luck,
Paul
Pedro Silva <Pedro.Silva_at_rnl.ist.utl.pt> wrote in article
<700ivq$ikg$1_at_ci.ist.utl.pt>...
> I've tried to install Oracle 7 (7.2 I think) and I create a database,
> but when I try to access it I receive a ERROR: ORA-12154 General
Connection
> Error. Can't connect database or unavaiable.
>
(stuff deleted)
Received on Thu Oct 15 1998 - 00:00:00 CDT