Sure, you can do all of these calculations in Oracle (or Sybase, or DB2, or SQL Server, or MySQL, et cetera). Such calculations are not typically built-in functions, but rather, result from user-defined code.
If you can identify the formulae/algorithms for what you want, then you/someone can build the code to produce the result you want.
Thanks, Dave.
I guess I should have been more specific.
I was really looking for some built-in functions!!
If anyone knows anything about this, it would be appreciated.
Thanks!!
-Mike
That's precisely my point...Oracle does not have a family of functions named, Princ_payment(), or Int_payment, or APR(), but if you provide the algorithm of how you want such functions to behave, then you and I can build the code for user-defined functions that would act just like the built-in functions that you were hoping for.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.