Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
martindsouza committed Jun 27, 2016
1 parent 880a571 commit 1979e82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/oos_utils.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/

Expand Down
7 changes: 7 additions & 0 deletions demo/setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1979e82

Please sign in to comment.