views:

9

answers:

0

In a SQL Server external stored procedure(written in C) that I am trying to migrate, the SRV_PROC structure is the entrance parameter for a used method.

Is it possible to call this method in Oracle or do I have to change the data type into something else? Is there any workaround for this situation?