voici un example


declare
type rectype is record (
n emp.empno%type,
nom emp.ename%type
);

type tabtype is table of rectype index by pls_integer;