<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Oracle on Gabriel Mongeon</title><link>https://gabrielmongeon.ca/en/tags/oracle/</link><description>Recent content in Oracle on Gabriel Mongeon</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 25 Feb 2010 19:47:00 -0500</lastBuildDate><atom:link href="https://gabrielmongeon.ca/en/tags/oracle/index.xml" rel="self" type="application/rss+xml"/><item><title>SqlDataSource and ORA-01036 Illegal variable name/number</title><link>https://gabrielmongeon.ca/en/2010/02/sqldatasource-and-ora-01036-illegal-variable-name/number/</link><pubDate>Thu, 25 Feb 2010 19:47:00 -0500</pubDate><guid>https://gabrielmongeon.ca/en/2010/02/sqldatasource-and-ora-01036-illegal-variable-name/number/</guid><description>&lt;p>If you ever use the Oracle ODP.Net component with SqlDataSource and get the ORA-01036 Illegal variable name/number error, it is mainly due to the fact that your number of parameters does not match the number in your Insert, Update, or Delete query. I had this problem using a ComposedKey with the ASPxDataGridView from &lt;a href="http://www.devexpress.com">DevExpress&lt;/a>. You need to remove the ComposedKey field before executing the query.&lt;/p>
&lt;p>Here is &lt;a href="http://forums.asp.net/t/975011.aspx">the conversation on ASP.Net&lt;/a> that helped me resolve this issue.&lt;/p></description></item><item><title>Using ODP.Net 9 and 11 on the Same Machine</title><link>https://gabrielmongeon.ca/en/2010/02/using-odp.net-9-and-11-on-the-same-machine/</link><pubDate>Mon, 22 Feb 2010 19:00:00 -0500</pubDate><guid>https://gabrielmongeon.ca/en/2010/02/using-odp.net-9-and-11-on-the-same-machine/</guid><description>&lt;p>If you want to use Oracle&amp;rsquo;s ODP.Net 9 and 11 in parallel, you must absolutely uninstall version 9 of Oracle.DataAccess from the GAC. It was blocking me when I wanted to use the graphical tools of VS2008 (Server Explorer and DevExpress).&lt;/p>
&lt;p>My &lt;a href="http://stackoverflow.com/questions/2314727/odp-net-9-2-and-11-on-the-same-machine-using-vs2008">question&lt;/a> on StackOverflow&lt;/p></description></item></channel></rss>