Se você quiser apenas uma lista das colunas, você pode usar o
_TAB_COLS
visualizações e ORDER BY
ANULÁVEL:select table_name, column_name, data_type, nullable
from user_tab_cols
where table_name = 'MYTABLE'
order by nullable, column_name;
_TAB_COLS
visualizações e ORDER BY
ANULÁVEL:select table_name, column_name, data_type, nullable
from user_tab_cols
where table_name = 'MYTABLE'
order by nullable, column_name;