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

	<entry>
		<id>http://sqle.ru/index.php?title=Oracle_PL/SQL/System_Tables_Views/dba_method_result&amp;diff=2216&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/dba_method_result&amp;diff=2216&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/dba_method_result&amp;diff=2217&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/dba_method_result&amp;diff=2217&amp;oldid=prev"/>
				<updated>2010-05-26T10:01:12Z</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 dba_method_result==&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;  clear breaks&lt;br /&gt;
breaks cleared&lt;br /&gt;
SQL&amp;gt;  break on num skip 1&lt;br /&gt;
SQL&amp;gt;&lt;br /&gt;
SQL&amp;gt;  column method_name format a20&lt;br /&gt;
SQL&amp;gt;  column param_name format a20&lt;br /&gt;
SQL&amp;gt;  column result_type_name a25&lt;br /&gt;
SP2-0158: unknown COLUMN option &amp;quot;a25&amp;quot;&lt;br /&gt;
SQL&amp;gt;  column num format 999&lt;br /&gt;
SQL&amp;gt;&lt;br /&gt;
SQL&amp;gt;  select tm.method_no num,&lt;br /&gt;
  2             tm.method_name,&lt;br /&gt;
  3             tm.method_type,&lt;br /&gt;
  4             tm.final,&lt;br /&gt;
  5             tm.instantiable,&lt;br /&gt;
  6             tm.overriding,&lt;br /&gt;
  7             tm.inherited,&lt;br /&gt;
  8             mr.result_type_name&lt;br /&gt;
  9        from dba_type_methods tm,&lt;br /&gt;
 10            dba_method_results mr&lt;br /&gt;
 11      where tm.owner = mr.owner&lt;br /&gt;
 12        and tm.type_name = mr.type_name&lt;br /&gt;
 13        and tm.method_name = mr.method_name&lt;br /&gt;
 14        and tm.method_no = mr.method_no&lt;br /&gt;
 15        and tm.owner = &amp;quot;OE&amp;quot;&lt;br /&gt;
 16        and tm.type_name = &amp;quot;COMPOSITE_CATEGORY_TYP&amp;quot;&lt;br /&gt;
 17      order by 1, 2, 3&lt;br /&gt;
 18     /&lt;br /&gt;
no rows selected&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>