CONVERT LIST TYPE FROM INFORMIX TO ORACLE
We are migrating a couple of Stored Procedures from Informix to Oracle.
What is the best option to migrate this function?:
CREATE FUNCTION proc(itemlist LIST (ROW (item_id INTEGER, item_format INTEGER, item_order INTEGER,
item_lenght DECIMAL(10,3), item date DATE) not null ),
listnumber INTEGER, listcode INTEGER, listformat INTEGER)