<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'Oracle' and 'odp.net'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Oracle%2codp.net&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tags 'Oracle' and 'odp.net'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Migrate from System.Data.OracleClient in two simple steps with Devart</title><link>http://forums.asp.net/thread/3442895.aspx</link><pubDate>Tue, 06 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3442895</guid><dc:creator>corelab</dc:creator><description>   Devart offers dotConnect for Oracle – fast and reliable ADO.NET provider for the wide range of users. Our ADO.NET provider is the most compatible with OracleClient. dotConnect allows you to migrate from MS OracleClient just in two simple steps.
&lt;br /&gt;
   As you might know from ADO.NET team blog Microsoft announced deprecation of OracleClient as a part of ADO.NET roadmap and strongly recommended to use  third-party ADO.NET providers for Oracle  instead of continuing to use Microsoft’s OracleClient for new application development.
&lt;br /&gt;
   We have researched problems, which users may encounter migrating from OracleClient to dotConnect for Oracle and found two major. They are Interface differences and Behavior differences. Devart reduces all them just by 2 simple actions. Almost all differences in the names of the classes, methods, and fields between OracleClient and dotConnect for Oracle were removed. Migration Wizard will solve the problems with the minor differences that still exist so you don&amp;#39;t have to learn new interface. All behavior differences will be simply reduced just by inserting one string to your code. As simply as that.
&lt;br /&gt;
   What benefits you have using dotConnect for Oracle? 
We offer you to choose the best Edition to fit your needs. You need functionality similar to OracleClient — get it for FREE! Choose our FREE Express edition! If you want to develop and deploy database applications with ease or you need some advanced features and all functionality of Oracle — choose one of our Advanced Editions. Their prices start just from $149.95. 
To learn more, download trial and free editions, or order a license welcome to Devart site:
www.devart.com/dotconnect/oracle/.
&lt;br /&gt;
   To read full size article with pictures and examples visit dotConnect&amp;#39;s team blog: http://www.devart.com/blogs/dotconnect/?p=67 .
&lt;br /&gt;
Enjoy simplicity of migration with us!




About Devart

Devart (formerly known as Core Lab) is a software development company with 11 years of experience on the software market and over 20 thousands of devoted users. 
We specialize in providing native connectivity solutions as well as comprehensive development and management tools for the most popular databases, including Oracle, SQL Server, MySQL, PostgreSQL, InterBase, Firebird, and SQLite.

