SQL*Plus

SQL*Plus

SQL*Plus is an Oracle command line utility which runs SQL and PL/SQL commands interactively or from a script. Complete documentation for SQL*Plus can be found on the Oracle website [cite web | title=Oracle SQL*Plus documentation | url=http://www.oracle.com/technology/docs/tech/sql_plus/index.html | accessdate=2007-11-26] .

SQL*Plus is a simple tool with a basic command line interface. It is commonly used because it is available in almost any Oracle software installation.

Command types

SQL*Plus understands SQL statements, PL/SQL blocks and internal commandscite web | url=http://www.orafaq.com/faq/sqlplus | title=SQL*Plus at orafaq.com | accessdate=2007-11-26] . All of these may be combined in scripts.

Launch SQL*Plus, for example, by entering sqlplus scott/tiger where scott is an Oracle user with the password tiger. SQL*Plus then presents a prompt:

SQL>

Enter a SQL statement (terminated by a semicolon) PL/SQL block or other command.

SQL> select 'Hello world' as example from dual;

EXAMPLE--------------------------------Hello world

History

SQL*Plus's predecessor was called "UFI" ("User Friendly Interface"). UFI was included in Oracle database releases up to Version 4.

After new features were added to UFI, it was renamed internally to "Advanced UFI". The name "Advanced UFI" was changed to SQL*Plus before this version was released.

The current name of the product is "SQL*Plus".

Uses

Interactive use has mostly been replaced by graphical interfaces from Oracle or third parties. Oracle shops use SQL*Plus scripts for batch updating, simple reports.

Compatibility

Other vendors have made their software somewhat compatible with SQL*Plus script commands or offer a SQL*Plus mode of operation. Products include TOAD from Quest and others.

References

External links

* [http://www.oracle.com/technology/docs/tech/sql_plus/index.html SQL*Plus]
* [http://www.orafaq.com/faq/sqlplus SQL*Plus FAQ]
* [http://www.oracle-database-tips.com/oracle_sqlplus_tutorials.html Oracle sqlplus tutorials]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • SQL*Plus — SQL*Plus  программа интерпретатор командной строки для работы с системой управления базами данных Oracle, в которой могут выполняться команды SQL и PL/SQL в интерактивном виде или из сценария. SQL*Plus работает как относительно простой… …   Википедия

  • SQL*Plus — Saltar a navegación, búsqueda SQL*Plus es una utilidad de línea de comandos de Oracle la cual permite a los usuarios ejecutar interactivamente comandos SQL y PL/SQL. La documentación completa para el intérprete SQL*Plus puede encontrarse en el… …   Wikipedia Español

  • SQL*Plus — est un utilitaire en ligne de commande d Oracle qui permet aux utilisateurs d exécuter interactivement des commandes SQL et PL/SQL. Références SQL*Plus SQL*Plus Tutorial …   Wikipédia en Français

  • SQL*Plus — Oracle Datenbank Basisdaten Entwickler: Oracle Aktuelle Version: 11g (10. Juli 2007 …   Deutsch Wikipedia

  • SQL Server Notification Services — is being Removed from SQL Server 2008 [http://blog.desktopalert.net/blogs/da blog/archive/2008/02/16/25.aspx] Notification Services is based on SQL Server Technology, and sits atop the Microsoft .NET Framework. Notification Services offers a… …   Wikipedia

  • SQL — Structured Query Language SQL Apparu en 1974 Auteur …   Wikipédia en Français

  • SQL Server — Microsoft SQL Server SQL Server Développeur Microsoft Dernière …   Wikipédia en Français

  • SQL Server 2000 — Microsoft SQL Server SQL Server Développeur Microsoft Dernière …   Wikipédia en Français

  • PL/SQL — infobox programming language name = paradigm = imperative (procedural) year = designer = developer = Oracle Corporation latest release version = latest release date = latest test version = latest test date = typing = implementations = dialects =… …   Wikipedia

  • PL/SQL — (Procedural Language/Structured Query Language) es un lenguaje de programación incrustado en Oracle. PL/SQL soportara todas las consultas, ya que la manipulación de datos que se usa es la misma que en SQL, incluyendo nuevas características: El… …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”