<?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%2Fdict</id>
		<title>Oracle PL/SQL/System Tables Views/dict - История изменений</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%2Fdict"/>
		<link rel="alternate" type="text/html" href="http://sqle.ru/index.php?title=Oracle_PL/SQL/System_Tables_Views/dict&amp;action=history"/>
		<updated>2026-05-25T13:01:39Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://sqle.ru/index.php?title=Oracle_PL/SQL/System_Tables_Views/dict&amp;diff=2402&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/dict&amp;diff=2402&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/dict&amp;diff=2403&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/dict&amp;diff=2403&amp;oldid=prev"/>
				<updated>2010-05-26T10:01:27Z</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;==get a complete list of all the data dictionary views==&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; select * from dict&lt;br /&gt;
  2  where rownum &amp;lt; 50;&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 privi&lt;br /&gt;
lege to reference&lt;br /&gt;
ALL_XML_SCHEMAS2&lt;br /&gt;
Dummy version of ALL_XML_SCHEMAS that does not hav&lt;br /&gt;
e 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&lt;br /&gt;
 user&lt;br /&gt;
ALL_CATALOG&lt;br /&gt;
All tables, views, synonyms, sequences accessible&lt;br /&gt;
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,&lt;br /&gt;
 grantor or grantee&lt;br /&gt;
ALL_COL_PRIVS&lt;br /&gt;
Grants on columns for which the user is the granto&lt;br /&gt;
r, 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 g&lt;br /&gt;
rantor&lt;br /&gt;
USER_COL_PRIVS_RECD&lt;br /&gt;
Grants on columns for which the user is the grante&lt;br /&gt;
e&lt;br /&gt;
ALL_COL_PRIVS_RECD&lt;br /&gt;
Grants on columns for which the user, PUBLIC or en&lt;br /&gt;
abled role is the 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&lt;br /&gt;
by the user&lt;br /&gt;
USER_DB_LINKS&lt;br /&gt;
Database links owned by the user&lt;br /&gt;
&lt;br /&gt;
TABLE_NAME&lt;br /&gt;
------------------------------&lt;br /&gt;
COMMENTS&lt;br /&gt;
--------------------------------------------------&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 th&lt;br /&gt;
e 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 u&lt;br /&gt;
ser&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 CLUST&lt;br /&gt;
ERs&lt;br /&gt;
USER_IND_EXPRESSIONS&lt;br /&gt;
Functional index expressions in user&amp;quot;s indexes and&lt;br /&gt;
 indexes on user&amp;quot;s 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 CLU&lt;br /&gt;
STERS&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;
SQL&amp;gt; --&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>