Oracle Help [message #510751] |
Tue, 07 June 2011 08:19 |
|
tinamiller1
Messages: 3 Registered: June 2011
|
Junior Member |
|
|
Fatal NI connect error 12535, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=orasvcdbss0142)(PORT=1521))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME= ceaprrsvc)(CID=(PROGRAM=C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE)(HOST=LHX002CE931H8RK)(USER=tmill29))))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
Windows NT TCP/IP NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
Time: 07-JUN-2011 03:53:59
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12535
TNS-12535: TNS:operation timed out
ns secondary err code: 12560
nt main err code: 505
TNS-00505: Operation timed out
nt secondary err code: 60
nt OS err code: 0
I am connecting to my workplaces server and trying to run this. I go through VPN because I work from home. I have been doing this for 3yrs and this is the first time I have ever received this error.
|
|
|
|
|
|
Re: Oracle Help [message #510798 is a reply to message #510780] |
Tue, 07 June 2011 15:44 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
As far as I can tell, TNSNAMES.ORA file looks the same, regardless the database you use (or are connecting to). "#" sign is a "comment"; this line says that TNSNAMES.ORA can be found at the specified location (by default, it is oracle_home\network\admin directory). Important part of the file is what follows.
However, if you installed several Oracle products (each of them should have been installed into its own directory), you probably have as many TNSNAMES.ORA files, so you might be confused ("Which TNSNAMES.ORA am I using?!?"). In order to avoid confusion, you can create TNS_ADMIN environment variable which points to a single TNSNAMES.ORA file (which doesn't have to be located in any of those \network\admin directories, but anywhere you want).
So - do you have more than a single TNSNAMES.ORA? What happens when you (at the operating system command prompt) try to TNSPING database(s) found within the TNSNAMES.ORA? Is it (are they) accessible?
|
|
|