Thread: Question About Load Dara From DB2 LUW (AIX) to PostgreSQL
Hi Dear postgreSQL profesionals.
I need your collaboration to found the correct way to export data from DB2 LUW and import over PostgreSQL table. The main problem with that DB2 LUW table are the datatype in this case is BLOB.
This is the DB2 LUW source table:
Data type Column
Column name schema Data type name Length Scale Nulls
------------------------------- --------- ------------------- ---------- ----- ------
ID_BPM SYSIBM VARCHAR 64 0 No
DATOS SYSIBM BLOB 4194304 0 Yes
Then, my doubts are:
- Which Postgres data type match with db2 luw blob?
- Which tool or procedure is the most recommended?
Thanks for any idea or advice.
Greetings.