How do i know in how many tables particular column exists

i want to know in how many tables a particular column exists..
what i mean is
let us assume that there is a Column ABC in table SERVICE.
this particular ABC column is there in some other tables REQUEST,HHG,SS.... and so on
what exactly my query is..
how can i know where all in the database the column ABC is used..
i mean i want to get all the table names using this column ABC.
hope i am clear with my doubt..
thanks for the replies in advance

If I understand the question
SELECT owner, table_name
  FROM dba_tab_cols
WERE column_name = 'ABC'Of course, depending on the requirements, you could use the ALL_TAB_COLS or USER_TAB_COLS tables as well.
Justin

Similar Messages

  • Updatetask.exe is repeatedly blocked by my virus checker. Forums say it can be malicious. How do I know, and how do I get rid of it?

    I use Firefox on Windows 7. Several times an hour and sometimes when I click a link or do something else when browsing I get a dialog box that says updatetask.exe has been blocked. Forums say this can be a Firefox automatic update executable, but that it can carry malicious baggage.
    This file or name does not appear in the Control Panel add/remove programs list, so I can't uninstall it. I don't know if it's safe to just search for and delete the file. So, how do I know if it's authenticaly yours or safe, and how do I get rid of it? The virus checker is F-Secure.

    AFAIK. updatetask.exe is a malicious file and it is associated with the Ask.com toolbar. But I'm unsure as it is very tricky, because UpdateTask.exe has 29 different versions, varying from illegal to malignant.
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.<br>
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Listing tables where particular column exists

    I want to list the tables where particular column is refered how do i do this thru sql plus?
    Thanks in advance
    Sudha

    Do you mean this?
    select table_name from user_tab_columns where column_name like 'N%ID';Lennert

  • HT5071 How can I know if/how many times my iBook has been downloaded?

    any idea how to do that?

    Check the reports section for your books in iTunes Connect, or use one of the 3rd party report managers such as AppViz, AppAnnie, etc.

  • How do I know about the whole tables, sequences, triggers of the specific D

    Hello,
    I can check the whole tables of the db users with select * from tab; BUT can I know the whole META DATA of tables, sequences, triggers, procedures of a specific user?
    Best regards

    Raakh wrote:
    Hello,
    I can check the whole tables of the db users with select * from tab; BUT can I know the whole META DATA of tables, sequences, triggers, procedures of a specific user?
    Oracle doesn't expose the metadata just like that but shows it in the various columns of various views based on the object type, for example like for tables, it would be in the user_tables and so on. If you are interested in knowing about the metadata of a specific object, you should use dbms_metadata package.
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/d_metada.htm#ARPLS641
    HTH
    Aman....

  • How to update all the record for a particular column in a table based on search criteria.

    Hi All,
    I am new to ADF. I have a requirement, where i have to perform mass update on a table.
    Scenario:
    Ex: I have a dept manual search region. where i search with deptId: 20. I get 20 records in my table. now i have  another region where i have a inputchoice list which contains all the columns names that exists in dept table. Beside that i have a input text box and an update button
    Now user, first searches with dept id:20 and clicks on search button, where it shows 20 record in the table. He then select a column from input choicelist(ex: ManagerId), then enters new value in the input box(ex: abc) then clicks on update button.
    Now i want, all the records in the ManagerId column with dept id:20 to be updated with the new value "abc"
    Can anyone help me with the code.
    Thanks in advance..

    Hi,
    If you go to your VO and generate the ViewObjectImpl, in there you can create a method which will contain two parameters, 1 the attribute name and 2 the value.
    Then you can follow something like explained in this post:
    ADF Tutorial: How to apply bulk actions to a view object rows
    The only difference is that you will need to create a method like this:
    public void updateAttribute(String attribute, Integer value){
            RowSetIterator iter = createRowSetIterator(null);
            while (iter.hasNext()){
                Row row = iter.next();
                row.setAttribute(attribute, value);
    Then you expose that as a client interface and then after you filter your table by your criteria you just need to execute this method passing the right parameters.
    Regards

  • How I can insert one row on table,  with columns settings: readonly = true

    I have a problem. (jdeveloper 11.1.1.2.0)
    How I can insert row on table (EditingMode= clickToEdit), with columns settings: ReadOnly = true.
    When I make click on button create insert, ADF create one row on the table with output text invisible ( ReadOnly = true.)
    I make double click, then output text is visible (ReadOnly = false)
    I dont want make double click. I want output text is visible (ReadOnly = false), when I make click on button create insert
    Thanks

    Hi,
    try changing the edit mode of the table when pressing the button and refresh the button. This of course turns the whole table into editable mode, but this is how it needs to work. Alternatively, you create an input form for the user to edit the new record and show the form in a popup or beneath the table. Then when the user submits the created row data, you refresh the table to shwo the new row
    Frank

  • How to insert Traffic light icon in Table UI column

    Hi Expert,
    I am not able to put traffic light icon to table UI's column.
    Can any one help me.
    Thanks and Regards,
    Anil

    Hi,
    For that column of the TABLE, while create BInding option, give the UI element as Image type.
    In the Layout tab of the view, for that column, cell editor give the Image source as the
    ICON......
    Clarify this -
    Do you want to show this icon on any condition basis or ?
    Out of 6 oclumns for which column you want the traffic light icon...
    Hope you got this.
    Regards,
    Lekha.

  • To know how to add the elements present in the particular column

    I have created the ALV report with two columns namely vbeln and ntgew.In that i want to add the values of ntgew column.plz provide the query to do that.
    Edited by: Philip Eller on Jun 18, 2008 9:12 AM

    hi vivek,
    You posted the question in wrong forum.
    There is a forum seperately for ABAP.
    Jeyakanthan

  • How to continuously monitor the values of a particular column in datagrid

    I want to monitor the column
    as for example the colour of the data changes
    if it crosses a particular value and change back when the value
    comes down.
    updateComplete is not working here,I tried it.

    Hi,
    If you go to your VO and generate the ViewObjectImpl, in there you can create a method which will contain two parameters, 1 the attribute name and 2 the value.
    Then you can follow something like explained in this post:
    ADF Tutorial: How to apply bulk actions to a view object rows
    The only difference is that you will need to create a method like this:
    public void updateAttribute(String attribute, Integer value){
            RowSetIterator iter = createRowSetIterator(null);
            while (iter.hasNext()){
                Row row = iter.next();
                row.setAttribute(attribute, value);
    Then you expose that as a client interface and then after you filter your table by your criteria you just need to execute this method passing the right parameters.
    Regards

  • How to sort a sortingTable based on a particular column available in it?

    Hi,
    I am using the sortingTable as follows:
    <Field name='WorkItemTable'>
    <Display class='SortingTable'>
    <Property name='linkEnable' value='true'/>
    <Property name='sortEnable' value='true'/>
    <Property name='columns'>
    <List>
    <String>PROCESS</String>
    <String>DESCRIPTION</String>
    <String>DATE</String>
    </List>
    </Property>
    </Display>
    I need to sort the table's value with respect to 'Date' column available in the sorting table.
    I have used the following property tag under sortingTable.
    <property name='sortEnable' value='true'/>
    But i need to point this sorting functionality to date column..
    Can someone help me to get the solution... Thanks in advance..
    Regards,
    babu

    Hi,
    I am using IdM 7.1 and I observed that default sorting table used by idm for e.g at server task page, doesn't sort on date basis.
    ~Ketan

  • How can I know how many processors do I need for a new SQL Server machine?

    My company intend to buy a new server and will dedicate that for SQL Server which will serve an in-house developed application.
    How can we know how many processors are enough to buy?
    I know that each SQL Server edition and version has it's different limitation of the number of processors it can support, for example SQL Server 2012 Standard Edition can support up to 4 sockets or 16 cores per SQL Server Instance, but this does not mean
    that I have to buy 4 physical CPUs. two could be enough. how can I know? 

    How can we know how many processors are enough to buy?
    I know that each SQL Server edition and version has it's different limitation of the number of processors it can support, for example SQL Server 2012 Standard Edition can support up to 4 sockets or 16 cores per SQL Server Instance, but this does not mean
    that I have to buy 4 physical CPUs. two could be enough. how can I know? 
    This is off topic question how can we answer it. We even dont have any knowledge about your application.
    Please speak to licensing specialist about servers and cores below link will give you more information.
    https://msdn.microsoft.com/en-us/library/ms143760.aspx?f=255&MSPPError=-2147217396
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • How do I know if my laptop has been hacked?

    I was logged into my Facebook account. My friend started a chat...at least that's what I thought initially. I got suspicious and kept quite. That's when he told me he was a hacker. He will find out about me. Then he started rattling off where I was logged in a while back...where I am now...my telephone number...he said my Mac is with him...all of it....
    What does he mean? Is my account hacked? Can he see all my files, etc on my Mac. How do I solve this issue if this is actually true. Please help somebody! This is scary! Mnay thanks in advance!!

    Hello Matt,
    Thank you so much for your advice. I have now re-set all my passwords to be on the safer side. I have also checked System Preference - Sharing. I ddn't have any sharing services on.
    My "friend" is my best friend....we were on Skype earlier. Then he said he was going to sleep. He never logs out from all his accounts. An hour later from his Facebook account I received a chat message "y u online". Pretty innocent and I replied surprised why he was online. Below is some of what this person wrote.....
    am just a hacker......... u can talk, it is safe
    on an mac laptop... be careful what u save............ this is the most vulnerable  piece of **** that apple created...........
    are u with me.......... am sure u are intrigued.
    now even if u change yr status to offline I no what u doinggg
    easy see
    technology
    ur mac is with me. all of it
    just looking.
    cannot hide
    Just a while when my best friend woke up he was surprised to know all this happened last night as I had text him. His account is hacked for sure. The person wrote my Mac is with him. Do you think he could have hacked my account too? How do I know? How can I know?
    Thanks,
    M
    PS:- The above chat scared me as he also reeled off where I was logged in from as well as my phone number!

  • How does Siri know where my office is

    Ok I just got my iPhone 4s and I can't work out how to get Siri to remind me to do something when I get to the office.
    How does Siri know when I'm at the office
    How does Siri know I'm at home
    How does Siri know I am at a particular place.
    I know how to get Siri to do a reminder by using time, but the adverts say "office" so how does it know
    Any help appreciated for a new 4s user :-)

    Put your office location in your contacts by itself with a label of office or work. Or associate it as office or work like you do with wife and kids and such.

  • How to set color for a particular column in advance table?

    How can we set the color of a particular column in advance table based on some parameter feteched from vo query in process request?

    i have tried the same way as mentioned in the post but ,its giving error
    java.lang.ArrayIndexOutOfBoundsException: 0
    processRequest code
    OAAdvancedTableBean table =
    (OAAdvancedTableBean)webBean.findIndexedChildRecursive("TimEntAdvtbl");
    if (table != null)
    System.out.println("table");
    OAColumnGroupBean daily =
    (OAColumnGroupBean)table.findIndexedChildRecursive("DailyColGrp");
    if (daily != null)
    System.out.println("daily col");
    OAColumnGroupBean ColGrp6 =
    (OAColumnGroupBean)table.findIndexedChildRecursive("ColGrp6");
    if (ColGrp6 != null)
    System.out.println("ColGrp6");
    OAColumnBean SatCol =
    (OAColumnBean)webBean.findIndexedChildRecursive("SatCol");
    if (SatCol != null)
    System.out.println("col");
    OAMessageTextInputBean sat1 =
    (OAMessageTextInputBean)SatCol.findIndexedChildRecursive("sat");
    if (sat1 != null)
    System.out.println("sat1");
    OADataBoundValueViewObject csssat= new OADataBoundValueViewObject(sat1,"Color");
    sat1.setAttributeValue(oracle.cabo.ui.UIConstants.STYLE_CLASS_ATTR, csssat);
    Error Page
    ## Detail 0 ##
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.sql.NUMBER._fromLnxFmt(NUMBER.java:3199)
         at oracle.sql.NUMBER.toString(NUMBER.java:761)
         at oracle.sql.NUMBER.stringValue(NUMBER.java:2090)
         at oracle.jbo.domain.Number.toString(Number.java:390)
         at oracle.apps.fnd.framework.webui.OADataBoundValue.formatObject(Unknown Source)
         at oracle.apps.fnd.framework.webui.OADataBoundValue.convertValue(Unknown Source)
         at oracle.apps.fnd.framework.webui.OADataBoundValue.convertValue(Unknown Source)
         at oracle.apps.fnd.framework.webui.OADataBoundValueViewObject.convertValue(Unknown Source)
         at oracle.apps.fnd.framework.webui.OADataBoundValue.getValue(Unknown Source)
         at oracle.apps.fnd.framework.webui.OADataBoundValueViewObject.getValue(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getAttributeValueImpl(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.message.OAMessageTextInputBean.getAttributeValueImpl(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
    Please help

Maybe you are looking for

  • Wireless and wired network??

    I'm not terribly computer savvy. I have a few PC's here and a brand new iMac. My current network is wired and what I want to do is put in a new network that will work with both pc and my iMac and will be wired for the PC's and wireless for the iMac.

  • Refresh 1 page in a application

    Hi all, I have an application with 2 pages 1 has a report and the other has a form. i have added a meta to the head of the page. <meta http-equiv=Refresh content="20;"> I only want to refresh the report page but when i am on the form page it also ref

  • Webutil Error WUT-131

    I am on this exercise because I am trying to print a report to local printer, and I am on the web based environment. I am trying to use the pdfp.exe available online to accomplish my task. /***********************************C O D E******************

  • In fiefox 4, you can't save attached Jpeg photos, as Jpeg photos, firefox 4 saves then as a html

    After upgrading to Firefox 4, when I down load an attached file ( which is a Jpeg photo, and I'm using Yahoo mail ) Firefox 4 will not save the file as a Jpeg, it wants to save it as a HTML ..... I didn't have this problem with earlier versions of Fi

  • Can't see photos just image names and blank boxes

    I have my iPhoto library on an external drive since it holds over 37,000 photos and while in it the cord was pulled out of the port. When I plugged it back in and reloaded iPhoto it shows that there is 37,000+ photos and 600+ events but the thumbnail