Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Re: Wrapping all tables with packages and scalability
don't quite follow one point in your post. What do you mean, I nee dto use object types for each row in a table? I thought the norm was to use a REF Cursor?
> give your procedures the same number of parameters as there are columns
> in the table, then you're hardly gaining anything. You MUST use object types
> as the procedure interface parameters, where each object type is a row of
> the
> table (or a part thereof).
>
> Cheers
> Nuno Souto
> in sunny Sydney, Australia
> dbvision_at_optusnet.com.au
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon May 03 2004 - 07:38:46 CDT
![]() |
![]() |