Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CREATE INDEX test_index ON cola_markets(shape) INDEXTYPE IS MDSYS.SPATIAL_INDEX;
我正在按照http://docs.oracle.com/cd/B19306_01/appdev.102/b14255/sdo_objindex.htm#i78196上的指南在 Oracle Spatial 列上创建索引
但是,SQL 开发人员一直抱怨以下错误。
这绝对是正确的语法。我通过在我的数据库上运行它来确认没有输入错误。
由于 SQL Developer 这可能是一些奇怪的事情,您是否也可以尝试使用 plain 运行命令sqlplus?你得到了什么 ?
sqlplus