<?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>《使用VPD解决EBS中信息屏蔽问题》的评论</title>
	<atom:link href="http://oracleseeker.com/2009/04/27/using_vpd_hide_information_in_oracle_ebs/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracleseeker.com/2009/04/27/using_vpd_hide_information_in_oracle_ebs/</link>
	<description>Oracle技术学习和探索的园地，技术顾问的探索旅程</description>
	<lastBuildDate>Fri, 06 Apr 2012 06:48:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：kaka</title>
		<link>http://oracleseeker.com/2009/04/27/using_vpd_hide_information_in_oracle_ebs/comment-page-1/#comment-936</link>
		<dc:creator>kaka</dc:creator>
		<pubDate>Sat, 31 Oct 2009 13:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleseeker.com/index.php/using_vpd_hide_information_in_oracle_ebs#comment-936</guid>
		<description>今天使用vpd技术做一个开发，发现在同一个scheme下，使用vpd后对一些物化视图有影响，会造成物化试图无法刷新（ORA-30372）
网上查了一下，找到一个零时的办法，加入该语句，SYS.DBMS_MVIEW.I_AM_A_REFRESH 
IF SYS.DBMS_MVIEW.I_AM_A_REFRESH THEN
 RETURN NULL;
END IF;
不知道搂主有没有更好的办法
http://dbaspot.com/forums/oracle-server/373327-materialized-view-conflict-vpd-ora-30372-please-help.html</description>
		<content:encoded><![CDATA[<p>今天使用vpd技术做一个开发，发现在同一个scheme下，使用vpd后对一些物化视图有影响，会造成物化试图无法刷新（ORA-30372）<br />
网上查了一下，找到一个零时的办法，加入该语句，SYS.DBMS_MVIEW.I_AM_A_REFRESH<br />
IF SYS.DBMS_MVIEW.I_AM_A_REFRESH THEN<br />
 RETURN NULL;<br />
END IF;<br />
不知道搂主有没有更好的办法<br />
<a href="http://dbaspot.com/forums/oracle-server/373327-materialized-view-conflict-vpd-ora-30372-please-help.html" rel="nofollow">http://dbaspot.com/forums/oracle-server/373327-materialized-view-conflict-vpd-ora-30372-please-help.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：plater</title>
		<link>http://oracleseeker.com/2009/04/27/using_vpd_hide_information_in_oracle_ebs/comment-page-1/#comment-504</link>
		<dc:creator>plater</dc:creator>
		<pubDate>Wed, 03 Jun 2009 03:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleseeker.com/index.php/using_vpd_hide_information_in_oracle_ebs#comment-504</guid>
		<description>是一个解决办法.不过是否会引起另外的问题呢,例如有些标准报表或已开发的报表,需要查询到该表,哪如果是需要全部的订单数据可能查不出全部的订单</description>
		<content:encoded><![CDATA[<p>是一个解决办法.不过是否会引起另外的问题呢,例如有些标准报表或已开发的报表,需要查询到该表,哪如果是需要全部的订单数据可能查不出全部的订单</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：sail.sun</title>
		<link>http://oracleseeker.com/2009/04/27/using_vpd_hide_information_in_oracle_ebs/comment-page-1/#comment-502</link>
		<dc:creator>sail.sun</dc:creator>
		<pubDate>Tue, 26 May 2009 01:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.oracleseeker.com/index.php/using_vpd_hide_information_in_oracle_ebs#comment-502</guid>
		<description>又涨知识了</description>
		<content:encoded><![CDATA[<p>又涨知识了</p>
]]></content:encoded>
	</item>
</channel>
</rss>

