Does anyone know why SRID 8265 (NAD83 lat/long) which appears to be Oracle's own implementation of EPSG:4269, has, as it's associated EPSG, 4326 (which is WGS84)?
I ask because of the result I get from this SQL query:
SELECT SDO_CS.MAP_ORACLE_SRID_TO_EPSG(8265) FROM DUAL;
Result:
SD0_CS.MAP_ORACLE_SRID_TO_EPSG(8265)>>>4326