<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=Oracle_PL%2FSQL_Tutorial%2FMiscellaneous_Functions%2FIntroduction</id>
		<title>Oracle PL/SQL Tutorial/Miscellaneous Functions/Introduction - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=Oracle_PL%2FSQL_Tutorial%2FMiscellaneous_Functions%2FIntroduction"/>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Miscellaneous_Functions/Introduction&amp;action=history"/>
		<updated>2026-04-03T18:44:46Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Miscellaneous_Functions/Introduction&amp;diff=3514&amp;oldid=prev</id>
		<title> в 13:45, 26 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Miscellaneous_Functions/Introduction&amp;diff=3514&amp;oldid=prev"/>
				<updated>2010-05-26T13:45:46Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 13:45, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Miscellaneous_Functions/Introduction&amp;diff=3515&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL_Tutorial/Miscellaneous_Functions/Introduction&amp;diff=3515&amp;oldid=prev"/>
				<updated>2010-05-26T10:06:35Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Miscellaneous functions.==&lt;br /&gt;
&lt;br /&gt;
Name&lt;br /&gt;
Function&lt;br /&gt;
BFILENAME	Similar to C language. Returns a pointer, which is referred to as a locator in Oracle, to the associated physical LOB binary file where the file is stored.&lt;br /&gt;
DECODE	Acts like nested IF...THEN...ELSE statement from a list of values.&lt;br /&gt;
DUMP	Provides a dump of values in a string VARCHAR2 to see the representation in many different formats.&lt;br /&gt;
EMPTY_BLOB	Used to initialize a BLOB variable or column that will contain no data.&lt;br /&gt;
EMPTY_CLOB	Used to initialize a CLOB variable or column that will contain no data.&lt;br /&gt;
GREATEST	Takes a list of values or expressions and returns the largest evaluated value.&lt;br /&gt;
GREATEST_LB	Takes a list of MLSLABELS and returns the greatest lower bound.&lt;br /&gt;
LEAST	Takes a list of values or expressions and returns the smallest evaluated value.&lt;br /&gt;
LEAST_LB	Takes a list of MLSLABELS and returns the least lower bound.&lt;br /&gt;
NLS_CHARSET_ID	Returns the NLS character set ID number associated with the NLS character set name.&lt;br /&gt;
NLS_CHARSET_NAME	Returns the NLS character set name associated with the ID passed to the function.&lt;br /&gt;
NVL  Selects the first non-null value from a list of values or expressions.&lt;br /&gt;
SQLCODE	Returns an error code based upon the current error.&lt;br /&gt;
SQLERRM	Returns the error message associated with the Oracle error code.&lt;br /&gt;
UID	Returns the USER ID assigned to the user in Oracle.&lt;br /&gt;
USER	Returns the name of the current user in a VARCHAR2 string.&lt;br /&gt;
USERENV	Returns information about your current working environment.&lt;br /&gt;
VSIZE	Returns the number of bytes in some value.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>