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: Quick compare of PL/SQL records

Re: Quick compare of PL/SQL records

From: rjamya <rjamya_at_gmail.com>
Date: Fri, 29 Apr 2005 10:20:42 -0400
Message-ID: <9177895d0504290720548ab358@mail.gmail.com>


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 churn out the code to do comparison for you.
If it is in packages, you can still fish it out, but it is probably tough.

ps: unnecessary lines deleted to please the quota police. Raj



select standard_disclaimer from company_requirements where category = 'MANDATORY';
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Apr 29 2005 - 10:25:01 CDT

Original text of this message

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