Variable: sql-oracle-program

sql-oracle-program is a customizable variable defined in sql.el.gz.

Value

"sqlplus"

Documentation

Command to start sqlplus by Oracle.

Starts sql-interactive-mode after doing some setup.

On Windows, "sqlplus" usually starts the sqlplus "GUI". In order to start the sqlplus console, use "plus33" or something similar. You will find the file in your Orant\bin directory.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
;; Customization for Oracle

(defcustom sql-oracle-program "sqlplus"
  "Command to start sqlplus by Oracle.

Starts `sql-interactive-mode' after doing some setup.

On Windows, \"sqlplus\" usually starts the sqlplus \"GUI\".  In order
to start the sqlplus console, use \"plus33\" or something similar.
You will find the file in your Orant\\bin directory."
  :type 'file)