<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://kk.encyclopedia.kz/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="kk-kz">
		<id>https://kk.encyclopedia.kz/index.php?action=history&amp;feed=atom&amp;title=SQL%2APlus</id>
		<title>SQL*Plus - Түзету тарихы</title>
		<link rel="self" type="application/atom+xml" href="https://kk.encyclopedia.kz/index.php?action=history&amp;feed=atom&amp;title=SQL%2APlus"/>
		<link rel="alternate" type="text/html" href="https://kk.encyclopedia.kz/index.php?title=SQL*Plus&amp;action=history"/>
		<updated>2026-04-18T10:28:07Z</updated>
		<subtitle>Мына уикидегі бұл беттің түзету тарихы</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://kk.encyclopedia.kz/index.php?title=SQL*Plus&amp;diff=86161&amp;oldid=prev</id>
		<title>Moderator: 1 түзету</title>
		<link rel="alternate" type="text/html" href="https://kk.encyclopedia.kz/index.php?title=SQL*Plus&amp;diff=86161&amp;oldid=prev"/>
				<updated>2025-04-25T19:20:51Z</updated>
		
		<summary type="html">&lt;p&gt;1 түзету&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Ескі түзетулер&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;19:20, 2025 ж. сәуірдің 25 кезіндегі түзету&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(айырмашылығы жоқ)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Moderator</name></author>	</entry>

	<entry>
		<id>https://kk.encyclopedia.kz/index.php?title=SQL*Plus&amp;diff=86160&amp;oldid=prev</id>
		<title>Нұрлан Рахымжанов: Cat-a-lot: Тасымалдануда... Санат:Информатика → Санат:Ақпараттану</title>
		<link rel="alternate" type="text/html" href="https://kk.encyclopedia.kz/index.php?title=SQL*Plus&amp;diff=86160&amp;oldid=prev"/>
				<updated>2016-03-23T12:57:52Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=%D0%A3%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%93%D0%B0%D0%B4%D0%B6%D0%B5%D1%82%D1%82%D0%B5%D1%80/Cat-a-lot&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Уикипедия:Гаджеттер/Cat-a-lot (мұндай бет жоқ)&quot;&gt;Cat-a-lot&lt;/a&gt;: Тасымалдануда... &lt;a href=&quot;/index.php?title=%D0%A1%D0%B0%D0%BD%D0%B0%D1%82:%D0%98%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%82%D0%B8%D0%BA%D0%B0&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Санат:Информатика (мұндай бет жоқ)&quot;&gt;Санат:Информатика&lt;/a&gt; → &lt;a href=&quot;/index.php/%D0%A1%D0%B0%D0%BD%D0%B0%D1%82:%D0%90%D2%9B%D0%BF%D0%B0%D1%80%D0%B0%D1%82%D1%82%D0%B0%D0%BD%D1%83&quot; title=&quot;Санат:Ақпараттану&quot;&gt;Санат:Ақпараттану&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Жаңа бет&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''SQL*Plus''' - Оракл теру утилитасы &lt;br /&gt;
&amp;lt;!-- The most basic Oracle utility, with a basic command-line interface, commonly used by users, administrators, and programmers.&lt;br /&gt;
&lt;br /&gt;
==Command types==&lt;br /&gt;
SQL*Plus understands three categories of text:&amp;lt;ref name=&amp;quot;CommandRef&amp;quot;&amp;gt;{{cite web | url=http://www.orafaq.com/faq/sqlplus | title=SQL*Plus at orafaq.com | accessdate=2007-11-26 |archiveurl = http://web.archive.org/web/20071109104758/http://www.orafaq.com/faq/sqlplus  |archivedate = 2007-11-09}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
# SQL statements&lt;br /&gt;
# PL/SQL blocks&lt;br /&gt;
# SQL*Plus internal commands, for example:&lt;br /&gt;
## environment control commands such as SET&lt;br /&gt;
## environment monitoring commands such as SHOW&lt;br /&gt;
&lt;br /&gt;
Scripts can include all of these components.&lt;br /&gt;
&lt;br /&gt;
An Oracle programmer in the appropriately configured software environment can launch SQL*Plus, for example, by entering:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;sqlplus scott/tiger&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where the Oracle user &amp;lt;code&amp;gt;scott&amp;lt;/code&amp;gt; has the password &amp;lt;code&amp;gt;tiger&amp;lt;/code&amp;gt;. SQL*Plus then presents a prompt with the default form of:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;SQL&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interactive use can then start by entering a SQL statement (terminated by a semicolon), a PL/SQL block, or another command. For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;SQL&amp;amp;gt; select 'Hello world' as example from dual;&lt;br /&gt;
&lt;br /&gt;
EXAMPLE&lt;br /&gt;
--------------------------------&lt;br /&gt;
Hello world&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The first version of SQL*Plus was called ''UFI'' (&amp;quot;User Friendly Interface&amp;quot;). UFI appeared in Oracle database releases up to Version 4.&lt;br /&gt;
&lt;br /&gt;
After Oracle programmers had added new features to UFI, its  name became ''Advanced UFI''.  The name &amp;quot;Advanced UFI&amp;quot;  changed to &amp;quot;SQL*Plus&amp;quot; before the release of this{{Which?|date=July 2009}} version.&lt;br /&gt;
&lt;br /&gt;
{{As of |2012|1}} the product continues to bear the name ''SQL*Plus''.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&lt;br /&gt;
Graphical interfaces from Oracle or third parties have diminished the proportion of Oracle database end-users who depend on the SQL*Plus environment. Oracle shops typically continue to use SQL*Plus scripts for batch updating or simple reports.{{Citation needed|date=November 2008}}&lt;br /&gt;
&lt;br /&gt;
Oracle Corporation's wrappers/gui-fications/replacements for SQL*Plus include:&lt;br /&gt;
&lt;br /&gt;
* Oracle SQL*Plus Worksheet, a component of [[Oracle Enterprise Manager|OEM]]&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
| url         = http://docs.cs.cf.ac.uk/html/601/node4.html&lt;br /&gt;
| title       = The SQL*Plus Worksheet&lt;br /&gt;
| accessdate  = 2008-11-21&lt;br /&gt;
| author      = &lt;br /&gt;
| last        = Evans&lt;br /&gt;
| first       = Robert&lt;br /&gt;
| authorlink  = &lt;br /&gt;
| coauthors   = &lt;br /&gt;
| date        = 2008-10-01&lt;br /&gt;
| year        = &lt;br /&gt;
| month       = &lt;br /&gt;
| work        = &lt;br /&gt;
| publisher   = Cardiff University&lt;br /&gt;
| location    =&lt;br /&gt;
| pages       = &lt;br /&gt;
| doi         = &lt;br /&gt;
| archiveurl  = &lt;br /&gt;
| archivedate = &lt;br /&gt;
| quote       = Oracle's SQL*Plus Worksheet is a straight-forward, easy-to-use, graphical user interface for SQL.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
* iSQL*Plus or iSQLPlus, a web-based utility&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
| url         = http://www.orafaq.com/wiki/ISQLPlus&lt;br /&gt;
| title       = ISQLPlus&lt;br /&gt;
| accessdate  = 2008-11-21&lt;br /&gt;
| author      = &lt;br /&gt;
| last        = &lt;br /&gt;
| first       = &lt;br /&gt;
| authorlink  = &lt;br /&gt;
| coauthors   = &lt;br /&gt;
| date        = 2008-02-29&lt;br /&gt;
| year        = &lt;br /&gt;
| month       = &lt;br /&gt;
| work        = &lt;br /&gt;
| publisher   = Oracle FAQ&lt;br /&gt;
| location    =&lt;br /&gt;
| pages       = &lt;br /&gt;
| language    = &lt;br /&gt;
| doi         = &lt;br /&gt;
| archiveurl  = &lt;br /&gt;
| archivedate = &lt;br /&gt;
| 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). &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
* SQL Worksheet,&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
| url         = http://www.oracle.com/technology/products/database/sql_developer/files/featurelist_1_5.htm#nf_sql&lt;br /&gt;
| title       = Oracle SQL Developer 1.5: Feature List &lt;br /&gt;
| accessdate  = 2008-11-21&lt;br /&gt;
| author      = &lt;br /&gt;
| last        = &lt;br /&gt;
| first       = &lt;br /&gt;
| authorlink  = &lt;br /&gt;
| coauthors   = &lt;br /&gt;
| date        = &lt;br /&gt;
| year        = &lt;br /&gt;
| month       = &lt;br /&gt;
| work        = &lt;br /&gt;
| publisher   = Oracle Corporation&lt;br /&gt;
| location    =&lt;br /&gt;
| pages       = &lt;br /&gt;
| language    = &lt;br /&gt;
| doi         = &lt;br /&gt;
| archiveurl  = &lt;br /&gt;
| archivedate = &lt;br /&gt;
| quote       = The SQL*Plus commands supported by Oracle SQL Developer SQL Worksheet are listed [...]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt; a component of [[Oracle SQL Developer]]&lt;br /&gt;
* SQL Workshop (part of [[Oracle Application Express]])&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
| url         = http://www.oracle.com/technology/products/database/application_express/html/what_is_apex.html&lt;br /&gt;
| title       = Oracle Application Express&lt;br /&gt;
| accessdate  = 2008-11-21&lt;br /&gt;
| author      = &lt;br /&gt;
| last        = &lt;br /&gt;
| first       = &lt;br /&gt;
| authorlink  = &lt;br /&gt;
| coauthors   = &lt;br /&gt;
| date        = &lt;br /&gt;
| year        = &lt;br /&gt;
| month       = &lt;br /&gt;
| work        = &lt;br /&gt;
| publisher   = Oracle Corporation&lt;br /&gt;
| location    =&lt;br /&gt;
| pages       = &lt;br /&gt;
| language    = &lt;br /&gt;
| doi         = &lt;br /&gt;
| archiveurl  = &lt;br /&gt;
| archivedate = &lt;br /&gt;
| quote       = SQL Workshop provides tools to enable you to view and manage database objects from a Web browser.  Use SQL Commands to run SQL and PL/SQL statements. ...&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Oracle 11g ===&lt;br /&gt;
Starting from Oracle database 11g, iSqlplus (web based) and sqlplus graphical GUI no longer ship with Oracle database software.&amp;lt;ref&amp;gt;[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&amp;lt;/ref&amp;gt;&lt;br /&gt;
The command-line SQL*Plus interface continues in use, mostly{{Citation needed|date=July 2009}} for non-interactive scripting or for administrative purposes (&amp;lt;code&amp;gt;connect internal&amp;lt;/code&amp;gt; before Oracle 8i; &amp;lt;code&amp;gt;sqlplus ... as sysdba&amp;lt;/code&amp;gt; later).&lt;br /&gt;
&lt;br /&gt;
==Compatibility==&lt;br /&gt;
Other vendors have made their software somewhat compatible with SQL*Plus script commands or offer a SQL*Plus mode of operation. Relevant products include [[TOAD (software)|TOAD]] from [[Quest Software]].{{Citation needed|date=November 2008}}&lt;br /&gt;
&lt;br /&gt;
== Integration ==&lt;br /&gt;
{{Expand section|date=July 2009}}&lt;br /&gt;
&lt;br /&gt;
=== Variables ===&lt;br /&gt;
&lt;br /&gt;
SQL*Plus-internal variables, accessible within an SQL*Plus session, include:&lt;br /&gt;
&lt;br /&gt;
* user variables, displayable with the DEFINE command and referenceable with one or two cases of a prefixed character (default prefixes: '&amp;amp;' and '&amp;amp;&amp;amp;'). These variables are called &amp;quot;substitution variables&amp;quot; and can be used anywhere in a SQL or PL SQL statement or in SQL Plus commands. They can be populated by a literal using DEFINE or from the database using the column command. &lt;br /&gt;
** predefined variables, prefixed with an underscore ('_')&amp;lt;ref&amp;gt;&lt;br /&gt;
{{cite book&lt;br /&gt;
|last= Alapati&lt;br /&gt;
|first= Sam R.&lt;br /&gt;
|authorlink=&lt;br /&gt;
|coauthors=&lt;br /&gt;
|firstn=,lastn=&lt;br /&gt;
|authorn-link&lt;br /&gt;
|editor=&lt;br /&gt;
|editorn=&lt;br /&gt;
|editorn-last&lt;br /&gt;
|editorn-first&lt;br /&gt;
|editor-link&lt;br /&gt;
|editorn-link&lt;br /&gt;
|others=&lt;br /&gt;
|title= Expert Oracle Database 11g Administration&lt;br /&gt;
|url= http://books.google.com/books?id=tdRes4IdLiIC&amp;amp;dq&lt;br /&gt;
|format=&lt;br /&gt;
|accessdate= 2009-07-29&lt;br /&gt;
|edition=&lt;br /&gt;
|series=&lt;br /&gt;
|volume=&lt;br /&gt;
|date=&lt;br /&gt;
|origyear=&lt;br /&gt;
|year= 2008&lt;br /&gt;
|month=&lt;br /&gt;
|publisher= Apress&lt;br /&gt;
|location=&lt;br /&gt;
|isbn= 978-1-4302-1015-3&lt;br /&gt;
|oclc=&lt;br /&gt;
|doi=&lt;br /&gt;
|bibcode=&lt;br /&gt;
|id=&lt;br /&gt;
|pages= 118–119&lt;br /&gt;
|nopp=&lt;br /&gt;
|chapter= 4&lt;br /&gt;
|chapterurl= http://books.google.com/books?id=tdRes4IdLiIC&amp;amp;pg=PA118&amp;amp;lpg=PA118&amp;amp;dq=sqlplus+predefined+variable&amp;amp;source=bl&amp;amp;ots=7Qx008gycp&amp;amp;sig=PYHPGw7CVSsrKJwaXXLDR_ZtsLc&amp;amp;hl=en&amp;amp;ei=QcFvStL6NYPwsQOx48zNCA&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=9&lt;br /&gt;
|quote=&lt;br /&gt;
|ref=&lt;br /&gt;
|laysummary=&lt;br /&gt;
|laydate=&lt;br /&gt;
|separator= &lt;br /&gt;
|postscript= &lt;br /&gt;
|lastauthoramp=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
** substitution variables, useful for interacting with user-input&amp;lt;ref&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
 |first       = Natalka&lt;br /&gt;
 |last        = Roshak&lt;br /&gt;
 |authorlink  = &lt;br /&gt;
 |title       = Spice up your SQL Scripts with Variables&lt;br /&gt;
 |url         = http://www.orafaq.com/node/515&lt;br /&gt;
 |archiveurl  = &lt;br /&gt;
 |work        = Oracle FAQ&lt;br /&gt;
 |publisher   = &lt;br /&gt;
 |location    = &lt;br /&gt;
 |doi         = &lt;br /&gt;
 |date        = 2005-11-06&lt;br /&gt;
 |archivedate = &lt;br /&gt;
 |accessdate  = 2009-07-29&lt;br /&gt;
 |quote       = &amp;amp; and &amp;amp;&amp;amp; indicate substitution variables in SQL*Plus scripts or commands.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
* bind variables, prefixed by a colon (':'), which can interact with the PL/SQL environment. Displayable with the VARIABLE and PRINT commands&amp;lt;ref&amp;gt;&lt;br /&gt;
{{cite web&lt;br /&gt;
 |first       = René&lt;br /&gt;
 |last        = Nyffenegger&lt;br /&gt;
 |author      = &lt;br /&gt;
 |authorlink  = &lt;br /&gt;
 |coauthors   = &lt;br /&gt;
 |title       = Using bind variables in SQL*Plus&lt;br /&gt;
 |url         = http://www.adp-gmbh.ch/ora/sqlplus/use_vars.html&lt;br /&gt;
 |archiveurl  = &lt;br /&gt;
 |work        = René Nyffenegger's collection of things on the web&lt;br /&gt;
 |publisher   = &lt;br /&gt;
 |location    = &lt;br /&gt;
 |doi         = &lt;br /&gt;
 |date        = &lt;br /&gt;
 |month       = &lt;br /&gt;
 |year        = &lt;br /&gt;
 |archivedate = &lt;br /&gt;
 |accessdate  = 2009-07-29&lt;br /&gt;
 |quote       = In SQL*Plus, a bind variable is declared with &amp;lt;code&amp;gt;variable&amp;lt;/code&amp;gt; [...] The value of the bind variable can then be printed with &amp;lt;code&amp;gt;print&amp;lt;/code&amp;gt;  &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Supplementary software ==&lt;br /&gt;
* [http://www.softtree.com SQL Assistant] SQL Assistant add-on for SQL*Plus Windows version extends SQL*Plus with SQL automatic word completion, in-line Oracle SQL Reference, data export/import, code unit testing, data browsing, and code development functions.&lt;br /&gt;
* [http://utopia.knoware.nl/~hlub/uck/rlwrap/ rlwrap] rlwrap does [[GNU]] [[Readline]] like command completion for SQL*Plus on [[UNIX]] and [[Linux]].&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Тағы қараңыз ==&lt;br /&gt;
* [[Oracle SQL Developer]]&lt;br /&gt;
&lt;br /&gt;
==Сілттемелер==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==Сыртқы сілттемелер==&lt;br /&gt;
* [http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/toc.htm SQL*Plus documentation]&lt;br /&gt;
* [http://www.orafaq.com/wiki/SQL*Plus_FAQ SQL*Plus FAQ]&lt;br /&gt;
* [http://www.sql-plus.com/ SQL*Plus tutorial]&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Sql*Plus}}&lt;br /&gt;
[[Санат:Oracle]]&lt;br /&gt;
[[Санат:PL/SQL]]&lt;br /&gt;
[[Санат:SQL]]&lt;br /&gt;
[[Санат:Ақпараттану]]&lt;/div&gt;</summary>
		<author><name>Нұрлан Рахымжанов</name></author>	</entry>

	</feed>