<?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 Answers &#187; ORA-00936</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/ora-00936/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 07:10:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>SQL Developer: missing expression on insert into with select rownum</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/missing-expression-on-insert-into-with-select-rownum/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/missing-expression-on-insert-into-with-select-rownum/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 17:04:10 +0000</pubDate>
		<dc:creator>APB</dc:creator>
				<category><![CDATA[ORA-00936]]></category>
		<category><![CDATA[Oracle developers]]></category>
		<category><![CDATA[SQL Developer]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[insert into TEMPLE_BDMS.TEMP_QSP values ( select rownum as uniqrownum, doc_id, doc_type, barcode2, barcode3, barcode4, routing_status, scan_date, assignee, scanner, scan_station, pfile_name, new_doc_id, new_doc_type, new_doc_type2 from TEMPLE_BDMS.QSP_SOURCE where pfile_name not like &#8216;%_0001.%&#8217; ) I can run the select fine (it returns rows), but when I try to insert with the select, I get an ORA-00936 missing expression [...]]]></description>
				<content:encoded><![CDATA[<p>insert into TEMPLE_BDMS.TEMP_QSP values ( select rownum as uniqrownum, doc_id, doc_type, barcode2, barcode3, barcode4, routing_status, scan_date, assignee, scanner, scan_station, pfile_name, new_doc_id, new_doc_type, new_doc_type2 from TEMPLE_BDMS.QSP_SOURCE where pfile_name not like &#8216;%_0001.%&#8217; ) <br/><br/> I can run the select fine (it returns rows), but when I try to insert with the select, I get an ORA-00936 missing expression error.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/missing-expression-on-insert-into-with-select-rownum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filemaker Pro 9 ODBC ORA-00936 error</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/filemaker-pro-9-odbc-ora-00936-error/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/filemaker-pro-9-odbc-ora-00936-error/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:33:34 +0000</pubDate>
		<dc:creator>Ezzyrider</dc:creator>
				<category><![CDATA[ORA-00936]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I can see all of my tables in an Oracle dbase. For two of them, I can see the actual values. On another table, I can see the fields but the actual values return with an]]></description>
				<content:encoded><![CDATA[<p>I can see all of my tables in an Oracle dbase.  For two of them, I can see the actual values.  On another table, I can see the fields but the actual values return with an <actual][Oracle] ORA-00936: error.</p>
<p>Why can&#8217;t I see the values for this 3rd table?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/filemaker-pro-9-odbc-ora-00936-error/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Error when using SQL*Plus @@ command in SQL Navigator</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-when-using-sqlplus-command-in-sql-navigator/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/error-when-using-sqlplus-command-in-sql-navigator/#comments</comments>
		<pubDate>Tue, 12 May 2009 10:22:59 +0000</pubDate>
		<dc:creator>Imre</dc:creator>
				<category><![CDATA[ORA-00936]]></category>
		<category><![CDATA[Oracle Enterprise Manager]]></category>
		<category><![CDATA[Oracle error messages]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Navigator]]></category>
		<category><![CDATA[SQLPlus]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When I try to use the @@ SQL*Plus command in a script I get the message &#8220;ORA-00936: missing exppression!&#8221; when it reaches the line containing this command. I read the help and they say that the @@ command is admitted. I&#8217;ve tried the same script in Oracle Enterprise Manager Console-&#62;Tools-&#62;Database-&#62;Applications-&#62;SQL*Plus Worksheet and it worked.]]></description>
				<content:encoded><![CDATA[<p>When I try to use the @@ SQL*Plus command in a script I get the message &#8220;ORA-00936: missing exppression!&#8221; when it reaches the line containing this command. I read the help and they say that the @@ command is admitted. I&#8217;ve tried the same script in Oracle Enterprise Manager Console-&gt;Tools-&gt;Database-&gt;Applications-&gt;SQL*Plus Worksheet and it worked.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/error-when-using-sqlplus-command-in-sql-navigator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/18 queries in 0.018 seconds using memcached
Object Caching 447/496 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 09:21:56 -->