Oracle Port

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MarioIvan
Posts: 8
Joined: Tue 23 May 2006 12:19

Oracle Port

Post by MarioIvan » Sat 05 Sep 2009 12:12

I have a problem to connect to Oracle in not default port. The default port is 1521, but in the customer the port is 1526.

Before db.Open, I set db.port = 1526

But, I have the sqlnet.log that show that no listener in the adress: The port in the log is 1521 and not 1526 that I set before open the database.

(DESCRIPTION=(CONNECT_DATA=(SID=*)(SERVICE_NAME=192.168.7.3)(CID=(PROGRAM=C:\Singular\VendasNovo.exe)(HOST=MIG)(USER=Ivan)))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.7.3)(PORT=1521)))

What I have to do to resolve this ?


==
M.Ivan

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 07 Sep 2009 07:55

Please see my e-mail reply.

Post Reply