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:
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
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,
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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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
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