OracleCommandBuilder.DeriveParameters() throws OracleException: ORA-06564: object does not exist ORA-06512: at “SYS.DBMS_UTILITY”
问题 Using the OracleClient that comes with ADO.NET in .NET Framework, I'm trying to call OracleCommandBuilder.DeriveParameters() method on a procedure in the database, but I keep getting an OracleException with the message: ORA-06564: object CustOrdersOrders does not exist , even though I created the procedure successfully. I'm more familiar with SQL Server, so perhaps I'm missing something here. SQL file 1.sql: create or replace PACKAGE PKGENTLIB_ARCHITECTURE IS TYPE CURENTLIB_ARCHITECTURE IS