Oracle databaseinde bulunan dataları mysql e atmak icin bulduğum faydalı siteler.
http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html
http://bugs.mysql.com/bug.php?id=28217
mysql> SHOW variables like ‘%case%’;
+————————+——-+
| Variable_name | Value |
+————————+——-+
| lower_case_file_system | OFF |
| lower_case_table_names | 0 |
+————————+——-+http://stackoverflow.com/questions/1262258/mysql-case-sensitive-tables-conversion
http://www.findjar.com/jar/mule/dependencies/maven1/oracle-jdbc/jars/ojdbc14.jar.html
http://forums.mysql.com/read.php?35,38653,137743#msg-137743
http://www.debianadmin.com/mysql-database-server-installation-and-configuration-in-ubuntu.html
http://download.oracle.com/docs/cd/B10501_01/win.920/a97249/ch3.htm
