Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

This content has been archived and is no longer being updated.

Links may not function; however, this content may be relevant to outdated versions of the product.

Moving the FACT table records

Updated on March 11, 2021

Before you perform this task, make sure you have full access to the source and the destination databases (you need the database admin privileges).

  1. Create TNS entries.
  2. Connect to the source database.
  3. Move the data:
    • If a table does not exist, execute the following script:

      COPY FROM <source_user_name>/<source_pwd>@<source_tnsname> TO <target_user_name>/<target_pwd>@<target_tnsname> CREATE PR_DATA_IH_FACT USING SELECT * FROM PR_DATA_IH_FACT;
    • If a table exists with the exact same columns:

      1. Make sure there are no primary key (PK) constraints on the PXFACTID column in the destination database and do not move any constraints.
      2. Execute the following script:

        COPY FROM <source_user_name>/<source_pwd>@<source_tnsname> TO <target_user_name>/<target_pwd>@<target_tnsname> INSERT PR_DATA_IH_FACT USING SELECT * FROM PR_DATA_IH_FACT;

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us