ORA-01721
Error: ORA-01721: USERENV(COMMITSCN) invoked more than once in a transaction
Causa: The USERENV('COMMITSCN') function can only be used once in a transaction.
Acción: Re-write the transaction to use USERENV('COMMITSCN') only once.
COMENTARIOS:
No hay comentarios.