system.data.oracleclient
how to replace code that uses now obsolete System.Data.OracleClient namespace classes?
I\'ve made a \"generic\" program that converts data from a db to another. It uses configuration files to define the conversion. It uses code like this:[详细]
2023-04-13 06:31 分类:问答ORA-12571: TNS:packet writer failure with ASP.NET
My development team is experiencing numerous ORA-12571: TNS:packet writer failure errors using ASP.NET 3.5 and 4.0 against Oracle 11g. These errors are inconsistent as to when they occur, and are gene[详细]
2023-03-29 17:13 分类:问答ORA-06550, PLS-00306; Error inserting data to Oracle procedure
I have tried to troubleshoot this problem but to no avail. I get error while inserting a big chuck of data to Oracle package containing procedure \'INSCRAPP\'. The error message is,[详细]
2023-01-18 03:43 分类:问答How Do You Insert Large Blobs Into Oracle 10G Using System.Data.OracleClient?
Trying to insert 315K Gif files into an Or开发者_StackOverflow中文版acle 10g database.Everytime I get this error \"ora-01460: unimplemented or unreasonable conversion requested\" whe I run the stored[详细]
2022-12-24 01:50 分类:问答Mails Sent via SMTP should get reflected in the Sent folder on the Email Server too? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-20 00:08 分类:问答Help Optomizing Bulk Inserts into Oracle Using VB.NET
I am inserting a block of 5000 records at a time, one block right after the other.The commands are created in a seperate DLL and can call anyone of 4 different stored procedures.Is there a bulk insert[详细]
2022-12-19 07:58 分类:问答Is there a way to force OracleCommand.BindByName to be true by default for ODP.NET?
Since the System.Data.OracleClient library has been deprecated, we are in the process of migrating our code base to use Oracle Data Provider for .NET (ODP.NET) instead. One of the issues that we have[详细]
2022-12-19 06:58 分类:问答