<?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>TQ 试用 WP &#187; read only oracle user</title>
	<atom:link href="http://tq.freehostia.com.freehostia.com/tag/read-only-oracle-user/feed" rel="self" type="application/rss+xml" />
	<link>http://tq.freehostia.com.freehostia.com</link>
	<description>TQ 试用中... ...</description>
	<lastBuildDate>Fri, 19 Mar 2010 06:07:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oracle 创建只读用户</title>
		<link>http://tq.freehostia.com.freehostia.com/2009/08/oracle_user_readonly.html</link>
		<comments>http://tq.freehostia.com.freehostia.com/2009/08/oracle_user_readonly.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 08:17:00 +0000</pubDate>
		<dc:creator>TQ</dc:creator>
				<category><![CDATA[Oracle数据库管理]]></category>
		<category><![CDATA[read only oracle user]]></category>

		<guid isPermaLink="false">http://tq.freehostia.com.freehostia.com/2009/08/oracle_user_readonly.html</guid>
		<description><![CDATA[
set pages 999;
set heading off;
spool d:\run_grant.sql
select 'grant select on '&#124;&#124;owner&#124;&#124;'.'&#124;&#124;object_name&#124;&#124; ' to user1;'
from dba_objects
 where object_type='TABLE'  and owner='SCOTT';
spool off;
... ]]></description>
			<content:encoded><![CDATA[<pre class="sql" name="code">
set pages 999;
set heading off;
spool d:\run_grant.sql
select 'grant select on '||owner||'.'||object_name|| ' to user1;'
from dba_objects
 where object_type='TABLE'  and owner='SCOTT';
spool off;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://tq.freehostia.com.freehostia.com/2009/08/oracle_user_readonly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
