码迷,mamicode.com
首页 > 数据库 > 详细

Oracle ALL_OBJECTS

时间:2018-01-06 15:53:21      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:ble   com   href   style   bsp   ssi   png   ref   acl   

ALL_OBJECTS 

ALL_OBJECTS describes all objects accessible to the current user.

ALL_OBJECTS描述当前用户的可访问的所有对象。

https://docs.oracle.com/cd/B14117_01/server.101/b10755/statviews_1102.htm

 

实例

-- 查询 对象Object
SELECT *
FROM   ALL_OBJECTS
WHERE  OWNER = SCOTT;

技术分享图片

Oracle ALL_OBJECTS

标签:ble   com   href   style   bsp   ssi   png   ref   acl   

原文地址:https://www.cnblogs.com/seabird1979/p/8214160.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!