Hi,
The error “Unsupported type PL/SQL RECORD type” refers to the complex data type which is unsupported. You can take a look at [Importing Stored Procedures from Oracle](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/creating_data_sources_and_base_views/jdbc_sources/jdbc_sources#importing-stored-procedures-from-oracle).
Following are the limitations regarding importing oracle stored procedures
* Compound non-PL/SQL types are not supported. I.e. Oracle table and record types.
* Oracle PL/SQL records are not supported.
* Oracle PL/SQL tables of records (i.e. tables with more than one column) are not supported
You could also take a look at [Creating Base Views from a Query to a Stored Procedure](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/creating_data_sources_and_base_views/jdbc_sources/jdbc_sources#creating-base-views-from-a-query-to-a-stored-procedure)
Hope this helps!