Is it possible to pass a PL/SQL Associative Array as a parameter to a Stored Procedure in Entity Framework? If so, how? In the Entity Developer you can only choose parameter types from a list of primitives.
We don't have technical possibility to support Oracle object types.
Entity Framework only allows primitive types or mapped entities (or entity collections) as parameters in Stored procedures.