ORA-06512

From: <stas1979_at_msn.com>
Date: Thu, 5 Feb 2009 15:55:00 -0800 (PST)
Message-ID: <1a63b60c-e0fd-47dc-bc31-1483d63554ed_at_r37g2000prr.googlegroups.com>



Hi,

I have a .NET application which gets back a CLOB from the oracle database. I'm using OracleParameter("name", OracleType.Clob) for the parameter spec. We recently created a new Oracle AL32UTF8 unicode database, and I'm trying to run the app against the database, however I'm getting the ORA-06512 exception. The application works fine against a non-unicode database. The OUT variables in the stored procedure are defined as CLOB, and actaully when I call the stored procedure out of PL/SQL Developer the CLOB come back fine. Is there anything that I need to do in the .NET app to get to work with unicode? Received on Thu Feb 05 2009 - 17:55:00 CST

Original text of this message