Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Connection problem ORA 12535 TNS Timeout
On my client I have
BF1.DATO.LOCALHOST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = bf1)
)
)
The error with BEQ was logged at the serverīs, so I think there is something wrong with the serverīs protocol?
> >>Hold your horses! - this is BEQ, i.e. local.
> >>Your ORACLE_SID environment variable is not set!
> The client should do (this is from the CLI):
>
> sqlplus system/manager_at_myserver
>
> Your client should have a tnsnames.ora file (default location
> is %OH%\network\admin), with the entry:
>
> MYSERVER =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.200)(PORT = 1521))
> )
> (CONNECT_DATA =
> (SID = orcl)
> )
> )
>
> Of course, your HOST = entry, and SID = would be different in your case.
>
> Let's take it from there.
>
> BTW - you run Win2k + VMWare + Win2K Pro just to test a server?
We have VMWare boxes for the various DBServers/Configurations we need for
development.
brgds
Bernd
Received on Tue Mar 02 2004 - 02:42:37 CST