<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Oracle DBA in KSA</title>
	<atom:link href="http://ksadba.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ksadba.wordpress.com</link>
	<description>Living &#38; Wokring in Kingdom of Saudi Arabia</description>
	<lastBuildDate>Fri, 06 Nov 2009 19:53:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Arabic Charactersets by Ahmed</title>
		<link>http://ksadba.wordpress.com/2008/06/09/hello-world/#comment-105</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Fri, 06 Nov 2009 19:53:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-105</guid>
		<description>Greetings,
Can you please advise on the following,,

I would like to migrate 8.0.5(AR8iso8859p6) to 10g (AR8mswin1256)
what is the best way to avoid character conversion ? Both O/s-Solaris


(1)
Exp from 8.0.5(ar8iso8859p6) and IMP in 9i (AR8MSWIN1256)
then EXP 9i (AR8MSWIN1256) &amp;  IMP in 10g (AR8MSWIN1256)

OR

(2)at 8i db
SVRMGR&gt; STARTUP MOUNT; 
SVRMGR&gt; ALTER SYSTEM ENABLE RESTRICTED SESSION; 
SVRMGR&gt; ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0; 
SVRMGR&gt; ALTER SYSTEM SET AQ_TM_PROCESSES=0; 
SVRMGR&gt; ALTER DATABASE OPEN; 
SVRMGR&gt; AALTER DATABASE NATIONAL CHARACTER SET ar8mswin1256; 
SVRMGR&gt; SHUTDOWN IMMEDIATE; 
SVRMGR&gt; STARTUP; 

then exp &amp; imp in 9i and then to 10g.

OR

(3)

?

Thanks

