DB2 to PostgreSQL Tutorial |
[DB2 to PostgreSQL Converter] [Introduction to Migration] [Command line] |
The process of database migration from IBM DB2 to PostgreSQL consists of the following steps:
On this wizard screen you should enter the necessary settings to establish connection to DB2 server.
By default the program uses local connection mode. It is indicated by radio button "Local" selected. To remote connection select "Remote" radio button, specify the host (network name or IP address) and the port. The port value is necessary only if it differs from the default PostgreSQL port number 5432. Otherwise you may leave this field as is.
Enter user name and password or leave these fields blank for anonymous connection.
If you specify the name of existing PostgreSQL database, you will be able to select how to process it:
To add new table for converting it into PostgreSQL format, select it in "Available tables" list box and click "Add" button (or double-click the selected item). Use "Add all" button to add all available tables.
To remove an item from "Selected tables" list highlight it and click "Remove" button. Use "Remove all" button to remove all items from "Selected tables" list box.
Push "Add Query" button to add SELECT-query filtering data that will be migrated to PostgreSQL. See Using Queries article for the further information.