Oracle to SQL Server Max Cursor Error ORA-01000
We have developed an app engine that will send PeopleSoft data from our Oracle database to a Vendor using SQL Server. When the process runs, it runs fine. However, very often the app engine errors with an ORA-01000 Max Open Cursors Encountered. We have never run into this problem prior to attempting to send data to a SQL server database. We've tried using commits after every 'x' amount of records. Even going as low as a commit after every update or insert. Apparently you cannot do set based processing from Oracle to SQL Server. Only individual row processing. We've also