ob-sql.el: Add support for Oracle via sqlplus
commitcf8bfc178d315c063a7c5978151fed766caee964
authorPeter Feigl <peter.feigl@nexoid.at>
Fri, 18 Dec 2015 09:44:25 +0000 (18 10:44 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 20 Dec 2015 15:54:21 +0000 (20 16:54 +0100)
tree0af38961195906bac7222213ac7423781801e0d6
parent73803c1cf9d0e4016cd1c36653b40573396bd9e7
ob-sql.el: Add support for Oracle via sqlplus

* lisp/ob-sql.el: Add a database type 'oracle that uses sqlplus to
support running SQL blocks against an Oracle database.

Use with properties like this (all mandatory):
 :engine oracle :dbhost <host.com> :dbport <1521> :dbuser <username>
 :database <database> :dbpassword <secret>

TINYCHANGE
etc/ORG-NEWS
lisp/ob-sql.el