Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Client & ORA-12535
HARI OM wrote:
> Hello,
> I have installed Oracle Client on my Windows XP. My Oracle Server is
> IBM AIX box.
>
> When I try to log in to SQL from my Oracle Client I get ORA-12535:
> Operation Timed Out... wonder why?
>
>
> I was doing a research on my CLient Installation and found there was
> only TNSNAMES.ORA File and there was NO Listener.ORA file....
> I guess we DO NOT NEED any Listener files on Client machine....
> If so then how would the Oracle know where is my Oracle Server....?
> THANKS!
>
> HARI OM
You don't need listener on the client machine, it runs on the server to
accept client connections so need for a listener.ora file on the client
machine. Since you mentioned AIX server, I assume this is not a home
setup... don't you have a DBA onsite?
There is a CONNECT_TIMEOUT value for listener which can be set... you would need access to the server to verify/modify this. Once again, this is more of your DBA's task.
Regards
/Rauf
Received on Thu Jan 13 2005 - 12:19:54 CST