【问题标题】:Querying table names that belongs to another database查询属于另一个数据库的表名
【发布时间】:2018-08-09 13:58:12
【问题描述】:

我想查询属于另一个数据库的所有表名。我可以使用 oracle 链接查询另一个数据库中表的内容,例如:select * from owner.tablename@another_database; 但是如何选择另一个数据库中表的所有者名称和表名称?谢谢你。

【问题讨论】:

标签: oracle oracle11g


【解决方案1】:

SELECT * FROM user_tables@another_database;

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-09-30
    • 1970-01-01
    • 2017-08-17
    • 1970-01-01
    • 2017-08-11
    • 1970-01-01
    • 2020-03-02
    相关资源
    最近更新 更多