Oracle Port
Posted: 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
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