select table_name from user_tables where TABLESPACE_NAME is not null and  user='UserName' 


SELECT table_name, column_name, data_type FROM all_tab_cols WHERE table_name = 'tablename ';

 1、_TAB_COLS和_TAB_COLUMNS区别在于,*_TAB_COLS中包含隐藏的列。

相关文章:

  • 2021-10-25
  • 2021-12-26
  • 2021-11-07
  • 2022-12-23
  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
相关资源
相似解决方案