<?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%2FSystem_Tables_Views%2Fdictionary</id>
		<title>Oracle PL/SQL/System Tables Views/dictionary - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://sqle.ru/index.php?action=history&amp;feed=atom&amp;title=Oracle_PL%2FSQL%2FSystem_Tables_Views%2Fdictionary"/>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL/System_Tables_Views/dictionary&amp;action=history"/>
		<updated>2026-06-11T01:20:59Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://sqle.ru/index.php?title=Oracle_PL/SQL/System_Tables_Views/dictionary&amp;diff=2334&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/System_Tables_Views/dictionary&amp;diff=2334&amp;oldid=prev"/>
				<updated>2010-05-26T13:45:19Z</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/System_Tables_Views/dictionary&amp;diff=2335&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL/System_Tables_Views/dictionary&amp;diff=2335&amp;oldid=prev"/>
				<updated>2010-05-26T10:01:23Z</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;==Query dictionary table==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
SQL&amp;gt;&lt;br /&gt;
SQL&amp;gt; set echo off&lt;br /&gt;
SQL&amp;gt; set verify off&lt;br /&gt;
SQL&amp;gt; set linesize 72&lt;br /&gt;
SQL&amp;gt; set pagesize 9999&lt;br /&gt;
SQL&amp;gt; set feedback on&lt;br /&gt;
SQL&amp;gt;&lt;br /&gt;
SQL&amp;gt; column table_name format a30&lt;br /&gt;
SQL&amp;gt; column comments format a200&lt;br /&gt;
SQL&amp;gt;&lt;br /&gt;
SQL&amp;gt;&lt;br /&gt;
SQL&amp;gt; select *&lt;br /&gt;
  2  from dictionary&lt;br /&gt;
  3  where rownum &amp;lt; 50&lt;br /&gt;
  4  /&lt;br /&gt;
