Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Re: Wrapping all tables with packages and scalability

Re: Re: Wrapping all tables with packages and scalability

From: <ryan.gaffuri_at_cox.net>
Date: Mon, 3 May 2004 8:41:48 -0400
Message-Id: <20040503124148.SQDR22312.lakermmtao03.cox.net@smtp.east.cox.net>


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
>



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US