PHP 4.3.11 Oracle Instant Client 10.1.0.4 and my firewall
I've successfully compiled php with oci8 instant client support.
The web server is in the DMZ and Oracle on a windows machine in my
local net .. I've set up my firewall to allow the communication
betweeen my web server and the oracle machine by freeing the
standard port 1521.
when I call the ociplogin function I pass as server argument //192.168.10.3:1521/medDB which match my oracle server configuration.
As result I become
Warning: ociplogon(): ociopen_server: ORA-12541: TNS:no listener
Well I've checked my firewall ad I noticed it blocked connections from
my web server to my oracle on the port 1035.
Today I rebooted the web server .. restarted apache
and on the firewall I had the same blocking
but this time on the port 1044.
Someone knows something about this strange behaviour ?
thank you in advance
Alex