获取某个模式下的所有数据表

select TABLE_NAME  from dba_tables  where owner='模式名'

获取表的所有字段

select * from all_tab_columns where owner='模式名' and Table_Name='表名'
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