Question
1
Replies
466
Views
Tata Consultancy Services
Posted: November 30, 2016
Last activity: November 30, 2016
Closed
DB2 to Oracle migration : Pega Internal tables PR_DATA
PR_DATA table contains 2 Cr records appox. How we truncate or migrate these records ? Will the Pega migration scripts will take care of these tables ? Any suggestions on migrating internal Pega tables from DB2 to ORACLE would be more welcomed !
***Updated by moderator: Lochan to update Categories***
Hi,
May be you need to check, what class instances are getting inserted into pr_data table, using the query :
"select disting pxObjclass from dbo.pr_data " and then package those from prpc and import through other prpc instance connected to ORACLE db .