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

Home -> Community -> Mailing Lists -> Oracle-L -> Check packages for functions and parameters

Check packages for functions and parameters

From: David Mitchell <DavidM_at_HECB.WA.GOV>
Date: Tue, 5 Sep 2006 17:12:06 -0700
Message-ID: <AE79F5692E819547B3A61BB0A4ABA4B3448A50@mail2.hecb.wa.gov>


We have a third party application that we've layered our own asp.net app on top of and the vendor periodically changes some functions around when new releases come out. In particular a function was recently moved from one package to another. They also sometimes change the parameters for a given function that we rely on. Our developer is looking for a way to do some rudimentary unit testing to ensure we know when something has changed. The unit tests are being written in C#. So far we've been thinking of looking at all_source to check to see if a function is still in a particular package but we've yet to come up with a good way to check to see if the parameters have changed. Anyone got any suggestions while I continue my search?

David

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 05 2006 - 19:12:06 CDT

Original text of this message

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