You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The SQL Execution preferences you set determine how SQL is executed.

Select Preferences > SQL Execution.

The following describes the SQL Execution Preference options available.

  • Enableauto-commitforthefollowing platforms: When disabled, the SQL is executed within transactions that must be manually committed.
  • EnableDBMSoutput(Oracleonly): When disabled, this omits the output statements that Oracle would otherwise display. 

If you disable auto-commit for a platform, you must use SQL Editor's transaction features to execute code on that platform.

  • No labels