How can i disconnect from the DB when using sqlplus in emacs?

emacs, oracle, sql, sqlplus

Solution

Type `EXIT;` and hit return. It should disconnect you from the DB and close the SQLPlus.

Problem

I'm trying to use sqlplus in Emacs. It works fine. But I don't know how I can disconnect from the DB once I started the sqlplus session. I'm using sqlplus mode: http://www.emacswiki.org/emacs/SqlPlusMode

Original source