From 1979e829d84a026c303881884f567499923183f3 Mon Sep 17 00:00:00 2001 From: Martin D'Souza Date: Mon, 27 Jun 2016 06:04:35 -0500 Subject: [PATCH] Minor --- demo/oos_utils.sql | 2 +- demo/setup.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/demo/oos_utils.sql b/demo/oos_utils.sql index 18763bb..bbc2bc4 100644 --- a/demo/oos_utils.sql +++ b/demo/oos_utils.sql @@ -95,7 +95,7 @@ end; declare l_bool boolean := true; begin - dbms_output.put_line(case when l_bool then 'TRUE' else 'FALSE'); + dbms_output.put_line(case when l_bool then 'TRUE' else 'FALSE' end); end; / diff --git a/demo/setup.txt b/demo/setup.txt index 8fe9a5b..5f7d1ce 100644 --- a/demo/setup.txt +++ b/demo/setup.txt @@ -2,6 +2,13 @@ - Turn off notifications +- Command +sqlplus giffy/giffy@localhost:11521/xe + +SQL developers +- oos_utils.sql +- INcrease font + PL/MD Doc - Read Setup