Content deleted Content added
John Cline (talk | contribs) m John Cline moved page SQL*Plus to SQL Plus over redirect: Move page in accordance with WP:TITLETM |
John Cline (talk | contribs) ce after page move IAW WP:TITLETM |
||
Line 1:
'''SQL
==Command types==
SQL
# SQL statements
# [[PL/SQL]] blocks
# SQL
#* environment control commands such as SET
#* environment monitoring commands such as SHOW
Line 14:
Scripts can include all of these components.
An Oracle programmer in the appropriately configured software environment can launch SQL
$ sqlplus scott/tiger
where the Oracle user <code>scott</code> has the password <code>tiger</code>. SQL
SQL>
Line 34:
== History ==
The first version of SQL
After Oracle programmers had added new features to UFI, its name became ''Advanced UFI''. The name "Advanced UFI" changed to "SQL
==Usage==
Graphical interfaces from Oracle or third parties have diminished the proportion of Oracle database end-users who depend on the SQL
Oracle Corporation's wrappers/gui-fications/replacements for SQL
* Oracle SQL
|url = http://docs.cs.cf.ac.uk/html/601/node4.html
|title = The SQL
|accessdate = 2008-11-21
|author =
Line 63:
|archiveurl = https://web.archive.org/web/20081201065932/http://docs.cs.cf.ac.uk/html/601/node4.html
|archivedate = 2008-12-01
|quote = Oracle's SQL
|deadurl = yes
|df =
}}
</ref>
* iSQL
| url = http://www.orafaq.com/wiki/ISQLPlus
| title = ISQLPlus
Line 86:
| language =
| doi =
| quote = iSQLPlus (iSQL
}}
</ref>
Line 110:
| archivedate = 2008-07-24
| dead-url = yes
| quote = The SQL
}}
</ref> a component of [[Oracle SQL Developer]]
Line 140:
=== Oracle 11g ===
Starting from Oracle database 11g, iSqlplus (web based) and sqlplus GUI no longer ship with Oracle database software.<ref>[http://download.oracle.com/docs/cd/B28359_01/install.111/b32006/whatsnew.htm#BGGBABGJ Deprecated Components in Oracle Database 11g Release 1 (11.1)], retrieve by 25-Jun-2009</ref>
The command-line SQL
==Compatibility==
Other vendors have made their software somewhat compatible with SQL
== Integration ==
Line 150:
=== Variables ===
SQL
* user variables, displayable with the <code>DEFINE</code> command and referenceable with one or two cases of a prefixed character (default prefixes: '&' and '&&'). Oracle Corporation calls these variables "substitution variables". Programmers can use them anywhere in a SQL or PL/SQL statement or in SQL
** predefined variables, prefixed with an underscore ('_')<ref>
{{cite book
Line 205:
|date = 2005-11-06
|accessdate = 2009-07-29
|quote = & and && indicate substitution variables in SQL
}}
</ref>
Line 215:
|authorlink =
|coauthors =
|title = Using bind variables in SQL
|url = http://www.adp-gmbh.ch/ora/sqlplus/use_vars.html
|work = René Nyffenegger's collection of things on the web
Line 225:
|year =
|accessdate = 2009-07-29
|quote = In SQL
}}
</ref>
Line 233:
{{cite web
| url = https://docs.oracle.com/cd/B19306_01/server.102/b14357/ch12052.htm
| title = SQL
| last1 = Watt
| first1 = Simon
Line 241:
| page = 74
| access-date = 2015-11-04
| quote = WHENEVER SQLERROR [...] [d]irects SQL
}}
</ref>
Line 247:
{{cite web
| url = https://docs.oracle.com/cd/B19306_01/server.102/b14357/ch12051.htm
| title = SQL
| last1 = Watt
| first1 = Simon
Line 255:
| page = 73
| access-date = 2015-11-04
| quote = WHENEVER OSERROR [...] [d]irects SQL
}}
</ref>
while running a subsequent SQL
== Supplementary software ==
* [http://www.softtree.com SQL Assistant] SQL Assistant add-on for SQL
* [https://web.archive.org/web/20101128023958/http://utopia.knoware.nl/~hlub/uck/rlwrap/ rlwrap] rlwrap does [[GNU]] [[Readline]] like command completion for SQL
== See also ==
Line 271:
==External links==
* [http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/toc.htm SQL
* [http://www.orafaq.com/wiki/SQL
* [http://www.sql-plus.com/ SQL
{{Authority control}}
|