Category Archive Template

Data structures and datatypes > Numbers

Oracle offers a wide range of datatypes and associated functions to manipulate numbers.

Ideas within Numbers

Top Vote Getters Top Scorers
  1. Add a CURRENCY datatype (6)
  1. Add a CURRENCY datatype (4)

September 24, 2005

Add a CURRENCY datatype

I realize this is sooner a database issue than a PL/SQL issue. I also realize that I can easily define my own datatype... but... it would be very useful in working with third-party products if there were an Oracle-defined CURRENCY(p, s) datatype. A product such as Crystal Reports (which we use extensively) would be able to immediately apply currency formatting when working with columns of this type. All other DBMSs have a CURRENCY (or MONEY) datatype. Why not Oracle?

Posted by Kai-Joachim Kamrath at 03:05 PM | Add your thoughts (0)