<?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"
	>
<channel>
	<title>Comments for HP's Oracle Blog</title>
	<atom:link href="http://www.hpfuchs.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hpfuchs.com</link>
	<description>Notes of a Junior on the Path to Oracle Mastery</description>
	<pubDate>Thu, 20 Nov 2008 22:10:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to Delete Windows Service? by kolly</title>
		<link>http://www.hpfuchs.com/2007/12/07/how-to-delete-windows-service/#comment-723</link>
		<dc:creator>kolly</dc:creator>
		<pubDate>Wed, 23 Jul 2008 11:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/?p=38#comment-723</guid>
		<description>HI everyone, i commend by saying the solution is/was superb. i was able to totally remove the oracle services giving me headache. please can you tell me the reason why dbca and net configuration assistant will not install during oracle installation</description>
		<content:encoded><![CDATA[<p>HI everyone, i commend by saying the solution is/was superb. i was able to totally remove the oracle services giving me headache. please can you tell me the reason why dbca and net configuration assistant will not install during oracle installation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Materialized View Replication by HP Fuchs</title>
		<link>http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-717</link>
		<dc:creator>HP Fuchs</dc:creator>
		<pubDate>Sun, 20 Jul 2008 18:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-717</guid>
		<description>Hallo Shreekanth

SQL&gt; SELECT owner &#124;&#124; '.' &#124;&#124; mview_name FROM dba_mviews;

no rows selected

SQL&gt;

My database doesn't have materialized views at the moment.</description>
		<content:encoded><![CDATA[<p>Hallo Shreekanth</p>
<p>SQL> SELECT owner || &#8216;.&#8217; || mview_name FROM dba_mviews;</p>
<p>no rows selected</p>
<p>SQL></p>
<p>My database doesn&#8217;t have materialized views at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Materialized View Replication by shreekanth</title>
		<link>http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-707</link>
		<dc:creator>shreekanth</dc:creator>
		<pubDate>Tue, 15 Jul 2008 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-707</guid>
		<description>Hi may i know how to find whether my database has materilized view or not.any sql statement is there</description>
		<content:encoded><![CDATA[<p>Hi may i know how to find whether my database has materilized view or not.any sql statement is there</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Materialized View Replication by Kumar</title>
		<link>http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-694</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Sat, 12 Jul 2008 16:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-694</guid>
		<description>Hi There,
         Nice Article on Materialized Views. I am working on Oracle Incentive Compensation as a technical person. My responsibility is to interface the transaction data to incentive module to calculate commission. Compensation will be calcuated every month. I have developed a PL/SQL program to extract transactions every month to put the transactions in the staging area where incentive module picks up the data from the staging table. This is the basic overview of my work.

The problem i am facing is for every month there are about 6 million transactions needs to be send to the staging table. It is a nightmare if i use the PL/SQL program to load the staging table. For this situation, can i use materialized view instead of using the PL/SQL program to load the staging table? Any help greatly appreciated..</description>
		<content:encoded><![CDATA[<p>Hi There,<br />
         Nice Article on Materialized Views. I am working on Oracle Incentive Compensation as a technical person. My responsibility is to interface the transaction data to incentive module to calculate commission. Compensation will be calcuated every month. I have developed a PL/SQL program to extract transactions every month to put the transactions in the staging area where incentive module picks up the data from the staging table. This is the basic overview of my work.</p>
<p>The problem i am facing is for every month there are about 6 million transactions needs to be send to the staging table. It is a nightmare if i use the PL/SQL program to load the staging table. For this situation, can i use materialized view instead of using the PL/SQL program to load the staging table? Any help greatly appreciated..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Materialized View Replication by HP Fuchs</title>
		<link>http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-666</link>
		<dc:creator>HP Fuchs</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-666</guid>
		<description>Hello Dina

Materialized Views are in the materialized view site. At the Replicated site. In my example it's the same DB as the Master DB, because I used a loopback DB link in my example. In real life you have a master site (tables and snapshot logs) and a replication site (materialized views).</description>
		<content:encoded><![CDATA[<p>Hello Dina</p>
<p>Materialized Views are in the materialized view site. At the Replicated site. In my example it&#8217;s the same DB as the Master DB, because I used a loopback DB link in my example. In real life you have a master site (tables and snapshot logs) and a replication site (materialized views).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Materialized View Replication by dina</title>
		<link>http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-665</link>
		<dc:creator>dina</dc:creator>
		<pubDate>Wed, 02 Jul 2008 10:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-665</guid>
		<description>is Materialized View in master table DB??</description>
		<content:encoded><![CDATA[<p>is Materialized View in master table DB??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Delete Windows Service? by HP Fuchs</title>
		<link>http://www.hpfuchs.com/2007/12/07/how-to-delete-windows-service/#comment-647</link>
		<dc:creator>HP Fuchs</dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/?p=38#comment-647</guid>
		<description>Hallo Stefan

You are right. I learned about the sc (service control) windows shell command only recently at my new job. Thanks for pointing out.</description>
		<content:encoded><![CDATA[<p>Hallo Stefan</p>
<p>You are right. I learned about the sc (service control) windows shell command only recently at my new job. Thanks for pointing out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Materialized View Replication by HP Fuchs</title>
		<link>http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-646</link>
		<dc:creator>HP Fuchs</dc:creator>
		<pubDate>Mon, 09 Jun 2008 11:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-646</guid>
		<description>Hallo Mahesh

The steps describe a materialized view replication (not bi-directional) within a single database. You get an error when trying to create a database link from instance r5dev10g to itself. You need a loopback database link. Use this syntax:

CREATE DATABASE LINK &lt;b&gt;instance&lt;/b&gt;.kt.lunet.ch@&lt;b&gt;instance&lt;/b&gt; CONNECT TO &lt;b&gt;user&lt;/b&gt; IDENTIFIED BY &lt;b&gt;password&lt;/b&gt; USING ‘&lt;b&gt;instance&lt;/b&gt;’;

Did it work?</description>
		<content:encoded><![CDATA[<p>Hallo Mahesh</p>
<p>The steps describe a materialized view replication (not bi-directional) within a single database. You get an error when trying to create a database link from instance r5dev10g to itself. You need a loopback database link. Use this syntax:</p>
<p>CREATE DATABASE LINK <b>instance</b>.kt.lunet.ch@<b>instance</b> CONNECT TO <b>user</b> IDENTIFIED BY <b>password</b> USING ‘<b>instance</b>’;</p>
<p>Did it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Materialized View Replication by Mahesh</title>
		<link>http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-640</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Fri, 06 Jun 2008 08:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/2008/02/06/materialized-view-replication/#comment-640</guid>
		<description>Hey, I thought that the steps provided here which i can use for my scenario. It is like,

I want to setup replication using Mviews within a database.  

The steps provided here seems, similar to my requirement.  So, started implementing it.  But while creating DB Link I faced an issue.

SQL&#62; CREATE DATABASE LINK R5DEV10G.AIG.COM CONNECT TO gens1 IDENTIFIED BY gens1 USING 'R5DEV10G.AIG.COM';
CREATE DATABASE LINK R5DEV10G.AIG.COM CONNECT TO gens1 IDENTIFIED BY gens1 USING 'R5DEV10G.AIG.COM'
*
ERROR at line 1:
ORA-02082: a loopback database link must have a connection qualifier

As i am quite new to MView, I am not for sure how to resolve it and tried my level best to find the solution finally I opened ticket to Oracle to get some help.

Now, as per oracle support, I skipped dblink creation step and created Mview. Now, getting new error as below while creating index 
SQL&#62; CREATE INDEX indx_mv_objecttype ON TESTMV(gens2.emp);
CREATE INDEX indx_mv_objecttype ON TESTMV(gens2.emp)
*
ERROR at line 1:
ORA-00904: "GENS2"."EMP": invalid identifier

Tell me onething, 
1. is this steps for Mview replication within a database ?
2. Is this replication bi-directional replication (replicate each other) ?

Do you have any clue if i am wrong anywhere !?</description>
		<content:encoded><![CDATA[<p>Hey, I thought that the steps provided here which i can use for my scenario. It is like,</p>
<p>I want to setup replication using Mviews within a database.  </p>
<p>The steps provided here seems, similar to my requirement.  So, started implementing it.  But while creating DB Link I faced an issue.</p>
<p>SQL&gt; CREATE DATABASE LINK R5DEV10G.AIG.COM CONNECT TO gens1 IDENTIFIED BY gens1 USING &#8216;R5DEV10G.AIG.COM&#8217;;<br />
CREATE DATABASE LINK R5DEV10G.AIG.COM CONNECT TO gens1 IDENTIFIED BY gens1 USING &#8216;R5DEV10G.AIG.COM&#8217;<br />
*<br />
ERROR at line 1:<br />
ORA-02082: a loopback database link must have a connection qualifier</p>
<p>As i am quite new to MView, I am not for sure how to resolve it and tried my level best to find the solution finally I opened ticket to Oracle to get some help.</p>
<p>Now, as per oracle support, I skipped dblink creation step and created Mview. Now, getting new error as below while creating index<br />
SQL&gt; CREATE INDEX indx_mv_objecttype ON TESTMV(gens2.emp);<br />
CREATE INDEX indx_mv_objecttype ON TESTMV(gens2.emp)<br />
*<br />
ERROR at line 1:<br />
ORA-00904: &#8220;GENS2&#8243;.&#8221;EMP&#8221;: invalid identifier</p>
<p>Tell me onething,<br />
1. is this steps for Mview replication within a database ?<br />
2. Is this replication bi-directional replication (replicate each other) ?</p>
<p>Do you have any clue if i am wrong anywhere !?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Delete Windows Service? by stefan</title>
		<link>http://www.hpfuchs.com/2007/12/07/how-to-delete-windows-service/#comment-637</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.hpfuchs.com/?p=38#comment-637</guid>
		<description>That is definitely not the recommended way. To delete a service use the command line tool sc. For instance

sc delete OracleServiceORCL</description>
		<content:encoded><![CDATA[<p>That is definitely not the recommended way. To delete a service use the command line tool sc. For instance</p>
<p>sc delete OracleServiceORCL</p>
]]></content:encoded>
	</item>
</channel>
</rss>
