how to get oracle table column names code example Example: Oracle Column Names of a table DESCRIBE Table_Name; OR DESC Table_Name;