Monday, September 27, 2010

Update metadata in Oracle Dictionary & Creating Index

After upload Point Clouds into Oracle database. The next step is to update metadata. Let's check the Oracle dictionary.
select * from user_sdo_geom_metadata;
It looks great. Oracle automatic update the metadata after loading Point Clouds.

Check sdo_index:
select * from user_sdo_index_info;
That's really great. Oracle have done the update with the metadata and index.

No comments: