[Release Notes] [Download] [Buy] Latest version 7.7 released 12/21/2020 |
OraDump-to-MySQL is a program to export data from Oracle dump files into MySQL, MariaDB or Percona database. The program does direct reading from the dump, so Oracle installation is not required. Command line support allows to script, automate and schedule the conversion process.
Configuration file to set all database connections to dump and optionally tables to exclude or to dump at each run of the main script: downloaddump.php: Example: file to create dinamically zip, tgz archives to download all the sql dump tables database or one single sql dump table in both zip or gzip format: dumptable.php: Example. GeoNames Data Data Dump A daily GeoNames database dump can be downloaded in the form of a large worldwide text file (allCountries.zip). Additional country files are available for convenience. Pgdump dumps only a single database at a time, and it does not dump information about roles or tablespaces (because those are cluster-wide rather than per-database). To support convenient dumping of the entire contents of a database cluster, the pgdumpall program is provided. Pgdumpall backs up each database in a given cluster, and also preserves cluster-wide data such as role.
Features
Limitations
|
Requirements
Download Imdb Database Dump File
- Supported OS: Windows XP(SP2 or SP3)/Vista/7/8/10, Server 2003/2008/2012/2016, Linux with WINE
- Necessary privileges to write into the destination database
Quick Launch
Once you stored conversion settings into profile you can run the program in Quick Launch mode. Just launch Windows Explorer and double-click on the profile description file (.od2s) with left mouse button. This will cause OraDump-to-MySQL launch conversion loading the necessary settings from the specified profile. Then you will be taken right to the screen with progress of conversion without entering all conversion settings.
Matt Leyland, http://www.keycomputers.co.uk
Rebecca C.
Virtual Server users option
If you are using Virtual Server hosting you probably have no sufficient privileges to create new databases on the target MySQL server. For this case we recommend the following approach:
- ask your Virtual Server administrator to create blank database for you
- run OraDump-to-MySQL and select this database as the conversion target
- click 'Yes' when you will be asked if you'd like to overwrite existing MySQL database
When you complete these steps, the entire contents of the source MS SQL database will be imported into the specified MySQL database.
Synchronization
OraDump-to-MySQL implements synchronization as combination of insert Oracle records that are missing in MySQL table and update existing MySQL records with Oracle data. For synchronization purpose source and destination tables must have identical structures and primary key or unique index defined.
How to process parallel export Oracle dump files
To speed up exporting data into dump Oracle allows export operation to be executed by multiple threads that are working at the same time. Each thread generates output in its own file, so the result of the parallel export job is a set of files. OraDump-to-MySQL can extract data from the first file of that set only. To read the entire data it is necessary to merge all file of parallel export into one with ormerge.exe tool that can be found in the installation folder. It is a console utility that accepts the following arguments:
Then OraDump-to-MySQL should be run against the resulting file.
Customize table structure
Manual table structure customization can be accessed by double click on the corresponding table name in 'Selected tables' list of 'Step 3 of 4' wizard page.
To customize type mapping select the appropriate item in the listview on the left and specify new name, type and default value for the field using 'Field info' group of controls. Please note that listview on the left contains column attributes of the original types mapping, new custom types and attributes will be displayed in 'Field info' controls when the corresponding item is highlighted in the listview.
MySQL dump file
OraDump-to-MySQL converter allows users to make indirect conversion and get more control over the process. Following this way, the program converts Oracle dump data into a local MySQL dump file instead of moving it to MySQL server directly. This dump file contains MySQL statements to create all tables and to fill them with the data. Click here to learn how to import dump file into MySQL database.
Try before you buy
Still not sure the program fits your needs? Try free demo version with limited features. It will allow you to convert only 50 records for each database table. Test the quality of the demo and come back to place an order if satisfied with the results.
Ordering
Intelligent Converters software is distributed through downloading from our server only. For online credit card purchasing select the desired software package in the table below and click the corresponding ORDER NOW link. To learn about alternative payment options please visit Payment Options page. OraDump-to-MySQL is covered by 30 day money-back guarantee
OraDump-to-MySQL (single user license) Click here for more information about licensing | $79 | ORDER NOW |
OraDump-to-MySQL (corporate license) Click here for more information about licensing | $199 | ORDER NOW |
OraDump Export Kit software pack to export data from Oracle dump file into the most popular formats | $149 | ORDER NOW |
Imdb Movie Database Download
If required, download the dump files from Cloud Object Store and use Oracle Data Pump Import to import the dump file set to the target database. Then perform any required clean up.
- Download the dump files from Cloud Object Store.
Note:
This step is not needed if you are importing the data to an Autonomous Data Warehouse database, to an Autonomous Transaction Processing database, or to Autonomous JSON Database.
If you export directly to Object Store using Oracle Data Pump, as shown in Move Data with Data Pump Export to Object Store, then the dump files on Object Store show size 0. Oracle Data Pump divides each dump file part into smaller chunks for faster uploads. The Oracle Cloud Infrastructure Object Storage console shows multiple files for each dump file part that you export. The size of the actual dump files will be displayed as zero (0) and its related file chunks as 10mb or less. For example:
Downloading the zero byte dump file from the Oracle Cloud Infrastructure console or using the Oracle Cloud Infrastructure CLI will not give you the full dump files. To download the full dump files from the Object Store, use a tool that supports Swift such as curl, and provide your user login and Swift auth token.
- Run Data Pump Import to import the dump file set to the target database.
If you are importing the data to another Autonomous Database, see Import Data Using Oracle Data Pump on Autonomous Database.
- Perform post import clean up tasks. If you are done importing the dump files to your target database then drop the bucket containing the data or remove the dump files from the Cloud Object Store bucket, and remove the dump files from the location where you downloaded the dump files to run Data Pump Import.
Download Imdb Database Dump Files
For detailed information on Oracle Data Pump Import parameters see Oracle Database Utilities.