Oracle 视图 ALL_ZONEMAP_MEASURES 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图ALL_ZONEMAP_MEASURES的用途是查询坐标系统中所有的空间因子测量值。可以用来检索坐标系统定义的公差和有效性范围,以及坐标系统图形元素的比例尺。
使用ALL_ZONEMAP_MEASURES视图来查询可以使用以下语句:
SELECT srs_name, measure_name, measure_value FROM all_zones_map_measures WHERE measure_name = ‘Tolerance’;
官方英文解释
ALL_ZONEMAP_MEASURES
describes the measures for all zone maps accessible to the user.
Related Views
DBA_ZONEMAP_MEASURES
describes the measures for all the zone maps in the database.USER_ZONEMAP_MEASURES
describes the measures for all the zone maps owned by the user.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
| Owner of the zone map |
|
|
| Name of the zone map |
|
| Column whose | |
|
|
| Original position of the mesaure aggregate on the |
|
| Name of aggregate in zone map table | |
|
|
| Name of the column whose |
Note:
This view is intended for use with Oracle Exadata release 12.1.2.1.1 or later.
See Also:
“DBA_ZONEMAP_MEASURES”
“USER_ZONEMAP_MEASURES”
Oracle Database Data
Warehousing Guide for more information about zone maps
编辑:广州明生医药有限公司
标签:坐标,视图,系统,比例尺,公差