Check oracle table field information

--Check the space where the table is located,
select table_name,tablespace_name,temporary from user_tables where table_name='TFUNDINFO'; --Check the
table field details
select column_name,data_type,data_length from user_tab_columns where table_name='TFUNDINFO';

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327083797&siteId=291194637