Recently, I have a problem written PHP with connection to Oracle database which DB is enable cluster feature. Normally, if Oracle is running, our PHP program is run smooth. However, when PHP is try to connect the database, meanwhile, Oracle is failover from one machine to the other, then, the PHP program will keep try to connect the fail'ed machine, untill its timeout(about 1 mins). I have try to disconnect the connect and reconnect again, however, it still use the old connect thread until I restart the apache. Do you guys have similar problem?
The question is, how to solve the problem when Oracle database is failover while the PHP program is running?
Thx you guys for help.
_ALAN
The question is, how to solve the problem when Oracle database is failover while the PHP program is running?
Thx you guys for help.
_ALAN