Content deleted Content added
Citation bot (talk | contribs) Alter: url, chapterurl. URLs might have been internationalized/anonymized. Add: author pars. 1-10. Removed parameters. Some additions/deletions were actually parameter name changes. | You can use this bot yourself. Report bugs here. | Suggested by AManWithNoPlan | All pages linked from cached copy of User:AManWithNoPlan/sandbox2 | via #UCB_webform_linked 771/2860 |
m Task 18 (cosmetic): eval 12 templates: del empty params (43×); hyphenate params (9×); |
||
Line 2:
==Command types==
SQL Plus understands five categories of text:<ref name="CommandRef">{{cite web | url=http://www.orafaq.com/faq/sqlplus | title=SQL Plus at orafaq.com |
# SQL statements
Line 36:
The first version of SQL Plus was called ''UFI'' ("User Friendly Interface"). UFI appeared in Oracle database releases up to Version 4.
After Oracle programmers had added new features to UFI, its name became ''Advanced UFI''. The name "Advanced UFI" changed to "SQL Plus" with the release of the version 5 of Oracle.<ref>{{cite book |year=2004 |title=Oracle Insights |edition=1st |url=https://books.google.com/books?id=QE5UntUi-4oC&pg=PA35 |page=35| isbn = 978-1590593875|
==Usage==
Line 50:
|last = Evans
|first = Robert
|date = 2008-10-01
|publisher = Cardiff University
|archive-url = https://web.archive.org/web/20081201065932/http://docs.cs.cf.ac.uk/html/601/node4.html
|archive-date = 2008-12-01
|quote = Oracle's SQL Plus Worksheet is a straight-forward, easy-to-use, graphical user interface for SQL.
|url-status = dead
}}
</ref>
Line 66 ⟶ 61:
| url = http://www.orafaq.com/wiki/ISQLPlus
| title = ISQLPlus
|
| date = 2008-02-29
| publisher = Oracle FAQ
| quote = iSQLPlus (iSQL Plus) is a web-based utility similar to the SQL Plus command line utility for executing SQL and PL/SQL commands (available up to Oracle 10gR2).
}}
Line 84 ⟶ 71:
| title = Oracle SQL Developer 1.5: Feature List
| access-date = 2008-11-21
| publisher = Oracle Corporation
| archive-url = https://web.archive.org/web/20080724133233/http://www.oracle.com/technology/products/database/sql_developer/files/featurelist_1_5.htm#nf_sql
| archive-date = 2008-07-24
Line 105 ⟶ 82:
| title = Oracle Application Express
| access-date = 2008-11-21
| publisher = Oracle Corporation
| archive-url = https://web.archive.org/web/20061021062241/http://www.oracle.com/technology/products/database/application_express/html/what_is_apex.html
| archive-date = 2006-10-21
Line 144 ⟶ 111:
|title= Expert Oracle Database 11g Administration
|url= https://books.google.com/books?id=tdRes4IdLiIC
|
|year= 2008
|publisher= Apress
Line 150 ⟶ 117:
|pages= 118–119
|chapter= 4
|
}}
</ref>
Line 157 ⟶ 124:
|first = Natalka
|last = Roshak
|title = Spice up your SQL Scripts with Variables
|url = http://www.orafaq.com/node/515
|work = Oracle FAQ
|date = 2005-11-06
|
|quote = & and && indicate substitution variables in SQL Plus scripts or commands.
}}
Line 173 ⟶ 136:
|first = René
|last = Nyffenegger
|title = Using bind variables in SQL Plus
|url = http://www.adp-gmbh.ch/ora/sqlplus/use_vars.html
|work = René Nyffenegger's collection of things on the web
|
|quote = In SQL Plus, a bind variable is declared with <code>variable</code> [...] The value of the bind variable can then be printed with <code>print</code>
}}
|