I have a column name called transaction_quantity and want to know the tables that have this column name and the owner of the table.
Question
Share
Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To find The tables which contain a particular column name, you can use the following query:
The output of this select statement would be:
You can get the result from a specific owner schema like ‘INV’ and so on.
You may also be interested in checking my answer to other related questions from here Get Column Name from Table in Oracle