Oracle: How to get column names from a table

Short

Select COLUMN_NAME from all_tab_columns where table_name=upper('tableName')

http://forums.oracle.com/forums/thread.jspa?threadID=375977