SQL Plus: Difference between revisions

Content deleted Content added
rewording of intro sentence. removed 'computing'
No edit summary
Tag: references removed
Line 1:
'''SQL*Plus''' is an [[Oracle database|Oracle]] command-line utility program that can run [[SQL]] and [[PL/SQL]] commands interactively or from a script. Complete documentation for SQL*Plus appears on the Oracle website.<ref>{{cite web | title=Oracle SQL*Plus documentation | url=http://www.oracle.com/technology/docs/tech/sql_plus/index.html | accessdate=2007-11-26}}
</ref>
 
SQL*Plus operates as a relatively simple tool with a basic command-line interface. Programmers and DBAs commonly used it as the default available fundamental interface in almost any Oracle software installation.
Line 247 ⟶ 246:
 
== External links==
* [http://www.oracle.com/technology/docs/tech/sql_plus/index.html SQL*Plus documentation]
* [http://www.orafaq.com/wiki/SQL*Plus_FAQ SQL*Plus FAQ]
* [http://www.google.ch/search?hl=de&q=Oracle+sqlplus+tutorials&meta=&aq=f&oq= Oracle sqlplus tutorials]
Line 255 ⟶ 254:
[[Category:PL/SQL editors]]
[[Category:SQL clients]]
 
 
{{database-software-stub}}