Last year, I setup my project in mysql. Now, the project require using Oracle instead of MySQL. I using a convert tool to convert my DB from MySQL to Oracle. In my MySQL database, all table name and field name are in lower case. But when i convert to Oracle, all table and field converted to uppercase. I run my application and get error table not found. Please help me. (My project using yii-1.1.7.r3135 version)