Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8515831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:15:16+00:00 2026-06-11T05:15:16+00:00

I want to search for column/field called ACC I have 28 users. I got

  • 0

I want to search for column/field called ACC

I have 28 users. I got that information by this command; to list all schemas:

SELECT username FROM all_users ORDER BY username;

I am connected to user # 13 in the list called ‘ABCD’, by this command: SHOW USER;

Here is a detailed structure.

user1 > Has many tables > each table has many column/field.
user2 > Has many tables > each table has many column/field.
user3 > Has many tables > each table has many column/field.

and so on.

I need to search for field or column which is called ACC

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T05:15:17+00:00Added an answer on June 11, 2026 at 5:15 am

    You need to use ALL_TAB_COLUMNS or DBA_TAB_COLUMNS, depending on your access rights.

    The following will get you every table, which has the column acc in it and the user who “owns” that table.

    select owner, table_name
      from dba_tab_columns
     where column_name = 'ACC'
    

    ALL_TAB_COLUMNS will display all the tables (and their columns) that are accessible to the user you are logged in as. DBA_TAB_COLUMNS displays them for everything in the database.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a search form field that I want to compare with multiple columns
We want to search a file to find all instances of bar that are
i have a table that have one column (AbsoluteUrl NVARCHAR(2048)) and i want to
I have a search form built in ASP.NET that has a dropdown list which
I want to use field name to determine the column that I will use
i want to write a query with Full-Text-Search on a column with varbinary(max) type
I want to search two item (name=string and location=json). this search is (one input
I want to search a php file to find all calls to a functions
i want to know how to get all column value from table using sphinx
I have to extract data from a saved search and drop each column into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.