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!

SDO_GEORASTER ORA-00902: invalid datatype error.

525407Nov 15 2007 — edited Dec 3 2007
Hello all,

In an Oracle Database 10.2.0.1 where spatial seems installed as sql returns the sdo_version = 9.2.
Trying to create GeoRaster table is thrown error "ORA-00902: invalid datatype error." on SDO_GEORASTER type.

-------------------------------------------------------------------
-- Create a GeoRaster table (a table that has a
-- column of SDO_GEORASTER object type).
-------------------------------------------------------------------
create table MyGeoRaster
(georid number primary key,
type varchar2(32),
georaster sdo_georaster);

Thanks very much.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2007
Added on Nov 15 2007
15 comments
3,389 views