Issue:
Undo/redo logs filled up due to the following query and produces high number of archive logs:
UPDATE QUERY SET OBJVERSION = NVL(OBJVERSION,0) + 1 WHERE ID = :1
Query To find which transactions/sessions consuming the UNDO tablespace
Cause:
Found that this is a bug in Agile on Solaris SPARC (64-bit):
Bug 14661425 : AGILE - ROGUE QUERY PRODUCES HIGH NUMBER OF ARCHIVE LOGS FILLING DATABASE
Solution:
Upgrade to Agile PLM 9.3.3 to resolve the problem.
GA Patch is available for 9.3.1.2:
Patch:14763729: 9.3.1.2.93: AGILE - ROGUE QUERY PRODUCES HIGH NUMBER OF ARCHIVE LOGS FILLING DATABASE
Query To find which transactions/sessions consuming the UNDO tablespace
No comments:
Post a Comment