Skip to Main Content

Oracle Database Express Edition (XE)

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!

SDO_GEOMETRY methods available in XE?

986923Jan 24 2013 — edited Jan 24 2013
Hi,

I'm trying to port my PostGIS db-structure to Oracle. The following SQL command:

CREATE TABLE geomtest (
gid NUMBER PRIMARY KEY,
geom SDO_GEOMETRY,
CONSTRAINT enforce_dims_geom CHECK (geom.GET_DIMS() = 2)
);

produces the following error:

ORA-00904: "GEOM"."GET_DIMS": invalid identifier

Does the express edition include SDO_GEOMETRY methods?

best regards,
Georg
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2013
Added on Jan 24 2013
1 comment
502 views