How to get EPSG code from SRID

  • From: Eriovaldo Andrietta <ecandrietta@xxxxxxxxx>
  • To: ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Sat, 20 Feb 2010 07:12:07 -0200

Hi,

 I have a SRID and I need to retrieve the EPSG code based on SRID.
 I got the function :

select sdo_cs.map_oracle_srid_to_epsg (82300) from dual;

but it is returning null.

 Where can I get the ESPG code ?
 What is the table name that contains it ?

Regards
Eriovaldo

Other related posts:

  • » How to get EPSG code from SRID - Eriovaldo Andrietta