For additional information about Devart, visit www.devart.com/company/.</description></item><item><title>Application trying to load Oracle.DataAccess version different than the one in web.config</title><link>http://forums.asp.net/thread/3435216.aspx</link><pubDate>Thu, 01 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3435216</guid><dc:creator>Manotas</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi, &lt;/p&gt;
&lt;p&gt;I would appreciate any help on the following issue we&amp;#39;re facing:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We&amp;#39;re putting into&amp;nbsp;production an appication which has been already tested on differents environements (supposed to be similars to the production one), but after configuration, we&amp;#39;re getting an exception when loading the Oracle.DataAccess dll, but the thing is that&amp;#39;s not the same version defined on the web.config.&lt;/p&gt;
&lt;p&gt;Could not load file or assembly &amp;#39;Oracle.DataAccess, Version=10.2.0.200....&lt;/p&gt;
&lt;p&gt;The 10.2.0.200 it not indeed in the GAC, but anyway, the exception&amp;#39;s details it&amp;#39;s pointing to the folling line on the web.config:&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;span&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;add assembly=&amp;quot;Oracle.DataAccess, Version=9.2.0.401, Culture=neutral, PublicKeyToken=89B483F429C47342&amp;quot;/&amp;gt;&amp;lt;/assemblies&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I really cannot see what&amp;#39;s going on. On the GAC, I can find only the following versions of the Oracle.DataAccess:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;9.2.0.401&lt;/li&gt;
&lt;li&gt;1.102.2.20&lt;/li&gt;
&lt;li&gt;2.111.7.20&lt;/li&gt;
&lt;li&gt;2.102.2.20&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;What else could I check ? I suppose there is any manipulation I could do at the Oracle Client level to force the use of the DLL I wish but I don&amp;#39;t want to break anything for other applications running under the same server.....&lt;/p&gt;
&lt;p&gt;Does anyone know what are we doing wrong ???? Many thanks in advance&lt;/p&gt;</description></item><item><title>Re: Passing a .NET collection to a Oracle Stored procedure?</title><link>http://forums.asp.net/thread/3173603.aspx</link><pubDate>Tue, 19 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3173603</guid><dc:creator>row118</dc:creator><description>&lt;pre class="coloredcode"&gt;&lt;span class="sqlkwd"&gt;John this is exactly what I&amp;#39;m trying to accomplish.  The following is pseudocode for my Oracle Stored Proc.&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&lt;span class="sqlkwd"&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;&lt;pre class="coloredcode"&gt;&lt;span class="sqlkwd"&gt;CREATE PROCEDURE&lt;/span&gt; SelectFromList 
(
delimitedList varchar2(100);   &lt;span class="sqlcmt"&gt;-- 
--- or 
&lt;/span&gt;type TableValues &lt;span class="sqlkwd"&gt;of&lt;/span&gt; number; 
&lt;span class="sqlkwd"&gt;AS
BEGIN
    Select&lt;/span&gt; * &lt;span class="sqlkwd"&gt;From&lt;/span&gt; MyTable &lt;span class="sqlkwd"&gt;Where&lt;/span&gt; StoreId &lt;span class="sqlkwd3"&gt;in&lt;/span&gt; (5,6,7,8) ;
      &lt;span class="sqlkwd3"&gt;OR&lt;/span&gt; 
   &lt;span class="sqlkwd"&gt;Select&lt;/span&gt; * &lt;span class="sqlkwd"&gt;From&lt;/span&gt; MyTable &lt;span class="sqlkwd"&gt;where&lt;/span&gt; StoreId &lt;span class="sqlkwd3"&gt;in&lt;/span&gt; (&lt;span class="sqlkwd"&gt;select&lt;/span&gt; Storeid &lt;span class="sqlkwd"&gt;from&lt;/span&gt; the &lt;span class="sqlkwd"&gt;table&lt;/span&gt; input)
&lt;span class="sqlkwd"&gt;END&lt;/span&gt; ; 

 --------------------------------------
&lt;span class="sqlkwd"&gt;With&lt;/span&gt; passing &lt;span class="sqlkwd3"&gt;in&lt;/span&gt; the &lt;span class="sqlkwd"&gt;table&lt;/span&gt;,  what type &lt;span class="sqlkwd"&gt;of&lt;/span&gt; variable &lt;span class="sqlkwd3"&gt;and&lt;/span&gt; how &lt;span class="sqlkwd"&gt;is&lt;/span&gt; it populated &lt;span class="sqlkwd"&gt;from&lt;/span&gt; cmd parameters &lt;span class="sqlkwd3"&gt;in&lt;/span&gt; web page (&lt;span class="sqlkwd3"&gt;or&lt;/span&gt; app) .&lt;/pre&gt;&lt;pre class="coloredcode"&gt; &lt;span class="sqlkwd"&gt;For&lt;/span&gt; instance, can you pass an Oracle Array &lt;span class="sqlkwd3"&gt;and&lt;/span&gt; will be &lt;span class="sqlkwd2"&gt;CAST&lt;/span&gt; &lt;span class="sqlkwd"&gt;into table by&lt;/span&gt; the Oracle Stored &lt;span class="sqlkwd"&gt;Procedure&lt;/span&gt;? &lt;/pre&gt;&lt;pre class="coloredcode"&gt;I have parsing code for delimited list. In the case of the string, I want to define a table and on each loop, Insert into the table. 
&lt;/pre&gt;&amp;nbsp;</description></item><item><title>Data provider for Oracle?</title><link>http://forums.asp.net/thread/2867021.aspx</link><pubDate>Wed, 14 Jan 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2867021</guid><dc:creator>thakkarnimesh</dc:creator><description>&lt;p&gt;For accessing Oracle XE Database in the Visual Studio, do I have to Install Oracle Data Acess Components(ODAC)&lt;br /&gt;and Microsoft Oracle .NET Data Provider(ODP) both, or only the ODP will suffice?&lt;/p&gt;</description></item><item><title>How pass parameters to Oracle Stored Proc using ODP.NET?</title><link>http://forums.asp.net/thread/2625496.aspx</link><pubDate>Tue, 16 Sep 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2625496</guid><dc:creator>adityapawar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have trying to pass parameters to Oracle Stored Procedure using ODP.NET through an ASP.NET application.&lt;/p&gt;&lt;p&gt;I dont get any Compile time error. But when I anm executing nonquery command its returning -1 and nothing is updated to DB.&lt;/p&gt;&lt;p&gt;But when I am using inline query everything works fine. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Please find my code snippet below:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;int&lt;/span&gt; intOutcome = 0;
        &lt;span class="kwd"&gt;using&lt;/span&gt; (OracleConnection orclConnection = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleConnection(m_strConnectionString))
        &lt;span class="kwd"&gt;using&lt;/span&gt; (OracleCommand orclCommand = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleCommand())
        {            
            orclCommand.CommandText = &lt;span class="st"&gt;&amp;quot;storepdproc&amp;quot;&lt;/span&gt;;
            orclCommand.CommandType = CommandType.StoredProcedure;
            orclCommand.Connection = orclConnection;

            &lt;span class="cmt"&gt;//Setting up Userid Parameter&lt;/span&gt;
            OracleParameter userid = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleParameter(&lt;span class="st"&gt;&amp;quot;userid&amp;quot;&lt;/span&gt;,intUserID);
            orclCommand.Parameters.Add(userid);

            &lt;span class="cmt"&gt;//Setting up Userid Parameter&lt;/span&gt;
            OracleParameter qid = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleParameter(&lt;span class="st"&gt;&amp;quot;qid&amp;quot;&lt;/span&gt;, intQID);
            orclCommand.Parameters.Add(qid);

            &lt;span class="cmt"&gt;//Setting up Userid Parameter&lt;/span&gt;
            OracleParameter read = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleParameter(&lt;span class="st"&gt;&amp;quot;read&amp;quot;&lt;/span&gt;,intRead);
            orclCommand.Parameters.Add(read);

            &lt;span class="cmt"&gt;//Setting up Userid Parameter&lt;/span&gt;
            OracleParameter write = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleParameter(&lt;span class="st"&gt;&amp;quot;write&amp;quot;&lt;/span&gt;,intWrite);
            orclCommand.Parameters.Add(write);

            &lt;span class="cmt"&gt;//Setting up Userid Parameter&lt;/span&gt;
            OracleParameter delete = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleParameter(&lt;span class="st"&gt;&amp;quot;delete&amp;quot;&lt;/span&gt;,intDelete);
            orclCommand.Parameters.Add(delete);

            &lt;span class="cmt"&gt;//Setting up Userid Parameter&lt;/span&gt;
            OracleParameter admin = &lt;span class="kwd"&gt;new&lt;/span&gt; OracleParameter(&lt;span class="st"&gt;&amp;quot;admin&amp;quot;&lt;/span&gt;,intAdmin);
            orclCommand.Parameters.Add(admin);

            orclConnection.Open();
            intOutcome = orclCommand.ExecuteNonQuery();

            &lt;span class="kwd"&gt;if&lt;/span&gt; (intOutcome == 1)
            {
                &lt;span class="cmt"&gt;//No error&lt;/span&gt;
                &lt;span class="kwd"&gt;return true&lt;/span&gt;;
            }
            &lt;span class="kwd"&gt;else&lt;/span&gt;
            {
                &lt;span class="cmt"&gt;//Errored out&lt;/span&gt;
                &lt;span class="kwd"&gt;return false&lt;/span&gt;;

            }
        }&lt;/pre&gt;&amp;nbsp; thanks in advance&lt;br /&gt;</description></item><item><title>Oracle 11G and IIS 7.0</title><link>http://forums.asp.net/thread/2344217.aspx</link><pubDate>Wed, 07 May 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2344217</guid><dc:creator>FuGoAlberto</dc:creator><description>&lt;p&gt;Hello .... I have an application server with Windows Server 2008, IIS 7 and Oracle Data Provider 11G. The website was set up. NET 2008 has made reference to the oracle, and to run from the application working properly executes the SQL without problem, but to make the creation of a website The IIS 7, and test its functionality, displays the following error&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Could not load file or assembly &amp;#39;Oracle.Web, Version = 2.111.6.20&amp;#39; or one of its dependencies. The system can not find the file specified. &lt;/p&gt;
&lt;p&gt;The problem may be a compatibility between the version of Oracle 11G and IIS 7.0, I do not know if there is an additional component to the IIS 7.0 can recognize the version of Oracle as a provider of data? Please I am attentive to their solutions .... Thank you &lt;/p&gt;</description></item><item><title>&amp;quot;External component has thrown an exception.&amp;quot; in ODP.net</title><link>http://forums.asp.net/thread/2308973.aspx</link><pubDate>Sun, 20 Apr 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2308973</guid><dc:creator>pgnanaprakash</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In my web application I am using the backend as ORACLE and dataprovider as ODP.net. When I try to open the connection, it throws an exception &amp;quot;External component has thrown an exception.&amp;quot;. Please help me to resolve this.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Prakash&lt;/p&gt;</description></item><item><title>Inserting data into Clob column uning ODP.Net</title><link>http://forums.asp.net/thread/2027932.aspx</link><pubDate>Tue, 27 Nov 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2027932</guid><dc:creator>ksridharbabuus</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is any one used ODP.Net provider&amp;nbsp;to insert data into CLOB data type column in Oracle.&lt;/p&gt;
&lt;p&gt;Thanks in advance!!!&lt;/p&gt;</description></item><item><title>column datatype in oracle and dataset table</title><link>http://forums.asp.net/thread/1984697.aspx</link><pubDate>Thu, 01 Nov 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1984697</guid><dc:creator>nomercy007</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi all,&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have an Oracle table with column of datatype NUMBER(10). When I add a tabledapter in dataset designer, it creates a table with a column of datatype: system.decimal&lt;/p&gt;&lt;p&gt;I change it to system.int32, but when I use an insert query, the parameter is of decimal format. I changed the type in designer.vb (although it is not recommended) and it worked fine. but after time, it revoked back to decimal.&lt;/p&gt;&lt;p&gt;Am I missing something, or it is just another oracle, .NET misunderstanding?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would appreciate any feedback,&lt;/p&gt;&lt;p&gt;Thanks,&amp;nbsp;&lt;/p&gt;</description></item><item><title>Is it possible to return both refcursor,string at a time </title><link>http://forums.asp.net/thread/1914324.aspx</link><pubDate>Tue, 18 Sep 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1914324</guid><dc:creator>TC02435@emirates</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a stored procedure with 2 out parameters, one ref cursor and one string.How can I get these into my .NET page? Can I use ExecuteNonQuery and get the values? &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item></channel></rss>