ORA-06547

Error: ORA-06547: RETURNING clause must be used with INSERT, UPDATE, or DELETE statements

Causa: EXECUTE IMMEDIATE with a RETURNING clause is used to execute dynamic UPDATE, INSERT, or DELETE statements only.

Acción: Use the RETURNING clause in EXECUTE IMMEDIATE for INSERT, UPDATE, or DELETE statements only. For other statements, use the USING clause instead.

COMENTARIOS:


No hay comentarios.