This dialog box is displayed when you click Migration, then MySQL, SQL Server, and Sybase Offline Capture, then Create Database Capture Scripts. It specifies options for creating an offline capture properties (.ocp) file, which you can later load and run by clicking Migration, then MySQL, SQL Server, and Sybase Offline Capture, then Load Database Capture Script Output.
Output Directory: Converted model containing tables whose data is to be moved to the corresponding Oracle database tables.
Generate for: Windows Batch File generates a .bat file to be run on Windows systems; Linux Shell Scripts generates .sh files to be run on Linux systems.
For a MySQL migrations, if you generate .sh files, you must also execute the following command to make the .sh files executable and the .ocp file writable:
chmod 755 *
Platform: The MySQL, Microsoft SQL Server, or Sybase Adaptive Server version for which to generate the scripts.
Related Topics