Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Connection problem ORA 12535 TNS Timeout
Bernd Maierhofer (dato) wrote:
>>Hold your horses! - this is BEQ, i.e. local. >>Your ORACLE_SID environment variable is not set!
>>Looking at the error about the error ( TNS-4294967Message -1 not found; >> product=NETWORK; facility=TNS), I'd say your environment is not set >>at all (ORACLE_HOME is missing, too - for starters).
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?
-- Regards, Frank van BortelReceived on Mon Mar 01 2004 - 14:34:33 CST