sql:
select count (*) from user_ind_columns t where t.table_name = '表名' and t.column_name='空间字段名'
结果集大于0,则已创建空间索引。