Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Quick compare of PL/SQL records
And if you can actually force Oracle to let you define a PL/SQL record
at the SQL level, then you've probably defiled your database as well.
An object, on the other hand, can be defined at the SQL level, as in "CREATE OR REPLACE TYPE myobj AS OBJECT..." as shown in the examples above.
To Ranko: If you can make it work, you could turn around and resell it !
On 4/29/05, Jared Still <jkstill_at_gmail.com> wrote:
> PL/SQL records are only defiled when filtered through Java.
> On 4/29/05, rjamya <rjamya_at_gmail.com> wrote:
> >
> > if the pl/sql records are defiled at sql level (i.e. type declaration
> > rather
> > than in packages), you probably can write a block of plsql that will ch=
urn
> > out the code to do comparison for you.
> >
>=20
>=20
--=20
bill coulam
bcoulam_at_gmail.com
-- http://www.freelists.org/webpage/oracle-lReceived on Mon May 02 2005 - 16:09:54 CDT
![]() |
![]() |