I am developing my own ASP.net 4.0 website. I installed Oracle 11g on my server at home, and Oracle Client 11g on my laptop. I am using SQL Developer to view Database. Everything is going great and I
What am I missing? <add name=\"test\" connectionString=\"Data Source=TEST_ORACLE;Integrated Security=Yes;\" />
I have an ASP.NET 4.0 application where I\'m using NHibernate 3.0 with ODP.NET (newest version) to access a Oracle Express 10g database. All is working fine except the CLOB column is getting mixed up
I\'m using BulkCopy method from ODP.NET to insert a DataTable to a temporary table. If the temporary table is simple (no triggers or indexes) it works, fine, but as soon as I create an index or trigge
More than half a year ago, Oracle issued a Statement of Direction announcing that they will support the .NET entity fram开发者_如何转开发ework with ODP.NET and promising a beta version by the end of l
I am writing a Windows Service that needs to make a call to an Oracle Database.I have the target environment set for .Net 2.0 and x86 for the compiler.I 开发者_JS百科referenced the Oracle.DataAccess.d
I just got my worst maintenance nightmare : a silent error. I was calling a procedure using Odp.Net inside a custom packag开发者_JAVA百科e, and the procedure call failed silently without any exceptio
I\'m trying to connect my local Oracle 11g database using server explorer in Visual Studio 2010. I tried to setup everything as per instruction, but I\'m still getting an ORA-12504 error.
When retrieving rows from an oracle database using ODP.NET, I can specify the FetchSize parameter, which is the number of bytes that will be retrieved in one round-trip to the database.
We have a custom type that mostly corresponds to System.Int64 that\'s used 开发者_如何学Cfor our system identifiers (it provides a few extra constraints on what the underlying long value can be).