Ahmed, Kuwait.</description>
		<content:encoded><![CDATA[<p>Greetings,<br />
Can you please advise on the following,,</p>
<p>I would like to migrate 8.0.5(AR8iso8859p6) to 10g (AR8mswin1256)<br />
what is the best way to avoid character conversion ? Both O/s-Solaris</p>
<p>(1)<br />
Exp from 8.0.5(ar8iso8859p6) and IMP in 9i (AR8MSWIN1256)<br />
then EXP 9i (AR8MSWIN1256) &amp;  IMP in 10g (AR8MSWIN1256)</p>
<p>OR</p>
<p>(2)at 8i db<br />
SVRMGR&gt; STARTUP MOUNT;<br />
SVRMGR&gt; ALTER SYSTEM ENABLE RESTRICTED SESSION;<br />
SVRMGR&gt; ALTER SYSTEM SET JOB_QUEUE_PROCESSES=0;<br />
SVRMGR&gt; ALTER SYSTEM SET AQ_TM_PROCESSES=0;<br />
SVRMGR&gt; ALTER DATABASE OPEN;<br />
SVRMGR&gt; AALTER DATABASE NATIONAL CHARACTER SET ar8mswin1256;<br />
SVRMGR&gt; SHUTDOWN IMMEDIATE;<br />
SVRMGR&gt; STARTUP; </p>
<p>then exp &amp; imp in 9i and then to 10g.</p>
<p>OR</p>
<p>(3)</p>
<p>?</p>
<p>Thanks</p>
<p>Ahmed, Kuwait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Remove Oracle Streams from Your 10g Environment by Craig Glendenning</title>
		<link>http://ksadba.wordpress.com/2008/11/22/how-to-remove-oracle-streams-from-your-10g-environment/#comment-104</link>
		<dc:creator>Craig Glendenning</dc:creator>
		<pubDate>Tue, 29 Sep 2009 17:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://ksadba.wordpress.com/?p=136#comment-104</guid>
		<description>Hi, 

I had not had to use supplemental logging until implementing streams, and was a bit confused on the various options. I distilled the Oracle documentation down to a bite-sized doc to describe supplemental logging options here:

http://cglendenningoracle.blogspot.com/2009/09/what-is-oracle-supplemental-logging.html

Hope this helps!
Craig Glendenning</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I had not had to use supplemental logging until implementing streams, and was a bit confused on the various options. I distilled the Oracle documentation down to a bite-sized doc to describe supplemental logging options here:</p>
<p><a href="http://cglendenningoracle.blogspot.com/2009/09/what-is-oracle-supplemental-logging.html" rel="nofollow">http://cglendenningoracle.blogspot.com/2009/09/what-is-oracle-supplemental-logging.html</a></p>
<p>Hope this helps!<br />
Craig Glendenning</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating Millions of Rows (Merge vs. Bulk Collect) by sandrar</title>
		<link>http://ksadba.wordpress.com/2008/06/16/updating-millions-of-rows-merge-vs-bulk-collect/#comment-103</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://ksadba.wordpress.com/?p=9#comment-103</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Remove Oracle Streams from Your 10g Environment by NARGES</title>
		<link>http://ksadba.wordpress.com/2008/11/22/how-to-remove-oracle-streams-from-your-10g-environment/#comment-102</link>
		<dc:creator>NARGES</dc:creator>
		<pubDate>Tue, 01 Sep 2009 05:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://ksadba.wordpress.com/?p=136#comment-102</guid>
		<description>HI,
thanks alot for ur post that was so good.
yen when i remove stream configuration in destination databse i got this error:
sql&gt;EXECUTE DBMS_STREAMS_ADM.REMOVE_STREAMS_CONFIGURATION;

ERROR st line1:
ORA-00911: invalid character
ORA-06512: at &quot;SYS.DBMS_UTILITY&quot;, 
ORA-06512: at &quot;SYS.DBMS_APPLY_ADM&quot;,line 811
ORA-06512: at &quot;SYS.DBMS_STREAMS_ADM&quot;, line 1860
ORA-06512: at line 1

i removed strmadmin and execute the above command multiple time ....and some config will remain in instantiated object and dont remove.....after all when i rebuild stream enviroment it dosent replicate any thing and all of the proccess are Enable...what i must to do</description>
		<content:encoded><![CDATA[<p>HI,<br />
thanks alot for ur post that was so good.<br />
yen when i remove stream configuration in destination databse i got this error:<br />
sql&gt;EXECUTE DBMS_STREAMS_ADM.REMOVE_STREAMS_CONFIGURATION;</p>
<p>ERROR st line1:<br />
ORA-00911: invalid character<br />
ORA-06512: at &#8220;SYS.DBMS_UTILITY&#8221;,<br />
ORA-06512: at &#8220;SYS.DBMS_APPLY_ADM&#8221;,line 811<br />
ORA-06512: at &#8220;SYS.DBMS_STREAMS_ADM&#8221;, line 1860<br />
ORA-06512: at line 1</p>
<p>i removed strmadmin and execute the above command multiple time &#8230;.and some config will remain in instantiated object and dont remove&#8230;..after all when i rebuild stream enviroment it dosent replicate any thing and all of the proccess are Enable&#8230;what i must to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Show Arabic Characters in Your Client App by ali</title>
		<link>http://ksadba.wordpress.com/2008/06/10/how-to-show-arabic-characters-in-your-client-app/#comment-101</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Thu, 16 Jul 2009 06:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://ksadba.wordpress.com/?p=5#comment-101</guid>
		<description>I recently had a similar problem in TOAD where I could only see garbage data in arabic tables. Everything that you mentioned here had already been done but it was not showing up.. The only problem was that the I used Arabic transparent font as the data grid font ... and it was ok 

In TOAD 8.6 View &gt; Options &gt; Data Grid &gt; Visual &gt; Press Data button and select an Arabic font..</description>
		<content:encoded><![CDATA[<p>I recently had a similar problem in TOAD where I could only see garbage data in arabic tables. Everything that you mentioned here had already been done but it was not showing up.. The only problem was that the I used Arabic transparent font as the data grid font &#8230; and it was ok </p>
<p>In TOAD 8.6 View &gt; Options &gt; Data Grid &gt; Visual &gt; Press Data button and select an Arabic font..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tuning PL/SQL with Multithreading &amp; DBMS_SCHEDULER by vahid taj</title>
		<link>http://ksadba.wordpress.com/2009/05/26/tuning-plsql-with-multithreading-dbms_scheduler/#comment-88</link>
		<dc:creator>vahid taj</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://ksadba.wordpress.com/?p=209#comment-88</guid>
		<description>thanks alot, very usefull.
taghabalallah</description>
		<content:encoded><![CDATA[<p>thanks alot, very usefull.<br />
taghabalallah</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating Millions of Rows (Merge vs. Bulk Collect) by Mitchell Sacks</title>
		<link>http://ksadba.wordpress.com/2008/06/16/updating-millions-of-rows-merge-vs-bulk-collect/#comment-82</link>
		<dc:creator>Mitchell Sacks</dc:creator>
		<pubDate>Thu, 11 Jun 2009 19:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://ksadba.wordpress.com/?p=9#comment-82</guid>
		<description>Hi-

Interesting post.  I&#039;m curious if you think I can use it for an update I&#039;m performing.  We have a fact table which has a Primary Key based on the values of two columns; the first column is called ACCT_TIME_KEY which is an an INTEGER in the format of (YYYYMMDD), all records for a given month will have the same value.  The second column is named CAT_KEY, which is a concatenation of all the dimension keys for a given record.  The CAT_KEY for a given record looks something like this &quot;AC1442AL4BCK999BI198945BU263BL4C1K1C2K1CK1350DK5OU751PK1SK1ST3&quot;.  

The fact table has a series of columns as follows (assume the record has an ACCT_TIME_KEY of 20081231):
PT_AMT_ACTUAL        &lt;-- Current Amount
PT_AMT_ACTUAL_MAGO   &lt;-- Amount for corresponding row with ACCT_TIME_KEY for 20081130
PT_AMT_ACTUAL_2MAGO  &lt;-- Amount for corresponding row with ACCT_TIME_KEY for 20081031

So basically we are updating the table from itself as follows:
UPDATE fact_table a
   SET a.pt_amt_actual_mago =
     SELECT SUM (b.pt_amt_actual)
       FROM fact_table b
      WHERE acct_time_key = 20081130
        AND a.cat_key = b.cat_key)
 WHERE a.acct_time_key = 20081231
   AND EXISTS (SELECT 1
                 FROM fact_table c
                WHERE acct_time_key = 20081231
                  AND a.cat_key = c.cat_key);


Do you think we can make this work using bulk collect method?</description>
		<content:encoded><![CDATA[<p>Hi-</p>
<p>Interesting post.  I&#8217;m curious if you think I can use it for an update I&#8217;m performing.  We have a fact table which has a Primary Key based on the values of two columns; the first column is called ACCT_TIME_KEY which is an an INTEGER in the format of (YYYYMMDD), all records for a given month will have the same value.  The second column is named CAT_KEY, which is a concatenation of all the dimension keys for a given record.  The CAT_KEY for a given record looks something like this &#8220;AC1442AL4BCK999BI198945BU263BL4C1K1C2K1CK1350DK5OU751PK1SK1ST3&#8243;.  </p>
<p>The fact table has a series of columns as follows (assume the record has an ACCT_TIME_KEY of 20081231):<br />
PT_AMT_ACTUAL        &lt;&#8211; Current Amount<br />
PT_AMT_ACTUAL_MAGO   &lt;&#8211; Amount for corresponding row with ACCT_TIME_KEY for 20081130<br />
PT_AMT_ACTUAL_2MAGO  &lt;&#8211; Amount for corresponding row with ACCT_TIME_KEY for 20081031</p>
<p>So basically we are updating the table from itself as follows:<br />
UPDATE fact_table a<br />
   SET a.pt_amt_actual_mago =<br />
     SELECT SUM (b.pt_amt_actual)<br />
       FROM fact_table b<br />
      WHERE acct_time_key = 20081130<br />
        AND a.cat_key = b.cat_key)<br />
 WHERE a.acct_time_key = 20081231<br />
   AND EXISTS (SELECT 1<br />
                 FROM fact_table c<br />
                WHERE acct_time_key = 20081231<br />
                  AND a.cat_key = c.cat_key);</p>
<p>Do you think we can make this work using bulk collect method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by ksadba</title>
		<link>http://ksadba.wordpress.com/about/#comment-80</link>
		<dc:creator>ksadba</dc:creator>
		<pubDate>Sat, 02 May 2009 01:54:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-80</guid>
		<description>Thanks Manoj, appreciate your comment</description>
		<content:encoded><![CDATA[<p>Thanks Manoj, appreciate your comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Manoj</title>
		<link>http://ksadba.wordpress.com/about/#comment-79</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Fri, 01 May 2009 21:08:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-79</guid>
		<description>Hi Ameen,

I visited your site Recently while seraching some tips for oracle db and found it is very helpfull. Your language and explanation is impressisve and understanadable for a normal person like me where my main work area is in Unix &amp; Linux administartion.

Thanks brother and all the best.</description>
		<content:encoded><![CDATA[<p>Hi Ameen,</p>
<p>I visited your site Recently while seraching some tips for oracle db and found it is very helpfull. Your language and explanation is impressisve and understanadable for a normal person like me where my main work area is in Unix &amp; Linux administartion.</p>
<p>Thanks brother and all the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASM Grave Errors: ORA-15042 &amp; ORA-15063 by ksadba</title>
		<link>http://ksadba.wordpress.com/2008/12/23/asm-grave-errors-ora-15042-ora-15063/#comment-75</link>
		<dc:creator>ksadba</dc:creator>
		<pubDate>Fri, 24 Apr 2009 11:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://ksadba.wordpress.com/?p=150#comment-75</guid>
		<description>Thanks, appreciate your comment</description>
		<content:encoded><![CDATA[<p>Thanks, appreciate your comment</p>
]]></content:encoded>
	</item>
</channel>
</rss>
