Both HCOPG Application Migration tutorials require that you have access to the HCO_Test PostgreSQL database that contains data migrated from an IBMSYS schema in a DB2 database. To make this easy for you, we have provided two scripts that create and load the database for you.
This directory contains the CreateHCO_Test.sql and LoadHCO_Test.sql SQL scripts used to create and load the test database.
>psql -h DBInstanceEndpoint -p=port -u UserId -a -f CreateHCO_Test.sql >psql -h DBInstanceEndpoint -p=port -u UserId -d HCO_Test -a -f LoadHCO_Test.sql