Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
ING Bank NV
NL
Last activity: 27 Sep 2022 15:55 EDT
Insert Statement run on DATA_OWNER.pr_data_qp_run_partition
Hi in database audit trail, we see Huge insert statements failing for the data_owner.pr_data_qp_run_partition table, but the table count is not increasing and is static.
An failed insert attempt happening on the table and that is recorded in db_audit_trail in oracle.
the Insert statement is :
INSERT INTO DATA_OWNER.pr_data_qp_run_partition (pzInsKey , pxCommitDateTime , "PXCREATEDATETIME" , "PXCREATEOPERATOR" , "PXCREATEOPNAME" , "PXCREATESYSTEMID" , "PXINSNAME" , "PXOBJCLASS" , "PXQUEUEPROCESSORNAME" , "PXSAVEDATETIME" , "PXSTREAMPARTITION" , "PXSTREAMPOSITION" , "PXUPDATEDATETIME" , "PXUPDATEOPERATOR" , "PXUPDATEOPNAME" , "PXUPDATESYSTEMID") VALUES (:1 , CURRENT_TIMESTAMP , :2 , :3 , :4 , :5 , :6 , :7 , :8 , :9 , :10 , :11 , :12 , :13 , :14 , :15 )
Strange is , this failed insert is not getiing recorded in PEGARULES-ALERT.LOG too ..