ORA-54013 error with Oracle virtual column
We're tring to migrate our PEGA database from DB2 to Oracle.
Due to performance issue, we've created table partitions based on some virtual columns.
But, after the virtual columns were created, we keep getting ORA-54013 error which says "INSERT operation disallowed on virtual columns".
After tracing the events, we found that the virtual column was included in the MERGE statement.
So, how to ignore these virtual columns when merging PEGA objects into database?
Thanks.