欢迎光临
我们一直在努力

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

本站中文解释

Oracle视图USER_TABLESPACES可以从视图中查看当前用户可访问的表空间信息。使用下面的语句即可实现:

SELECT * FROM USER_TABLESPACES;

官方英文解释

USER_TABLESPACES describes the tablespaces accessible to the current user. Its columns (except for PLUGGED_IN) are the same as those in DBA_TABLESPACES.

See Also:

“DBA_TABLESPACES”

赞(0) 打赏
未经允许不得转载:九八云安全 » Oracle 视图 USER_TABLESPACES 官方解释,作用,如何使用详细说明

评论 抢沙发