Pocket emulator can´t connect to oracle server

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
[email protected]

Pocket emulator can´t connect to oracle server

Post by [email protected] » Fri 04 Aug 2006 21:06

Hi all,

I have my computer with oracle 9.0.2, VS2005 and OraNet350mobile2 when I try to run my programs in the emulator I got the next message

ORA 12541

when I try fron another machine I can connect without problem

Can anybody help


Thanks In advance

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 07 Aug 2006 07:04

This error is happen as result of WSAECONNREFUSED socket error
"No connection could be made because the target machine actively refused it"

herrerajf
Posts: 2
Joined: Mon 04 Sep 2006 21:44

ORA-12541 when connect to oracle in the same machine with pocket emulator

Post by herrerajf » Mon 04 Sep 2006 21:52

Hi,
are there a solution for this issue? i need to connect a pocket emulator with oracle in the same machine, but always throws the exception ORA-12541.

Can someone help me?

Thank you.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 06 Sep 2006 07:30

Please check your network settings. Does this happen upon some specific query or just after connection?

herrerajf
Posts: 2
Joined: Mon 04 Sep 2006 21:44

Post by herrerajf » Fri 08 Sep 2006 03:59

Hi,
this exception happen when try just to open connection to oracle in CF 2.0 on pocket emulator using corelab oracle driver in the same machine where is installed oracle 9.2 on windows xp sp2.
Thank you.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 08 Sep 2006 06:14

Send us small test project if possible to reproduce the problem; it is
desirable to use 'scott' schema objects, otherwise include definition of
your own database objects. Do not use third party components.

Post Reply