pingcap / dumpling

Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Apache License 2.0
281 stars 85 forks source link

Support dumping from Oracle DB, DB2 #11

Open kennytm opened 4 years ago

kennytm commented 4 years ago

Support dumping directly from Oracle DB, so we don't need to go through the fragile CSV format.

kennytm commented 2 years ago

(Use flashback = SCN … for oracle snapshot)