<?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 7.
        
  </description>
  
  
  
  
  <image rdf:resource="http://www.dbatodba.com/logo.jpg"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/645841268/867813700"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/135718914/543433545"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/861932502/476182142"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/861932502/476182141"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/620410355/326974487"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/150721273/721883344"/>
        
        
            <rdf:li rdf:resource="http://www.dbatodba.com/Forums/db2/400831561/981208182"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://www.dbatodba.com/Forums/db2/645841268/867813700">        <title>Re: log shipping ?</title>        <link>http://www.dbatodba.com/Forums/db2/645841268/867813700</link>        <description>
 Log shipping is the name given for moving the logs from primary site to DR site so that the database can be roll forward and bring back to connecitng state in case of a disaster. Implementing it requires creation of script which will move the archived logs to the disaster site.  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>spider007</dc:creator>        <dc:rights></dc:rights>                <dc:date>2008-08-21T04:56:11Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/135718914/543433545">        <title>Re: database security </title>        <link>http://www.dbatodba.com/Forums/db2/135718914/543433545</link>        <description>
 I am not sure whether you got the response for this one or not, but here it is: 
 1. you have to add db2profile in the .profile of this new user C 
 2. You will have to catalog the databases for instance A and B 
 3. you can grant privileges for select only to user C for db running on A and B by using the GRANT command.  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>spider007</dc:creator>        <dc:rights></dc:rights>                <dc:date>2008-08-21T04:53:23Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/861932502/476182142">        <title>Re: Script for null</title>        <link>http://www.dbatodba.com/Forums/db2/861932502/476182142</link>        <description>
 Oh, just one more thing, for the first query to give you a good result, ensure that your statistics are updated.  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>spider007</dc:creator>        <dc:rights></dc:rights>                <dc:date>2008-08-21T04:50:16Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/861932502/476182141">        <title>Re: Script for null</title>        <link>http://www.dbatodba.com/Forums/db2/861932502/476182141</link>        <description>
 1. Easy way: 
 In DB2 9.5, use this query " select substr(a.tabname,1,30) as tabname,substr(a.COLNAME,1,30) as colname,b.card,a.NUMNULLS from syscat.columns a, syscat.tables b where a.tabname = b.tabname and a.TABSCHEMA = b.TABSCHEMA "  
 2. Hard way:   
 Consider this table,   
 A -----------           1           2           3           4           -           1           2           3           4           -           1           2           3           4           -    15 record(s) selected.  
 Issuing the query " select x.a,x.cnt,x.sumcnt from (select a,count(1) as cnt ,sum(count(1)) over() as sumcnt from sj1  group by a) as x where x.a is null "  A           CNT         SUMCNT ----------- ----------- -----------           -           3          15    1 record(s) selected.  
 You can use this to create a script. 
 
   
 OR,   
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>spider007</dc:creator>        <dc:rights></dc:rights>                <dc:date>2008-08-21T04:49:18Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/620410355/326974487">        <title>Re: recent updates on a table?</title>        <link>http://www.dbatodba.com/Forums/db2/620410355/326974487</link>        <description>
 updates as in transactional updates or DDL updates?  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>spider007</dc:creator>        <dc:rights></dc:rights>                <dc:date>2008-08-21T04:35:02Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/150721273/721883344">        <title>Re: column level authorization?</title>        <link>http://www.dbatodba.com/Forums/db2/150721273/721883344</link>        <description>
 Check this out as well http://www.ibm.com/developerworks/exchange/dw_entryView.jspa?externalID=326&amp;amp;categoryID=977  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>spider007</dc:creator>        <dc:rights></dc:rights>                <dc:date>2008-08-21T04:34:00Z</dc:date>        <dc:type>Comment</dc:type>    </item>
    <item rdf:about="http://www.dbatodba.com/Forums/db2/400831561/981208182">        <title>Re: New user creation on linux but not able to access db2</title>        <link>http://www.dbatodba.com/Forums/db2/400831561/981208182</link>        <description>
 If the other user is able to connect, you would find the same statements as mentioned by perallis  
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>spider007</dc:creator>        <dc:rights></dc:rights>                <dc:date>2008-08-21T04:30:44Z</dc:date>        <dc:type>Comment</dc:type>    </item>



</rdf:RDF>
