Before you perform this task, make sure you have full access to the source and the destination databases (you need the database admin privileges).
EXPORT TO "<Filename_withpath>.IXF" OF IXF SELECT * FROM PR_DATA_IH_FACT
If a table does not exist, execute the following script:
IMPORT FROM "<Filename_withpath>.IXF" OF IXF CREATE INTO PR_DATA_IH_FACT
If a table exists with the exact same columns:
Execute the following script:
IMPORT FROM "<Filename_withpath>.IXF" OF IXF INSERT INTO PR_DATA_IH_FACT