Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Help please with installation
From what you said I'm guessing you decided to create a database with the
install. You'll have to look at your tnsnames.ora and see if has the
parameters for your new database in it. Also look at your listener.ora for
the same reason. Because you have personal Oracle, you're probably using an
NT machine. Be sure your Oracle services are started - including the
listener service.
If everything looks OK go to the oracle_home.bin directory and use lsnrctl
to stop and start the listener, then try again.
If you still have a failure to connect get the Oracle NET80 documentation
and follow the troubleshooting steps i.e. ping the machine, tnsping it,
connect with SQL*Plus etc.
Van
"Mart Hurst" <Wayfarergenesis_at_Xworldnet.att.net> wrote in message
news:7Kyw5.16060$6f1.720436_at_bgtnsc05-news.ops.worldnet.att.net...
> Am currently enrolled in an Oracle class and bought Oracle8i Personal
> Edition for Windows 98 and am having problems getting it to function. Any
> help much appreciated.
>
> I read all of the instructions before trying to install, and seemed to
have
> no problems installing; had no warnings or error messages. However when I
> got to the part about configuring Oracle by starting the Oracle Listener I
> began to have problems. Oracle Listner started without a problem, the
> database started, but when I go to the sign on screen where we were to
sign
> on according to their installation instructions as user name: system
> password: manager Host String: po8
> I got error message: "Oracle SQL*Plus Error: ORA-12154: TNS:could not
> resolve service name."
>
> I went to their help and found this:
>
> ORA-12154 TNS:could not resolve service name
>
> Cause The service name specified is not defined correctly in the
> TNSNAMES.ORA file.
> Action Make the following checks and correct the error:
>
> · Verify that a TNSNAMES.ORA file exists and is in the proper place and
> accessible. See the operating system specific manual for details on the
> required name and location.
> · Check to see that the service name exists in one of the TNSNAMES.ORA
files
> and add it if necessary.
> · Make sure there are no syntax errors anywhere in the file. Particularly
> look for unmatched parentheses or stray characters. Any error in a
> TNSNAMES.ORA file makes it unusable. See Chapter 4 in the SQL*Net V2
> Administrator's Guide. If possible, regenerate the configuration files
using
> the Oracle Network Manager.
>
> Copyright (C) 1998, Oracle Corporation
>
> The installation instructions said to navigate to C:\Ora95dev\Net80\Admin
> and highlight and copy the "TcpExample.world" section to the bottom of the
> list and change the copy to:
>
> po8.world =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS =
> (PROTOCOL = TCP)
> (Host = localhost)
> (Port = 1521)
> )
> )
> (CONNECT_DATA = (SID = ORCL)
> )
> )
>
> which I did before starting the listener. So I don't know what to do from
> here?
>
> Remove X after @ to reply
>
>
>
Received on Sun Sep 17 2000 - 15:58:31 CDT
![]() |
![]() |