Legal | Privacy
-- creating spatial indexes
-- **NOTE** storage parameters should be added for large tables
-- if the tablespace is not locally managed.

drop index warehouses_sidx;
create index warehouses_sidx on warehouses(WH_GEO_LOCATION)
indextype is mdsys.spatial_index;


drop index customers_sidx;
create index customers_sidx on customers(CUST_GEO_LOCATION)
indextype is mdsys.spatial_index;
E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy