Book a Demo

Author Topic: 'SHOW ERRORS' in DDL generated for Oracle  (Read 4378 times)

Martin Dürrmeier

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
'SHOW ERRORS' in DDL generated for Oracle
« on: August 28, 2012, 01:45:01 am »
Hi,
I'm generating a ddl through a class diagram with EA 9.3.930. Standard triggers for primary fields with sequences are generated just fine.
However when i add a custom trigger via 'operations' EA generates a 'SHOW ERRORS' automatically after the trigger.

Afaik 'SHOW ERRORS' is SQL *Plus specific. So i cannot execute the generated ddl e.g. via PL/SQL developer.

Is there a possibility to disable this text?