Aurora (PostgresSQL compatible) target

In this page, you will inspect the target database after migration.

  1. Open pgAdmin4 from within the EC2 server, and then connect to the Target Aurora RDS (PostgreSQL) database connection that you created earlier.

  2. Inspect the migrated data, by querying one of the tables in the target database. For example, the following query should return a table with two rows:

    For Oracle Source expand this
    For SQL Server Source expand this

    Baseball, and football are the only two sports that are currently listed in this table. In the next section you will insert several new records to the source database with information about other sport types. DMS will automatically replicate these new records from the source database to the target database.

  3. Now, use the following script to enable the foreign key constraints that we dropped earlier. Copy the content of the file to the Query Editor in pgAdmin 4 then Execute the script. (note there’s a copy button to right hand corner to copy the code block)

    For Oracle Source expand this
    For SQL Server Source expand this
  4. You should see a query returned successfully window

Baseball, and football are the only two sports that are currently listed in this table. In the next section you will insert several new records to the source database with information about other sport types. DMS will automatically replicate these new records from the source database to the target database.