Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to get column names list

User_UMJZ5Feb 19 2015 — edited Feb 20 2015

Hi,

I need to test list of column  names that are present in table with my column list those are in excel.Currently im using toad,if you press f4 on table name it will show
.But i need a sql query to check it.
I have tried user_tables but not works and tried with  information_schema.columns but table not exists error coming.

How to get those details using sql querry.

This post has been answered by ReemaPuri on Feb 19 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2015
Added on Feb 19 2015
4 comments
6,441 views