TABLE_NAME&lt;br /&gt;
------------------------------&lt;br /&gt;
Comments&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
ALL_XML_SCHEMAS&lt;br /&gt;
Description of all XML Schemas that user has privilege to reference&lt;br /&gt;
ALL_XML_SCHEMAS2&lt;br /&gt;
Dummy version of ALL_XML_SCHEMAS that does not have an XMLTYPE column&lt;br /&gt;
DBA_ROLES&lt;br /&gt;
All Roles which exist in the database&lt;br /&gt;
DBA_PROFILES&lt;br /&gt;
Display all profiles and their limits&lt;br /&gt;
USER_RESOURCE_LIMITS&lt;br /&gt;
Display resource limit of the user&lt;br /&gt;
USER_PASSWORD_LIMITS&lt;br /&gt;
Display password limits of the user&lt;br /&gt;
USER_CATALOG&lt;br /&gt;
Tables, Views, Synonyms and Sequences owned by the user&lt;br /&gt;
ALL_CATALOG&lt;br /&gt;
All tables, views, synonyms, sequences accessible to the user&lt;br /&gt;
DBA_CATALOG&lt;br /&gt;
All database Tables, Views, Synonyms, Sequences&lt;br /&gt;
USER_CLUSTERS&lt;br /&gt;
Descriptions of user&amp;quot;s own clusters&lt;br /&gt;
ALL_CLUSTERS&lt;br /&gt;
Description of clusters accessible to the user&lt;br /&gt;
DBA_CLUSTERS&lt;br /&gt;
Description of all clusters in the database&lt;br /&gt;
USER_CLU_COLUMNS&lt;br /&gt;
Mapping of table columns to cluster columns&lt;br /&gt;
DBA_CLU_COLUMNS&lt;br /&gt;
Mapping of table columns to cluster columns&lt;br /&gt;
USER_COL_COMMENTS&lt;br /&gt;
Comments on columns of user&amp;quot;s tables and views&lt;br /&gt;
ALL_COL_COMMENTS&lt;br /&gt;
Comments on columns of accessible tables and views&lt;br /&gt;
DBA_COL_COMMENTS&lt;br /&gt;
Comments on columns of all tables and views&lt;br /&gt;
USER_COL_PRIVS&lt;br /&gt;
Grants on columns for which the user is the owner, grantor or grantee&lt;br /&gt;
ALL_COL_PRIVS&lt;br /&gt;
Grants on columns for which the user is the grantor, grantee, owner,&lt;br /&gt;
or an enabled role or PUBLIC is the grantee&lt;br /&gt;
DBA_COL_PRIVS&lt;br /&gt;
All grants on columns in the database&lt;br /&gt;
USER_COL_PRIVS_MADE&lt;br /&gt;
All grants on columns of objects owned by the user&lt;br /&gt;
ALL_COL_PRIVS_MADE&lt;br /&gt;
Grants on columns for which the user is owner or grantor&lt;br /&gt;
USER_COL_PRIVS_RECD&lt;br /&gt;
Grants on columns for which the user is the grantee&lt;br /&gt;
ALL_COL_PRIVS_RECD&lt;br /&gt;
Grants on columns for which the user, PUBLIC or enabled role is the&lt;br /&gt;
grantee&lt;br /&gt;
DBA_ENCRYPTED_COLUMNS&lt;br /&gt;
Encryption information on columns in the database&lt;br /&gt;
ALL_ENCRYPTED_COLUMNS&lt;br /&gt;
Encryption information on all accessible columns&lt;br /&gt;
USER_ENCRYPTED_COLUMNS&lt;br /&gt;
Encryption information on columns of tables owned by the user&lt;br /&gt;
USER_DB_LINKS&lt;br /&gt;
Database links owned by the user&lt;br /&gt;
ALL_DB_LINKS&lt;br /&gt;
Database links accessible to the user&lt;br /&gt;
DBA_DB_LINKS&lt;br /&gt;
All database links in the database&lt;br /&gt;
DBA_EXP_OBJECTS&lt;br /&gt;
Objects that have been incrementally exported&lt;br /&gt;
DBA_EXP_VERSION&lt;br /&gt;
Version number of the last export session&lt;br /&gt;
DBA_EXP_FILES&lt;br /&gt;
Description of export files&lt;br /&gt;
USER_INDEXES&lt;br /&gt;
Description of the user&amp;quot;s own indexes&lt;br /&gt;
ALL_INDEXES&lt;br /&gt;
Descriptions of indexes on tables accessible to the user&lt;br /&gt;
DBA_INDEXES&lt;br /&gt;
Description for all indexes in the database&lt;br /&gt;
USER_IND_COLUMNS&lt;br /&gt;
COLUMNs comprising user&amp;quot;s INDEXes and INDEXes on user&amp;quot;s TABLES&lt;br /&gt;
ALL_IND_COLUMNS&lt;br /&gt;
COLUMNs comprising INDEXes on accessible TABLES&lt;br /&gt;
DBA_IND_COLUMNS&lt;br /&gt;
COLUMNs comprising INDEXes on all TABLEs and CLUSTERs&lt;br /&gt;
USER_IND_EXPRESSIONS&lt;br /&gt;
Functional index expressions in user&amp;quot;s indexes and indexes on user&amp;quot;s&lt;br /&gt;
tables&lt;br /&gt;
ALL_IND_EXPRESSIONS&lt;br /&gt;
FUNCTIONAL INDEX EXPRESSIONs on accessible TABLES&lt;br /&gt;
DBA_IND_EXPRESSIONS&lt;br /&gt;
FUNCTIONAL INDEX EXPRESSIONs on all TABLES and CLUSTERS&lt;br /&gt;
USER_JOIN_IND_COLUMNS&lt;br /&gt;
Join Index columns comprising the join conditions&lt;br /&gt;
ALL_JOIN_IND_COLUMNS&lt;br /&gt;
Join Index columns comprising the join conditions&lt;br /&gt;
DBA_JOIN_IND_COLUMNS&lt;br /&gt;
Join Index columns comprising the join conditions&lt;br /&gt;
USER_OBJECTS&lt;br /&gt;
Objects owned by the user&lt;br /&gt;
ALL_OBJECTS&lt;br /&gt;
Objects accessible to the user&lt;br /&gt;
DBA_OBJECTS&lt;br /&gt;
All objects in the database&lt;br /&gt;
USER_PROCEDURES&lt;br /&gt;
Description of the users own procedures&lt;br /&gt;
&lt;br /&gt;
49 rows selected.&lt;br /&gt;
SQL&amp;gt;&lt;br /&gt;
SQL&amp;gt; --&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>