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!

ETRS89 / Portugal TM06

827319Dec 29 2010 — edited Dec 29 2010
Hello, I'm trying to add the EPSG:3763 coordinate system, but I'm not able to do so.
Using the following:

INSERT INTO mdsys.cs_srs
VALUES ('ETRS89 / Portugal TM06',
3763,
3763,
'EPSG',
'PROJCS["ETRS89 / Portugal TM06", GEOGCS["ETRS89",DATUM["European Terrestrial Reference System 1989", SPHEROID["GRS 1980", 6378137.0, 298.257222101, AUTHORITY["EPSG","7019"]], TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], AUTHORITY["EPSG","6258"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["Degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH],AUTHORITY["EPSG","4258"]],PROJECTION["Transverse Mercator", AUTHORITY["EPSG","9807"]],PARAMETER["Central_Meridian", -8.133108333333334], PARAMETER["Latitude_of_Origin", 39.66825833333334], PARAMETER["Scale_Factor", 1.0], PARAMETER["False_Easting", 0.0],PARAMETER["False_Northing", 0.0], UNIT["Meter", 1], AXIS["Easting", EAST], AXIS["Northing", NORTH], AUTHORITY["EPSG","3763"]]',
NULL);

Any ideas how to add new EPSG?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2011
Added on Dec 29 2010
1 comment
929 views