No rule selected
G-7810 – Never use SQL inside PL/SQL to read sequence numbers (or SYSDATE).
Since Oracle Database 11g it is no longer needed to use a `select` statement to read a sequence (which would imply a context switch).
Tags: Performance, Stored Object.
Quality area: Reliability. Severity: Critical. Fixing time: Local-easy.
← Previous
G-7740
Never handle multiple DML events per trigger if primary key is assigned in trigger.
Next →
Press p or n to quickly navigate to the previous/next rule.
