<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT 图片-Technology Pictures</title>
	<atom:link href="http://www.it-tupian.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-tupian.com</link>
	<description>在这里通过图片分享最精彩的IT故事</description>
	<lastBuildDate>Sun, 22 Apr 2012 14:57:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ACFS Architecture Pic</title>
		<link>http://www.it-tupian.com/acfs-architecture-pic.html</link>
		<comments>http://www.it-tupian.com/acfs-architecture-pic.html#comments</comments>
		<pubDate>Sun, 22 Apr 2012 14:57:37 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[acfs]]></category>
		<category><![CDATA[asm]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=302</guid>
		<description><![CDATA[ACFS Architecture Pic &#160; &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>ACFS Architecture Pic</p>
<p>&nbsp;</p>
<p><a href="http://www.it-tupian.com/wp-content/uploads/2012/04/oracle_acfs_architecture.png"><img class="aligncenter size-full wp-image-303" title="oracle_acfs_architecture" src="http://www.it-tupian.com/wp-content/uploads/2012/04/oracle_acfs_architecture.png" alt="this is a build slide   first the current ASM paradigm.   Then we add a volume manager that allows us the mount ASM Cluster or single instance file systems,  take snapshots of those FS,  and even lets us mount Linux ext3 file systems on these volumes. In earlier releases of Oracle  Cluster Ready Service (CRS)  and Oracle Real Application Clusters  (RAC), you had to provision storage for Oracle Cluster Registry (OCR)  /Vote files, ASM Spfile outside ASM.  Prior to 10g  you also had to find either a cluster file system or raw devices for the database files.   Starting with Database 10g, database files could  be stored in ASM. Now, in 11gR2, OCR/Vote files as well ASM Spfile can be stored in ASM.  Wait!  Isn't there a chicken and egg problem.  How can you put the Cluster Registry in ASM when ASM isn't installed and running?  We're not really going to discuss that today, but through cunning and magic, the CRS development team figured it out.   Additionally, we introduce the ASM Filesystem, thus all other extended database related files can also be stored in ASM via ACFS filesystems.   Note that files stored traditionally in ASM will continue to be stored in ASM.  ACFS is not certified to be used to store database files.    ACFS should house Database Oracle Home and other extensible data file types associated with the database" width="922" height="661" /></a></p>
<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/acfs-architecture-pic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD4J Architecture</title>
		<link>http://www.it-tupian.com/ad4j-architecture.html</link>
		<comments>http://www.it-tupian.com/ad4j-architecture.html#comments</comments>
		<pubDate>Sun, 22 Apr 2012 14:50:42 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=299</guid>
		<description><![CDATA[AD4J Architecture &#160; &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>AD4J Architecture</p>
<p>&nbsp;</p>
<p><a href="http://www.it-tupian.com/wp-content/uploads/2012/04/ad4j_archtecture.png"><img class="aligncenter size-full wp-image-300" title="ad4j_archtecture" src="http://www.it-tupian.com/wp-content/uploads/2012/04/ad4j_archtecture.png" alt="Operates at JVM native layer for &lt;0.1% overhead Snapshots only taken in response to console requests On-demand snapshots for real-time diagnostics Snapshots at monitoring frequency for historical diagnosis Post processing in console and repository  DB Agent allows the console to trace transaction from the application into the DB and back" width="909" height="643" /></a></p>
<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/ad4j-architecture.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>图解Undo原理</title>
		<link>http://www.it-tupian.com/%e5%9b%be%e8%a7%a3undo%e5%8e%9f%e7%90%86.html</link>
		<comments>http://www.it-tupian.com/%e5%9b%be%e8%a7%a3undo%e5%8e%9f%e7%90%86.html#comments</comments>
		<pubDate>Thu, 16 Feb 2012 13:00:25 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=294</guid>
		<description><![CDATA[图解Undo原理：包括事务表Transaction Table、Undo Chains、和事务槽Interested Transaction List(ITLS)。 &#160; &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>图解Undo原理：包括事务表Transaction Table、Undo Chains、和事务槽Interested Transaction List(ITLS)。</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.it-tupian.com/wp-content/uploads/2012/02/undo_itl_seg_hdr.png"><img class="aligncenter  wp-image-295" title="undo_itl_seg_hdr" src="http://www.it-tupian.com/wp-content/uploads/2012/02/undo_itl_seg_hdr.png" alt="Transaction Table, Undo Chains and Interested Transaction Lists (ITLs) Mechanism by which Oracle maintains row level locking, Consistent Reads &amp; block cleanouts." width="849" height="263" /></a></p>
<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/%e5%9b%be%e8%a7%a3undo%e5%8e%9f%e7%90%86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance comparison Raw device VS Ext2 VS Ext3 VS OCFS</title>
		<link>http://www.it-tupian.com/performance-comparison-raw-device-vs-ext2-vs-ext3-vs-ocfs.html</link>
		<comments>http://www.it-tupian.com/performance-comparison-raw-device-vs-ext2-vs-ext3-vs-ocfs.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 15:41:01 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=287</guid>
		<description><![CDATA[Performance comparison Raw device VS Ext2 VS Ext3 VS OCFS &#160; TPS Graph、 Input 、Output 、CPU usage &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>Performance comparison Raw device VS Ext2 VS Ext3 VS OCFS</p>
<p>&nbsp;</p>
<p>TPS Graph、 Input 、Output 、CPU usage</p>

<a href='http://www.it-tupian.com/performance-comparison-raw-device-vs-ext2-vs-ext3-vs-ocfs.html/raw_performance1' title='raw_performance1'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/raw_performance1-150x150.png" class="attachment-thumbnail" alt="raw_performance1" title="raw_performance1" /></a>
<a href='http://www.it-tupian.com/performance-comparison-raw-device-vs-ext2-vs-ext3-vs-ocfs.html/raw_performance2' title='raw_performance2'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/raw_performance2-150x150.png" class="attachment-thumbnail" alt="raw_performance2" title="raw_performance2" /></a>
<a href='http://www.it-tupian.com/performance-comparison-raw-device-vs-ext2-vs-ext3-vs-ocfs.html/raw_performance3' title='raw_performance3'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/raw_performance3-150x150.png" class="attachment-thumbnail" alt="raw_performance3" title="raw_performance3" /></a>
<a href='http://www.it-tupian.com/performance-comparison-raw-device-vs-ext2-vs-ext3-vs-ocfs.html/raw_performance4' title='raw_performance4'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/raw_performance4-150x150.png" class="attachment-thumbnail" alt="raw_performance4" title="raw_performance4" /></a>

<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/performance-comparison-raw-device-vs-ext2-vs-ext3-vs-ocfs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle数据库升级路线图</title>
		<link>http://www.it-tupian.com/oracle%e6%95%b0%e6%8d%ae%e5%ba%93%e5%8d%87%e7%ba%a7%e8%b7%af%e7%ba%bf%e5%9b%be.html</link>
		<comments>http://www.it-tupian.com/oracle%e6%95%b0%e6%8d%ae%e5%ba%93%e5%8d%87%e7%ba%a7%e8%b7%af%e7%ba%bf%e5%9b%be.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 13:21:57 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=282</guid>
		<description><![CDATA[Oracle Upgrade roadmap Oracle数据库升级路线图总览 &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>Oracle Upgrade roadmap Oracle数据库升级路线图总览</p>
<p style="text-align: center;"><a href="http://www.it-tupian.com/wp-content/uploads/2012/02/upgrade_to_9ir2.png"><img class="aligncenter  wp-image-283" title="Upgrade to Oracle Database 9.2" src="http://www.it-tupian.com/wp-content/uploads/2012/02/upgrade_to_9ir2.png" alt="Moving from much older releases of Oracle Database, it suggested that an upgrade to 9iR2 is done first." width="623" height="409" /></a></p>
<p style="text-align: center;"><a href="http://www.it-tupian.com/wp-content/uploads/2012/02/upgrade_to_10gr2.png"><img class="aligncenter  wp-image-284" title="Upgrade to Oracle Database 10g Release 2" src="http://www.it-tupian.com/wp-content/uploads/2012/02/upgrade_to_10gr2.png" alt="Upgrade to Oracle Database 10g Release 2" width="629" height="421" /></a><a href="http://www.it-tupian.com/wp-content/uploads/2012/02/upgrade_to_11gR2.png"><img class="aligncenter  wp-image-285" title="Upgrade to Oracle Database 11g" src="http://www.it-tupian.com/wp-content/uploads/2012/02/upgrade_to_11gR2.png" alt="For all release upgrades, export/import will work as well.Direct upgrades to 11.1 are supported from 9.20.4 or higher, 10.1.0.x, 10.2.0.x." width="648" height="412" /></a></p>
<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/oracle%e6%95%b0%e6%8d%ae%e5%ba%93%e5%8d%87%e7%ba%a7%e8%b7%af%e7%ba%bf%e5%9b%be.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>图解Oracle RAC全局缓存等待事件Global Cache Wait Events</title>
		<link>http://www.it-tupian.com/%e5%9b%be%e8%a7%a3oracle-rac%e5%85%a8%e5%b1%80%e7%bc%93%e5%ad%98%e7%ad%89%e5%be%85%e4%ba%8b%e4%bb%b6global-cache-wait-events.html</link>
		<comments>http://www.it-tupian.com/%e5%9b%be%e8%a7%a3oracle-rac%e5%85%a8%e5%b1%80%e7%bc%93%e5%ad%98%e7%ad%89%e5%be%85%e4%ba%8b%e4%bb%b6global-cache-wait-events.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 07:50:12 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=275</guid>
		<description><![CDATA[图解Oracle RAC全局缓存等待事件Global Cache Wait Events &#160; &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>图解Oracle RAC全局缓存等待事件Global Cache Wait Events</p>
<p>&nbsp;</p>

<a href='http://www.it-tupian.com/%e5%9b%be%e8%a7%a3oracle-rac%e5%85%a8%e5%b1%80%e7%bc%93%e5%ad%98%e7%ad%89%e5%be%85%e4%ba%8b%e4%bb%b6global-cache-wait-events.html/2-way-block-request' title='2-way Block Request'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/2-way-Block-Request-150x150.png" class="attachment-thumbnail" alt="2-way Block Request" title="2-way Block Request" /></a>
<a href='http://www.it-tupian.com/%e5%9b%be%e8%a7%a3oracle-rac%e5%85%a8%e5%b1%80%e7%bc%93%e5%ad%98%e7%ad%89%e5%be%85%e4%ba%8b%e4%bb%b6global-cache-wait-events.html/2-way-grant' title='2-way Grant'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/2-way-Grant-150x150.png" class="attachment-thumbnail" alt="2-way Grant" title="2-way Grant" /></a>
<a href='http://www.it-tupian.com/%e5%9b%be%e8%a7%a3oracle-rac%e5%85%a8%e5%b1%80%e7%bc%93%e5%ad%98%e7%ad%89%e5%be%85%e4%ba%8b%e4%bb%b6global-cache-wait-events.html/3-way-block-request' title='3-way block request'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/3-way-block-request-150x150.png" class="attachment-thumbnail" alt="3-way block request" title="3-way block request" /></a>
<a href='http://www.it-tupian.com/%e5%9b%be%e8%a7%a3oracle-rac%e5%85%a8%e5%b1%80%e7%bc%93%e5%ad%98%e7%ad%89%e5%be%85%e4%ba%8b%e4%bb%b6global-cache-wait-events.html/global-cache-wait-events' title='Global Cache Wait Events'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/Global-Cache-Wait-Events-150x150.png" class="attachment-thumbnail" alt="Global Cache Wait Events" title="Global Cache Wait Events" /></a>

<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/%e5%9b%be%e8%a7%a3oracle-rac%e5%85%a8%e5%b1%80%e7%bc%93%e5%ad%98%e7%ad%89%e5%be%85%e4%ba%8b%e4%bb%b6global-cache-wait-events.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何给Exadata数据库一体机打补丁patching图解</title>
		<link>http://www.it-tupian.com/%e5%a6%82%e4%bd%95%e7%bb%99exadata%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b8%80%e4%bd%93%e6%9c%ba%e6%89%93%e8%a1%a5%e4%b8%81patching%e5%9b%be%e8%a7%a3.html</link>
		<comments>http://www.it-tupian.com/%e5%a6%82%e4%bd%95%e7%bb%99exadata%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b8%80%e4%bd%93%e6%9c%ba%e6%89%93%e8%a1%a5%e4%b8%81patching%e5%9b%be%e8%a7%a3.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 07:38:05 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=269</guid>
		<description><![CDATA[从图中可以看到使用ILOM为Infiniband 打补丁，而OS和固件使用oracle定制的minimal pack install.sh &#160; &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>从图中可以看到使用ILOM为Infiniband 打补丁，而OS和固件使用oracle定制的minimal pack install.sh</p>
<p>&nbsp;</p>

<a href='http://www.it-tupian.com/%e5%a6%82%e4%bd%95%e7%bb%99exadata%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b8%80%e4%bd%93%e6%9c%ba%e6%89%93%e8%a1%a5%e4%b8%81patching%e5%9b%be%e8%a7%a3.html/database_grid_infrastructure_bundle_patches' title='database_Grid_infrastructure_bundle_patches'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/database_Grid_infrastructure_bundle_patches-150x150.png" class="attachment-thumbnail" alt="database_Grid_infrastructure_bundle_patches" title="database_Grid_infrastructure_bundle_patches" /></a>
<a href='http://www.it-tupian.com/%e5%a6%82%e4%bd%95%e7%bb%99exadata%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b8%80%e4%bd%93%e6%9c%ba%e6%89%93%e8%a1%a5%e4%b8%81patching%e5%9b%be%e8%a7%a3.html/exadata_patching' title='exadata_patching'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/exadata_patching-150x150.png" class="attachment-thumbnail" alt="exadata_patching" title="exadata_patching" /></a>

<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/%e5%a6%82%e4%bd%95%e7%bb%99exadata%e6%95%b0%e6%8d%ae%e5%ba%93%e4%b8%80%e4%bd%93%e6%9c%ba%e6%89%93%e8%a1%a5%e4%b8%81patching%e5%9b%be%e8%a7%a3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle GoldenGate Monitor架构图</title>
		<link>http://www.it-tupian.com/oracle-goldengate-monitor%e6%9e%b6%e6%9e%84%e5%9b%be.html</link>
		<comments>http://www.it-tupian.com/oracle-goldengate-monitor%e6%9e%b6%e6%9e%84%e5%9b%be.html#comments</comments>
		<pubDate>Wed, 08 Feb 2012 12:12:54 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=265</guid>
		<description><![CDATA[Oracle GoldenGate Monitor架构图 &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>Oracle GoldenGate Monitor架构图</p>

<a href='http://www.it-tupian.com/oracle-goldengate-monitor%e6%9e%b6%e6%9e%84%e5%9b%be.html/goldengate_monitor_arch1' title='goldengate_monitor_arch1'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/goldengate_monitor_arch1-150x150.png" class="attachment-thumbnail" alt="Monitor功能亮点 集中的记分牌界面(基于web)，监视所有Goldengate实例 自动发现Goldengate实例并动态监视 定制化视图 通过SNMP与企业监控产品集成 可以动态加入新的监控点 监控点数值被持久保存 客户化告警模板和告警通知 方案 – 一瞥看到端到端的设置 查看报告 – 来自每个进程的错误" title="goldengate_monitor_arch1" /></a>
<a href='http://www.it-tupian.com/oracle-goldengate-monitor%e6%9e%b6%e6%9e%84%e5%9b%be.html/goldengate_monitor_arch2' title='goldengate_monitor_arch2'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/goldengate_monitor_arch2-150x150.png" class="attachment-thumbnail" alt="goldengate_monitor_arch2" title="goldengate_monitor_arch2" /></a>

<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/oracle-goldengate-monitor%e6%9e%b6%e6%9e%84%e5%9b%be.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Goldengate Director软件截面图</title>
		<link>http://www.it-tupian.com/oracle-goldengate-director%e8%bd%af%e4%bb%b6%e6%88%aa%e9%9d%a2%e5%9b%be.html</link>
		<comments>http://www.it-tupian.com/oracle-goldengate-director%e8%bd%af%e4%bb%b6%e6%88%aa%e9%9d%a2%e5%9b%be.html#comments</comments>
		<pubDate>Wed, 08 Feb 2012 12:10:23 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=261</guid>
		<description><![CDATA[Oracle Goldengate Director软件截面图 &#160; &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>Oracle Goldengate Director软件截面图</p>
<p>&nbsp;</p>

<a href='http://www.it-tupian.com/oracle-goldengate-director%e8%bd%af%e4%bb%b6%e6%88%aa%e9%9d%a2%e5%9b%be.html/goldengate_director_client' title='goldengate_director_client'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/goldengate_director_client-150x150.png" class="attachment-thumbnail" alt="goldengate_director_client" title="goldengate_director_client" /></a>
<a href='http://www.it-tupian.com/oracle-goldengate-director%e8%bd%af%e4%bb%b6%e6%88%aa%e9%9d%a2%e5%9b%be.html/goldengate_director_web' title='goldengate_director_web'><img width="150" height="150" src="http://www.it-tupian.com/wp-content/uploads/2012/02/goldengate_director_web-150x150.png" class="attachment-thumbnail" alt="goldengate_director_web" title="goldengate_director_web" /></a>

<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/oracle-goldengate-director%e8%bd%af%e4%bb%b6%e6%88%aa%e9%9d%a2%e5%9b%be.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>没有Metalink账号的同学可以观赏下，My Oracle Support的主界面</title>
		<link>http://www.it-tupian.com/%e6%b2%a1%e6%9c%89metalink%e8%b4%a6%e5%8f%b7%e7%9a%84%e5%90%8c%e5%ad%a6%e5%8f%af%e4%bb%a5%e8%a7%82%e8%b5%8f%e4%b8%8b%ef%bc%8cmy-oracle-support%e7%9a%84%e4%b8%bb%e7%95%8c%e9%9d%a2.html</link>
		<comments>http://www.it-tupian.com/%e6%b2%a1%e6%9c%89metalink%e8%b4%a6%e5%8f%b7%e7%9a%84%e5%90%8c%e5%ad%a6%e5%8f%af%e4%bb%a5%e8%a7%82%e8%b5%8f%e4%b8%8b%ef%bc%8cmy-oracle-support%e7%9a%84%e4%b8%bb%e7%95%8c%e9%9d%a2.html#comments</comments>
		<pubDate>Wed, 08 Feb 2012 12:06:20 +0000</pubDate>
		<dc:creator>maclean</dc:creator>
				<category><![CDATA[oracle database]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.it-tupian.com/?p=257</guid>
		<description><![CDATA[没有Metalink账号的同学可以观赏下，My Oracle Support Main Dashboard的主界面 &#160; &#169; 2012, www.it-tupian.com. All rights reserved.]]></description>
			<content:encoded><![CDATA[<p>没有Metalink账号的同学可以观赏下，My Oracle Support Main Dashboard的主界面</p>
<p>&nbsp;</p>
<p><a href="http://www.it-tupian.com/wp-content/uploads/2012/02/my_oracle_support_main_dashborad.png"><img class="aligncenter size-full wp-image-258" title="my_oracle_support_main_dashborad" src="http://www.it-tupian.com/wp-content/uploads/2012/02/my_oracle_support_main_dashborad.png" alt="" width="939" height="563" /></a></p>
<p style='text-align:left'>&copy; 2012, <a href='http://www.it-tupian.com'>www.it-tupian.com</a>. All rights reserved. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-tupian.com/%e6%b2%a1%e6%9c%89metalink%e8%b4%a6%e5%8f%b7%e7%9a%84%e5%90%8c%e5%ad%a6%e5%8f%af%e4%bb%a5%e8%a7%82%e8%b5%8f%e4%b8%8b%ef%bc%8cmy-oracle-support%e7%9a%84%e4%b8%bb%e7%95%8c%e9%9d%a2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.260 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-18 17:24:36 -->

