Oracle Issue

hELLO

My name is Andrés,at this moment we are working in a project with Yii-framework, our project it works perfectly with MySql, but now, it is necesary to migrate to ORACLE 10G- 11G, and we are finding some problems with that migration, as the following:

  • Oracle is case sensitive, whereby, our code doesn’t work, because the tables and fields are case sensitives, therefore, we had to modify the Oci Schema (in Yii) but it didn’t work.

  • The properties in our code (models) are case sensitive too, and we can´t fix that "problem".

Please, help me.

Best regards.