Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle 9i help?
> You have two issues here:
> - you get an error 12514 (which is a network error, as
> all 125xx errors), you provide the exact error message.
> - you get an error, that the error message for error #12514
> cannot be found.
> This indicates an installation/configuration problem.
>
> Please reveal how you connect from the 806 client to the
> two other servers, and where you found the tnsnames.ora
> file.
> Please check the registry for an entry, called tns_admin.
> If there is one, provide it's value.
>
> For now, there are simply too many variables.
>
> --
> Regards,
> Frank van Bortel
Hi Frank,
Please bear with me - I know enough to be dangerous, but that is it. The
8.06 was put in place before I got here 3 years ago.
I looked in one of the working 8.06 servers, and found SQLNET.ora in
d:\orant\net80\admin. Could this be shedding some light on how I am
connecting?
*-*-*-*-*-*-*-*-*-*-* start of file *-*-*-*-*-*-*-*-*-*
names.directory_path = (TNSNAMES, HOSTNAME)
names.default_domain = world
name.default_zone = world
automatic_ipc = off
*-*-*-*-*-*-*-*-*-*-* end of file *-*-*-*-*-*-*-*-*-*
I have no registry entry on the client called tns_admin, nor do I have an
environment varialbe set at the client for that.
TNSNames.ora - I found it in the client at c:\ORANT\net80\admin, and the
contents appear to be the original sample. Here it is in all its ugliness:
*-*-*-*-*-*-*-*-*-*-* start of file *-*-*-*-*-*-*-*-*-*
Beq-local.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = BEQ) (PROGRAM = oracle80) (ARGV0 = oracle80ORCL) (ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))') )
(ADDRESS = (PROTOCOL = TCP) (Host = 127.0.0.1) (Port = 1521) )
(ADDRESS = (PROTOCOL = TCP) (Host = Production1) (Port = 1521) )
(ADDRESS = (PROTOCOL = SPX) (Service = Server_lsnr) )
(ADDRESS = (PROTOCOL = NMP) (Server = FinanceServer1) (Pipe = ORAPIPE) )
(ADDRESS= (PROTOCOL=tcp)(PORT=1610)(HOST=CM_SERVER)) (ADDRESS= (PROTOCOL=tcp)(PORT=1521)(HOST=LSNR_SERVER))) (CONNECT_DATA=(SID=ORCL)) (SOURCE_ROUTE=yes)
(PROTOCOL = IPC) (KEY = EXTPROC0)
![]() |
![]() |