select文はPL/SQLではなくSQLであり、SQLエンジンは次のようにサーバーで定義されたタイプでのみ機能します。
create type setObj is object (<attributes>);
create type setTable is table of setObj;
select文はPL/SQLではなくSQLであり、SQLエンジンは次のようにサーバーで定義されたタイプでのみ機能します。
create type setObj is object (<attributes>);
create type setTable is table of setObj;