diff options
author | Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com> | 2017-01-21 00:40:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 06:24:17 +0700 |
commit | c8b705ff9c39c3e897e4da9abcee65fb3f602f4a (patch) | |
tree | f18043214e2711926572d4bc6313a3a0c5343a11 /development/sqlcl/slack-desc | |
parent | 94d1e30897da601d1e740a361fc98c539f2022f3 (diff) |
development/sqlcl: Added (Oracle SQL Developer Command Line).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/sqlcl/slack-desc')
-rw-r--r-- | development/sqlcl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/sqlcl/slack-desc b/development/sqlcl/slack-desc new file mode 100644 index 000000000000..3bc3a6725752 --- /dev/null +++ b/development/sqlcl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +sqlcl: sqlcl (Oracle SQL Developer Command Line) +sqlcl: +sqlcl: Oracle SQL Developer Command Line (SQLcl) is a free command line +sqlcl: interface for Oracle Database. It allows you to interactively or +sqlcl: batch execute SQL and PL/SQL. SQLcl provides in-line editing, +sqlcl: statement completion, and command recall for a feature-rich +sqlcl: experience, all while also supporting your previously written +sqlcl: SQL*Plus scripts. +sqlcl: +sqlcl: http://oracle.com/technetwork/developer-tools/sqlcl/overview +sqlcl: |