zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

Oracle 视图 ALL_CUBES 官方解释,作用,如何使用详细说明

Oracle官方 使用 如何 详细 作用 说明 解释
2023-06-13 09:11:10 时间
本站中文解释

Oracle视图ALL_CUBES用于显示当前用户所有的多维分析(OLAP)立方体,存储在数据库中。

用法:

SELECT * FROM all_cubes;

这将显示当前用户的所有OLAP立方体的信息,包括立方体的名称,表空间,角色等。

例如:

SELECT *
FROM all_cubes
WHERE cube_name LIKE STRAT_CUBE%

这将显示所有以“STRAT_CUBE”开头的OLAP立方体的信息。

官方英文解释

ALL_CUBES describes the OLAP cubes accessible to the current user.

Related Views


USER_CUBES describes the OLAP cubes owned by the current user. This view does not display the OWNER column.


Percentage of aggregate data values that are calculated and stored during data maintenance. If the cube is partitioned, then this percentage is for the bottom partitions.


Percentage of aggregate data values in the top partition that are calculated and stored during data maintenance


The SQL cube storage type for the OLAP cube. This value represents a SQL data type.


我想要获取技术服务或软件
服务范围:MySQL、ORACLE、SQLSERVER、MongoDB、PostgreSQL 、程序问题
服务方式:远程服务、电话支持、现场服务,沟通指定方式服务
技术标签:数据恢复、安装配置、数据迁移、集群容灾、异常处理、其它问题

本站部分文章参考或来源于网络,如有侵权请联系站长。
数据库远程运维 Oracle 视图 ALL_CUBES 官方解释,作用,如何使用详细说明