<?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 on: Take care of a slash in a SQL script</title>
	<atom:link href="http://amardeepsidhu.com/blog/2009/06/14/take-care-of-slash-sql-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://amardeepsidhu.com/blog/2009/06/14/take-care-of-slash-sql-script/</link>
	<description>Little bit of fun with Oracle</description>
	<lastBuildDate>Thu, 17 May 2012 06:15:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Surachart Opun</title>
		<link>http://amardeepsidhu.com/blog/2009/06/14/take-care-of-slash-sql-script/comment-page-1/#comment-7641</link>
		<dc:creator>Surachart Opun</dc:creator>
		<pubDate>Sun, 14 Jun 2009 13:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://amardeepsidhu.com/blog/?p=202#comment-7641</guid>
		<description>Thank You...  for your idea. That&#039;s good .

-&gt;  slash in a SQL script make so bad or sqlplus ;)

SQL&gt; delete emp1;
delete emp1
       *
ERROR at line 1:
ORA-00942: table or view does not exist


SQL&gt; exec dbms_stats.gather_table_stats(user,&#039;A&#039;);

PL/SQL procedure successfully completed.

SQL&gt; list
  1* delete emp1
SQL&gt;
SQL&gt;
SQL&gt; begin
  2  dbms_stats.gather_table_stats(user,&#039;A&#039;);
  3   end;
  4  /

PL/SQL procedure successfully completed.

SQL&gt; list
  1  begin
  2  dbms_stats.gather_table_stats(user,&#039;A&#039;);
  3*  end;</description>
		<content:encoded><![CDATA[<p>Thank You&#8230;  for your idea. That&#8217;s good .</p>
<p>-&gt;  slash in a SQL script make so bad or sqlplus <img src='http://amardeepsidhu.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>SQL&gt; delete emp1;<br />
delete emp1<br />
       *<br />
ERROR at line 1:<br />
ORA-00942: table or view does not exist</p>
<p>SQL&gt; exec dbms_stats.gather_table_stats(user,&#8217;A');</p>
<p>PL/SQL procedure successfully completed.</p>
<p>SQL&gt; list<br />
  1* delete emp1<br />
SQL&gt;<br />
SQL&gt;<br />
SQL&gt; begin<br />
  2  dbms_stats.gather_table_stats(user,&#8217;A');<br />
  3   end;<br />
  4  /</p>
<p>PL/SQL procedure successfully completed.</p>
<p>SQL&gt; list<br />
  1  begin<br />
  2  dbms_stats.gather_table_stats(user,&#8217;A');<br />
  3*  end;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

