Jump to content

[SOLVED] MySQL Migration


FezEvils

Recommended Posts

hello everyone,

last week i got a project about inventory, the current system is using ORACLE as a database. But the client want to change the whole system into MySQL+PHP.

yesterday, i have convert the oracle db to mysql. but the dump file for oracle only contains structure data only..

so help me, if is it other way to migrate all data ib oracle db into mysql using the same data structure?

Link to comment
https://forums.phpfreaks.com/topic/142934-solved-mysql-migration/
Share on other sites

what i means is, both db have same structure , but the oracle is on main server in head quarters, so they just give me password and username for the connection only. oracle has all  the data, but mysql is empty, so i need to copy all data from oracle to mysql without copying the data structure once again..  :-[ that gave me headache..

Well then... I suppose you could select all data from all tables using "SELECT * FROM table", store the results on your HDD, and then insert them into MySQL... This could be tricky though...

 

Seriously, won't they give you the datadump from Oracle? You should charge them extra.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.