Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SRID 8265 question

3282049Jul 22 2016 — edited Jul 26 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2016
Added on Jul 22 2016
8 comments
2,447 views