meta data for this page
  •  

Ending an isql session

There are two ways to exit isql.

  • If you wish to roll back all uncommitted work and exit isql type this command at the prompt:
SQL> QUIT;
  • If you wish to commit all your work before exiting isql, then type in the following command:
SQL> EXIT;