From e04cbea0ac40cd54f3973c3824b7c82c4d4246f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20T=C3=A9choueyres?= Date: Thu, 15 Mar 2018 19:20:23 +0100 Subject: [PATCH] ORG-NEWS: Correct Oracle connection and usage for ob-sql. * etc/ORG-NEWS: match exemple with code in lisp/ob-sql.el Use :host instead of :database in call. --- etc/ORG-NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 01a9361df..c19a0dfe1 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -212,7 +212,7 @@ parameters. See example bellow. ,#+END_SRC or the alias defined in your TNSNAMES file - ,#+BEGIN_SRC sql :engine oracle :dbuser me :dbpassword my_insecure_password :database my_tns_alias + ,#+BEGIN_SRC sql :engine oracle :dbuser me :dbpassword my_insecure_password :host my_tns_alias select sysdate from dual; ,#+END_SRC #+END_SRC -- 2.14.3