If this is a PL/SQL table (index by binary_integer), then you can access is as a variant array. See the PL/SQL Table section in the User's Guide or Help File for detailed information.
If this is a nested table, you can access it as a TOracleObject. It must be created through a "create or replace type t_NumberTable as table of number" though.
------------------
Marco Kalter
Allround Automations