<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://www.dbatodba.com/search_rss">
  <title>DBA to DBA</title>
  <link>http://www.dbatodba.com</link>
  
  <description>
    
            These are the search results for the query, showing results 1 to 15.
        
  </description>
  
  
  
  
  <image rdf:resource="http://www.dbatodba.com/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/577874121/623686640"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/724805843/326730502"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/724805843/772436879"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/809220520/381913597"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/809220520/54033374"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/509976111/867623401"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/729972845/172681916"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/267731332/579835157"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/267731332/90046944"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/509017188/170340029"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/833528041/794581725"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/496819850/846253143"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/94705190/591726972"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/94657955/759979851"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/482085227/496306508"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://www.dbatodba.com/Forums/db2/577874121/623686640">        <title>workload manager???</title>        <link>http://www.dbatodba.com/Forums/db2/577874121/623686640</link>        <description></description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2013-03-04T06:28:47Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/724805843/326730502">        <title>Re: SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS() error</title>        <link>http://www.dbatodba.com/Forums/db2/724805843/326730502</link>        <description>
 thanks but then whats use of SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS()? 
 could you tell me few reasons why objects are getting invalid?  
 Previously  wrote: 
  
 
 You have to correct this procedure  - drop and recreate it with the correct objects. 
 
   
 
 Previously Pawan wrote: 
 
 
  
 
 Hi, 
  
 
     I tried to use 
  SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS() procedure to revalidate the invalid 
  objects.  DB2 9.7 FP2,Window 32 BIT  SP1 is invalid procedure and SP2 is valid.  
  
 
  
  
 
 $ db2 "CALL 
  SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS('procedure', 'A', 
  'SP1')" SQL20508N  An error occurred during the revalidation of 
  object "A .SP1". Operation "REVALIDATION" failed with 
  SQLCODE "-551", SQLSTATE "42501", and message tokens "PKUMAR|EXECUTE|DTOP".  
  SQLSTATE=5UA03 
  
 
  
  
 
 Its throwing error related to permission 
  but there exist all permissions even Its running for valid objects. 
  
 
  
  
 
 $ db2 "CALL 
  SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS('procedure', 'A', 
  'SP2) " 
  
 
   Return Status = 0   
  
 
 I also did db2rbind for all but same 
  error. 
  
 
  
  
 
 SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS() link=&amp;gt;      http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.sql.rtn.doc/doc/r0053626.html   Could anyone throw some light on this.  
   
 
  
  
  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-05-27T04:25:04Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/724805843/772436879">        <title>SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS() error</title>        <link>http://www.dbatodba.com/Forums/db2/724805843/772436879</link>        <description>
 Hi, 
     I tried to use 
SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS() procedure to revalidate the invalid 
objects.  DB2 9.7 FP2,Window 32 BIT  SP1 is invalid procedure and SP2 is valid.  
  
 $ db2 "CALL 
SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS('procedure', 'A', 
'SP1')" SQL20508N  An error occurred during the revalidation of 
object "A .SP1". Operation "REVALIDATION" failed with 
SQLCODE "-551", SQLSTATE "42501", and message tokens "PKUMAR|EXECUTE|DTOP".  
SQLSTATE=5UA03 
  
 Its throwing error related to permission 
but there exist all permissions even Its running for valid objects. 
  
 $ db2 "CALL 
SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS('procedure', 'A', 
'SP2) " 
   Return Status = 0   
 I also did db2rbind for all but same 
error. 
  
 SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS() link=&amp;gt;  http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=/com.ibm.db2.luw.sql.rtn.doc/doc/r0053626.html   Could anyone throw some light on this.  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-05-25T16:23:02Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/809220520/381913597">        <title>Re: any feature like oracle flashback database in db2</title>        <link>http://www.dbatodba.com/Forums/db2/809220520/381913597</link>        <description>
 thanks perellis  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-05-25T16:18:41Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/809220520/54033374">        <title>any feature like oracle flashback database in db2</title>        <link>http://www.dbatodba.com/Forums/db2/809220520/54033374</link>        <description>
 Hi All, 
         Oracle has one feature flashback database. Similer DB2 has any feature?? 
 Thanks.... 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-04-27T04:19:12Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/509976111/867623401">        <title>how to make database  read only</title>        <link>http://www.dbatodba.com/Forums/db2/509976111/867623401</link>        <description>
 Hi, 
     How to make database read only? 
   
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-12-20T06:35:41Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/729972845/172681916">        <title>index reverse scan</title>        <link>http://www.dbatodba.com/Forums/db2/729972845/172681916</link>        <description>Hi ,&lt;br /&gt;
    Can anyone tell me how index reverse scan actually work with example?&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Pawan Kumar&lt;br /&gt;</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-12-09T09:51:33Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/267731332/579835157">        <title>Re: db2 certification 730 dump?</title>        <link>http://www.dbatodba.com/Forums/db2/267731332/579835157</link>        <description>
 I secured 90% in db2 730 certification.  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-10-27T07:35:34Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/267731332/90046944">        <title>db2 certification 730 dump?</title>        <link>http://www.dbatodba.com/Forums/db2/267731332/90046944</link>        <description>
 Hi All, 
          I am planning to write for db2 730 certification. If anyone has dump for this certification please share with me. 
 pawan.porwal@hotmail.com  
 Thanks 
 Pawan  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-10-18T13:59:25Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/509017188/170340029">        <title>migration steps v8 to v9</title>        <link>http://www.dbatodba.com/Forums/db2/509017188/170340029</link>        <description>
 Hi All, 
           Please provide migration steps from v8 to v9 db2 or any docs for the same. 
   
 Thanks 
 </description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-07-29T05:30:06Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/833528041/794581725">        <title>what is db2 architecture?</title>        <link>http://www.dbatodba.com/Forums/db2/833528041/794581725</link>        <description>
 Hi All, 
           What is physical and logical architecture of db2? 
   
 Regards 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-07-07T04:28:43Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/496819850/846253143">        <title>files system is about to reach to max </title>        <link>http://www.dbatodba.com/Forums/db2/496819850/846253143</link>        <description>
 Hi, 
       
 OS : AIX 32 Bit 
 DB2 V8.2 Single Partition  
 All SMS Tablespace 
   
 As AIX 32 bit support maximum 1 TB for one file system and now file system is about to reach 1TB? 
 so what should I do?? 
 we can not add container in sms tablespace... 
   
 Please suggest approch? 
   
 Regards 
 Pawan Kumar  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-05-19T09:56:53Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/94705190/591726972">        <title>How does clustered Index work exactly in DB2?</title>        <link>http://www.dbatodba.com/Forums/db2/94705190/591726972</link>        <description>
 How does clustered Index work exactly in DB2? 
 Please explain with an example.. 
   
   
 Regards 
 Pawan Kumar 
   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-03-15T13:14:13Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/94657955/759979851">        <title>few questions related to db2</title>        <link>http://www.dbatodba.com/Forums/db2/94657955/759979851</link>        <description>
      
	&amp;amp;amp;lt;!--
		@page { margin: 0.79in }
		P { margin-bottom: 0.08in }
	--&amp;amp;amp;gt;
	  
 1.If application team is contacting you telling the application is running very slow , what all things you will check out ? 
   
 2.If you are given with a query,how you tune it?  
 
 Regards 
 Pawan  
  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-03-12T16:54:41Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/482085227/496306508">        <title>Re: dba activities</title>        <link>http://www.dbatodba.com/Forums/db2/482085227/496306508</link>        <description>
 &amp;nbsp; 
 http://www.ibm.com/developerworks/data/library/techarticle/dm-0404snow/index.html 
 http://www.ibm.com/developerworks/data/library/techarticle/dm-0509poon/ 
 http://www.ibm.com/developerworks/data/library/techarticle/dm-0404mcarthur/ 
 http://www.selectorweb.com/db2.html 
 http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.qb.server.doc/doc/r0024443.html 
 http://www.ibm.com/developerworks/data/library/techarticle/dm-0406qi/ 
 &amp;nbsp; 
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>db2dba</dc:creator>        <dc:rights></dc:rights>                <dc:date>2009-09-29T06:28:34Z</dc:date>        <dc:type>Comment</dc:type>    </item>



</rdf:RDF>
