<?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 on: Oracle + iSQL*Plus - PLS-00103: Encountered the symbol &#8220;GRANT&#8221;</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/oracle-isqlplus-pls-00103-encountered-the-symbol-grant/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-isqlplus-pls-00103-encountered-the-symbol-grant/</link>
	<description></description>
	<pubDate>Fri, 27 Nov 2009 19:57:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Cazza88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-isqlplus-pls-00103-encountered-the-symbol-grant/#comment-60776</link>
		<dc:creator>Cazza88</dc:creator>
		<pubDate>Thu, 12 Mar 2009 21:11:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-60776</guid>
		<description>Hey, 

Thanks for all your help i can't believe i missed it!!! 

Thanks Again

:-)</description>
		<content:encoded><![CDATA[<p>Hey, </p>
<p>Thanks for all your help i can&#8217;t believe i missed it!!! </p>
<p>Thanks Again</p>
<p> <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-isqlplus-pls-00103-encountered-the-symbol-grant/#comment-60774</link>
		<dc:creator>Carlosdl</dc:creator>
		<pubDate>Thu, 12 Mar 2009 20:54:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-60774</guid>
		<description>Yes, it was a typo.

Replace the line before END LOOP (i.e. execute immediate 'grant cs_dba_role to csdcsdba'&#124;&#124;to_char (VAR2);) with this:

execute immediate 'grant cs_dba_role to csdba'&#124;&#124;to_char (VAR2);</description>
		<content:encoded><![CDATA[<p>Yes, it was a typo.</p>
<p>Replace the line before END LOOP (i.e. execute immediate &#8216;grant cs_dba_role to csdcsdba&#8217;||to_char (VAR2);) with this:</p>
<p>execute immediate &#8216;grant cs_dba_role to csdba&#8217;||to_char (VAR2);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cazza88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-isqlplus-pls-00103-encountered-the-symbol-grant/#comment-60773</link>
		<dc:creator>Cazza88</dc:creator>
		<pubDate>Thu, 12 Mar 2009 20:47:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-60773</guid>
		<description>Theprocedure creates but when i run it i get these errors

Procedure created.


BEGIN proc_add_new_csdba; END;

*

ERROR at line 1: 
ORA-01917: user or role 'CSDCSDBA1' does not exist 
ORA-06512: at "INS3011_103.PROC_ADD_NEW_CSDBA", line 14 
ORA-06512: at line 1</description>
		<content:encoded><![CDATA[<p>Theprocedure creates but when i run it i get these errors</p>
<p>Procedure created.</p>
<p>BEGIN proc_add_new_csdba; END;</p>
<p>*</p>
<p>ERROR at line 1:<br />
ORA-01917: user or role &#8216;CSDCSDBA1&#8242; does not exist<br />
ORA-06512: at &#8220;INS3011_103.PROC_ADD_NEW_CSDBA&#8221;, line 14<br />
ORA-06512: at line 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-isqlplus-pls-00103-encountered-the-symbol-grant/#comment-60772</link>
		<dc:creator>Carlosdl</dc:creator>
		<pubDate>Thu, 12 Mar 2009 20:05:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-60772</guid>
		<description>It should.

Keep in mind that we are just creating the procedure with the above code, not running it.

are you running it this way ?

[CODE]EXECUTE proc_add_new_csdba;[/CODE]

If so, are you getting errors ?</description>
		<content:encoded><![CDATA[<p>It should.</p>
<p>Keep in mind that we are just creating the procedure with the above code, not running it.</p>
<p>are you running it this way ?</p>
<pre>EXECUTE proc_add_new_csdba;</pre>
<p>If so, are you getting errors ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cazza88</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/oracle-isqlplus-pls-00103-encountered-the-symbol-grant/#comment-60771</link>
		<dc:creator>Cazza88</dc:creator>
		<pubDate>Thu, 12 Mar 2009 19:45:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-60771</guid>
		<description>hi,
the purpose of this procedure is to create users and grant roles. 

the procedure is now not getting any errors, however it is not actually creating any users when i run it.

Thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
the purpose of this procedure is to create users and grant roles. </p>
<p>the procedure is now not getting any errors, however it is not actually creating any users when i run it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->