oracle通过plsql查询表对应的用户

 

 

使用system用户登陆,执行如下语句:

select owner from all_objects where object_type = 'TABLE' and object_name = upper(表名)

 

posted @ 2020-07-10 11:14  小胡要加油  阅读(1728)  评论(0)    收藏  举报