Re: importing database

2003-02-11 Thread Simon Windsor
Hi There are many ways to convert an Oracle DB to MySQL. 1 - Scan, process Oracle exp files, very painful 2 - Use a tool that can access both databases, ie Excel via ODBC 3 - Access oracle schema tables, user_tables, user_tab_columns, user_objects etc and create a MySQL SQL file. The third appr

importing database

2003-02-10 Thread rajesh
my previous database was ORACLE8 IN WHICH THE BACKUPS ARE .DMP FILES PLEASE HELP ME TO CONVERT THAT INTO MYSQL DATABASE PRATHIMA RAO - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://