|
Re: Can PHP leverage RAC? [message #268074 is a reply to message #267507] |
Mon, 17 September 2007 07:56 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
PHP can connect to a service, which will direct the connection to the least loaded RAC node. However, users will have to re-login if the node they are connected to fails (no automatic failover).
PHP connection pooling is available starting with Oracle 11g.
|
|
|
|
Re: Can PHP leverage RAC? [message #268152 is a reply to message #268105] |
Mon, 17 September 2007 14:54 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
I'm not entirely sure, but as I understand TAF will not work as the complete OCI8 code path is not implemented. However, it may be better to contact Oracle for an authoritative answer. Things change so quickly that I won't be too surprised if it's supported in one of the later versions.
|
|
|