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

Home -> Community -> Usenet -> c.d.o.server -> Re: Pl/Sql Casting Objects: error using the TABLE operator

Re: Pl/Sql Casting Objects: error using the TABLE operator

From: <uneboite_at_hotmail.com>
Date: 5 Jul 2005 08:01:03 -0700
Message-ID: <1120575663.629421.43720@g14g2000cwa.googlegroups.com>


THANNNNNKS!!!!! You brought me light!!!

When one selects an object column without using Value(), the select returns the attributes of that object, not the object itself.

Since these attributes already have names, oracle doesn't create the "column_value" alias like it does when you use a non-object collection in a statement like the one above.

Well that's the way I (humbly) see it.

Your answer led me to that. Thanks a lot. Received on Tue Jul 05 2005 - 10:01:03 CDT

Original text of this message

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