problems getting Yii to work with Oracle

Hi,

I'd need to use Yii with an Oracle Database (10g). Does Yii able to do it?

After that I will also need to set up a load balancing (using the oracle tnsname file).

Are these two features exist on Yii, are they planned? It would be much appreciate.

Thanks!

Yii DAO (encapsulating PDO) supports Oracle, but not Yii AR which needs an Oracle driver. For load balancing, Yii does not limit you to do it as the load balancing is mainly enabled via the connection string.

Any idea when Yii AR will support Oracle?