What is NEW on BRIM-Objects Version 18
Bug Fixes :
- Audit2 (Advanced Audit) fix: Used plsql table variables instead of global temporary tables to avoid unnecessary undo/redo logs while generating audit xml.Also due to trigger code size limit, after insert update delete for each row triggers are divided into 3 separate code objects: after delete, after insert, after update.
- Class views will be regenerated with force option so that,invalid view codes due to invalid display expressions or invalid derived attributes will not break DDL execution while saving a class.