Converting from UTM meter to latitude,longitude in oracle
I am trying to write a procedure which takes in utm data and converts to latitude,longitude
mostly on the net i am getting some formulas for conversion with no proper explanation.
Can any of you suggest any previously written oracle procedure or other help.
UTM data is available in a column, i want to convert the easting,northing data into lat,long and take the lat
from easting in deg,minustes,seconds and likewise longitude from northing.
there are some methods like using excel or in java, but i want to do it in Oracle.
Please help as i am looking for suggestions and help.