<?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/"
		>
<channel>
	<title>Comments for Square DBA - Oracle DBA Talk</title>
	<atom:link href="http://www.squaredba.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.squaredba.com</link>
	<description>Oracle DBA Forum, Articles, FAQs, Scripts, OCP Test Papers, Free Blog, DBA Training</description>
	<lastBuildDate>Thu, 03 Jun 2010 12:03:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Difference between Active Dataguard and Logical Standby by Khayyam</title>
		<link>http://www.squaredba.com/difference-between-active-dataguard-and-logical-standby-68.html/comment-page-1#comment-335</link>
		<dc:creator>Khayyam</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=68#comment-335</guid>
		<description>Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrade an Oracle 10g database to Oracle 11g by erika</title>
		<link>http://www.squaredba.com/upgrade-an-oracle-10g-database-to-oracle-11g-100.html/comment-page-1#comment-334</link>
		<dc:creator>erika</dc:creator>
		<pubDate>Thu, 03 Jun 2010 04:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=100#comment-334</guid>
		<description>post it please</description>
		<content:encoded><![CDATA[<p>post it please</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changes in the Comments by terry@divorce attorney</title>
		<link>http://www.squaredba.com/changes-in-the-comments-48.html/comment-page-1#comment-331</link>
		<dc:creator>terry@divorce attorney</dc:creator>
		<pubDate>Sun, 25 Apr 2010 12:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=48#comment-331</guid>
		<description>Thanks to the keywordluv plugin, my site is now 
moving up on Google. I can now be found on the 
4th page of google using a combination of any 2 
of my search words.</description>
		<content:encoded><![CDATA[<p>Thanks to the keywordluv plugin, my site is now<br />
moving up on Google. I can now be found on the<br />
4th page of google using a combination of any 2<br />
of my search words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to export with data pump by Mark Daniel@Abs Training</title>
		<link>http://www.squaredba.com/how-to-export-with-data-pump-183.html/comment-page-1#comment-295</link>
		<dc:creator>Mark Daniel@Abs Training</dc:creator>
		<pubDate>Thu, 04 Feb 2010 06:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=183#comment-295</guid>
		<description>The OWNER parameter of exp has been replaced by the SCHEMAS  parameter which is used to specify the schemas to be exported. The following is an example of the schema export and import syntax.

    expdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=expdpSCOTT.log

    impdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=impdpSCOTT.log

For example output files see expdpSCOTT.log and impdpSCOTT.log.</description>
		<content:encoded><![CDATA[<p>The OWNER parameter of exp has been replaced by the SCHEMAS  parameter which is used to specify the schemas to be exported. The following is an example of the schema export and import syntax.</p>
<p>    expdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=expdpSCOTT.log</p>
<p>    impdp scott/tiger@db10g schemas=SCOTT directory=TEST_DIR dumpfile=SCOTT.dmp logfile=impdpSCOTT.log</p>
<p>For example output files see expdpSCOTT.log and impdpSCOTT.log.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to export with data pump by John Jeracevich</title>
		<link>http://www.squaredba.com/how-to-export-with-data-pump-183.html/comment-page-1#comment-294</link>
		<dc:creator>John Jeracevich</dc:creator>
		<pubDate>Thu, 04 Feb 2010 06:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=183#comment-294</guid>
		<description>create the physical directory on the file system.

    CONN sys/password@db10g AS SYSDBA
    ALTER USER scott IDENTIFIED BY tiger ACCOUNT UNLOCK;
    GRANT CREATE ANY DIRECTORY TO scott;

    CREATE OR REPLACE DIRECTORY test_dir AS &#039;/u01/app/oracle/oradata/&#039;;
    GRANT READ, WRITE ON DIRECTORY test_dir TO scott;</description>
		<content:encoded><![CDATA[<p>create the physical directory on the file system.</p>
<p>    CONN sys/password@db10g AS SYSDBA<br />
    ALTER USER scott IDENTIFIED BY tiger ACCOUNT UNLOCK;<br />
    GRANT CREATE ANY DIRECTORY TO scott;</p>
<p>    CREATE OR REPLACE DIRECTORY test_dir AS &#8216;/u01/app/oracle/oradata/&#8217;;<br />
    GRANT READ, WRITE ON DIRECTORY test_dir TO scott;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle RAC Project by Oracle RAC Project Starts Tomorrow &#124; Square DBA - Oracle DBA Talk</title>
		<link>http://www.squaredba.com/oracle-rac-project-163.html/comment-page-1#comment-290</link>
		<dc:creator>Oracle RAC Project Starts Tomorrow &#124; Square DBA - Oracle DBA Talk</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=163#comment-290</guid>
		<description>[...] I previously described I will started a new Oracle RAC project. If everything goes as planned I will get my hands on the 2 node setup [...]</description>
		<content:encoded><![CDATA[<p>[...] I previously described I will started a new Oracle RAC project. If everything goes as planned I will get my hands on the 2 node setup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Storage Research by Mark Daniel@Abs Workout</title>
		<link>http://www.squaredba.com/oracle-storage-research-167.html/comment-page-1#comment-287</link>
		<dc:creator>Mark Daniel@Abs Workout</dc:creator>
		<pubDate>Wed, 30 Dec 2009 14:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=167#comment-287</guid>
		<description>In development over the past year, the Oracle VM Storage Connect framework will enable Oracle VM Manager to directly leverage the resources and functionality of existing storage systems in the Oracle VM environment, supporting native storage services such as Logical Unit Number (LUN) creation, deletion, expansion, and snapshot.</description>
		<content:encoded><![CDATA[<p>In development over the past year, the Oracle VM Storage Connect framework will enable Oracle VM Manager to directly leverage the resources and functionality of existing storage systems in the Oracle VM environment, supporting native storage services such as Logical Unit Number (LUN) creation, deletion, expansion, and snapshot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Storage Research by John Jeracevich</title>
		<link>http://www.squaredba.com/oracle-storage-research-167.html/comment-page-1#comment-286</link>
		<dc:creator>John Jeracevich</dc:creator>
		<pubDate>Wed, 30 Dec 2009 14:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=167#comment-286</guid>
		<description>The Oracle VM Storage Connect framework does not require storage vendors to change any of their hardware, array software or client software, thus allowing partners to improve time to market.</description>
		<content:encoded><![CDATA[<p>The Oracle VM Storage Connect framework does not require storage vendors to change any of their hardware, array software or client software, thus allowing partners to improve time to market.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Storage Research by Matt</title>
		<link>http://www.squaredba.com/oracle-storage-research-167.html/comment-page-1#comment-281</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 28 Dec 2009 23:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=167#comment-281</guid>
		<description>Thanks I will fix that right now.</description>
		<content:encoded><![CDATA[<p>Thanks I will fix that right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Storage Research by Eric</title>
		<link>http://www.squaredba.com/oracle-storage-research-167.html/comment-page-1#comment-277</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 25 Dec 2009 09:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.squaredba.com/?p=167#comment-277</guid>
		<description>I don&#039;t see a link to email you from your site. Doing a google search, your site&#039;s address http://www.squaredba.com/wp-content/themes/adspress/images/ popped up in my search results and is showing your directory. Please add a blank index.html into this directory for your own security. Peace.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see a link to email you from your site. Doing a google search, your site&#8217;s address <a href="http://www.squaredba.com/wp-content/themes/adspress/images/" rel="nofollow">http://www.squaredba.com/wp-content/themes/adspress/images/</a> popped up in my search results and is showing your directory. Please add a blank index.html into this directory for your own security. Peace.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
