Search for the specific column field in the entire database

Dear all experts,

I have a request, but I do not develop in fornt hand a POdate of values there, but I do not know what table it is stored. So I need a query that finds the column in question (POdate) of all the Tables.

Is it possible if possible then kind view query.

Kind regards
Colette

Hello

Use this query
SELECT TABLE_NAME FROM ALL_TAB_COLUMNS WHERE COLUMN_NAME = 'PODATE.

Geeta-

Tags: Database

Similar Questions

  • A SCN for the entire database and the different SNA for the data files?

    DB Version: 11 g

    I always thought that there is a unique SCN for the database as a whole.
    A quote from the link below as
    When a control point is completed, Oracle stores the RCS individually in the control for each data file file
    http://www.dbapool.com/articles/1029200701.html


    What does that mean? There is a SNA for the entire database, and there are individual SCN for each data files?

    Well, unfortunately, the article says more bad than good things. Or if I can't call them wrong, they are rather confusing and rather than clear things for the reader, its making them appear to look more confused.

    First things, YVERT is used for read consistency (CR) mechanism and the backbone of the notion of Multiversioning. The control point is the mechanism to help that recovery is decided. Contrary to what said article, not any kind of checkpoints update both the data file and the control file, and also, there is not a type of them as well. In addition, the article says that the LAST_CHECKPOOINT is set to NULL, while its actually set to the infinity since it is not possible to detect the moment when the database is opened, that the last issue of control over the file would be. In the case of complete control point, this number is saved and is also associated with the toa Controlfile own database leader at the next startup. If this is not the case, there is an inconsistency in the stop_checkpoint of the data file and the stop_checkpoint reocrded in the control file, leading to a recovery of the instance.

    There are several types of control points. Similarly, there are several types of SNA as well. Without going into the details of these, IMO, the article simply means that when the control point write over a file passes, oracle updates the file checkpoint on it and this is recorded in the Controlifle. as well.

    HTH
    Aman...

  • Search for a specific column to a large database entry

    So our program manager approached me today looking for the combination of the specific table/column and its referential integrity that contains several entries in the column with the value 'AMSA.

    Our database has 4000 + tables so I'll try to track down one by one to which table has these entries, but does anyone know a quick search for this tool?

    Hello

    Will you please check the following and whether it is useful and important, wort can be run in your target database.

    With the following query, you would be able to get the "select" statements to find in each table. column, at the entrance of the AMSA.

    WITH CANDIDATE_TABLES
    AS
    (SELECT OWNER, TABLE_NAME, COLUMN_NAME, DATA_TYPE, DATA_LENGTH
    FROM DBA_TAB_COLUMNS
    WHERE OWNER IN ('OWNER1') /*  <<<<<<<<<< PUT ALL SCHEMAS, COMMA SEPARATED >>>>>>>>   */
    AND (DATA_TYPE LIKE '%CHAR%' AND DATA_LENGTH > 3) /* because AMSA has more than 3 chars*/
    AND TABLE_NAME NOT LIKE 'BIN$%$0'
    AND (OWNER,TABLE_NAME) NOT IN (SELECT OWNER,TABLE_NAME FROM DBA_TABLES WHERE TEMPORARY='Y' UNION SELECT OWNER,TABLE_NAME FROM DBA_EXTERNAL_TABLES)
    )
    SELECT 'SELECT /*+ PARALLEL(4) */ '||''''||OWNER||'|'||TABLE_NAME||'|'||COLUMN_NAME||''''||' AS OWNER_TABLE_COLUMN'||
    ' FROM '||OWNER||'.'||TABLE_NAME||' WHERE INSTR(UPPER('||COLUMN_NAME||'),'||''''||'AMSA'||''''||',1) > 0 AND ROWNUM < 2 UNION ALL' STMT
    FROM CANDIDATE_TABLES C
    ;
    

    The query above returns phrases such as:

    SELECT /*+ PARALLEL(4) */ 'OWNER1|TABLE1|COLUMN1' AS OWNER_TABLE_COLUMN FROM OWNER1.TABLE1 WHERE INSTR(UPPER(COLUMN1),'AMSA',1) > 0 AND ROWNUM < 2 UNION ALL
    SELECT /*+ PARALLEL(4) */ 'OWNER1|TABLE1|COLUMN2' AS OWNER_TABLE_COLUMN FROM OWNER1.TABLE1 WHERE INSTR(UPPER(COLUMN2),'AMSA',1) > 0 AND ROWNUM < 2 UNION ALL  <<>>
    

    Note: Remove the last "UNION ALL"

    When the final query is complete, the final result is as follows (a reel in a file):

    OWNER1|TABLE1|COLUMN1
    OWNER1|TABLE1|COLUMN2
    ....
    ....
    OWNERX|TABLEX|COLUMNX
    

    Ensure that phrases using in parallel and could be dangerous for a transactional database. First, do a little test.

    Spool the output to a file.

    Kind regards

    Juan M

  • How to search for a specific word in the code using Dreamweaver?

    I need to search for a specific word in the code for all the pages of my site. How can I do it using Dreamweaver?

    To search for local files of a Site defined in DW...

    Open the search tool & replacement with Ctrl + F

    Replace the drop-down list search in entire current Local Site

    Replace the drop-down list of search text or Source code

    Add the text to search for in the search field

    Add the replacement text in the field replace (or nothing if you just want to remove the text)

    Hit replace all

  • We are trying to make a quick payment of payment workbench and is "FRM-41830: error in values list of the no entries for payment document column / field.» Payment document format seems good. Don't know what the issue is.

    We are trying to make a quick payment of payment workbench and is "FRM-41830: error in values list of the no entries for payment document column / field.» Payment document format seems good. Don't know what the issue is.

    Found the Solution...

    PPR (profile of payment process) has not been set to check Format selected in the configuration to "Manage the payment Document".

  • Search for the last occurrence of a substring

    How to search for the last occurrence of a substring in a string? In more detail: I have the array with the names of files, and I want to split the file name extension in a separate column. The name extension doesn't have a fixed rate with (can be 'c', "" jpg"or"mpeg", etc.), and names of files themselves can contain points (if this is possible:"recording.of.last.meeting.mpeg".)

    So the only way to extract the name extension is to look for the last appearance of a dowry and split on everything after the last point. How can I do this? I worked with a sybase database before and there was a string function to search for the right of the string. Is there something similar in Oracle?

    If you're on 10g, you can

    with t
    as
    (
    select 'recording.of.last.meeting.mpeg' file_name from dual
    )
    select regexp_replace(file_name,'^.+\.') fiel_extension
      from t
    
  • How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    How can I make a cell formula will apply for the entire column? For example D2 appears B2 - C2. How can I copy this formula for each cell in the column?

    If you want the formula is the same (B2 - C2) in the cell of each column you must change it as ($B$ - 2$ C$ 2). Then copy it, select the whole column and paste.

  • Search for the text value data store

    Hello, I have a PDO of data to store, and I would like to search for a text value in a quantity of measure.  In each of my test series, there is a quantity of measure with the name TCNAME and stores the cell name of test in the string format.  I would like to get all the TCNAMEs that contain "TC4" for example.  Currently, I have to load TCNAME in the portal and display it in an array of string.

    Any ideas how I can do this?

    I assume you are using a PUMA testbed that stores this kind of goods on a unique value chain chains.

    There is no direct search method, so I guess that a script is the only solution we can offer.

    Datafinder you can search for the minimum and maximum of a channel. That would be too much work in the store of ASAM.

    "PDO / cpp"
    protected tcnameMQs: set tcnameMQs = store. GetElementList ("MeasurementQuantity", "name = TCNAME", true)
    protected tcnameMQ: for each tcnameMQ in tcnameMQs
    MsgBox tcnameMq.References ("local_columns"). Elements (1). Properties ("values"). Value
    Next

    ' AOP5 / Corba
    protected tcnameLCs: set tcnameLCs = store. GetElementList ("LocalColumn", "measurement_quantity.name = TCNAME", true)
    protected tcnameLC: for each tcnameLC in tcnameLCs
    MsgBox tcnameLC.Properties ("values"). Value
    Next

    I have added the example which should be the shortest path from my point of view. In AOP5, you can search LocalColumn and spend BA which is less overhead.

    It is perhaps a good idea to post-processing of the data base and crush the decription "Test name" by

    "The test cell name == NAME. You can search not post-processed by Searchin' for.

    protected tcnameMQs: set tcnameMQs = store. GetElementList ("MeasurementQuantity", "description = name of the test cell", true)
    protected tcnameMQ: for each tcnameMQ in tcnameMQs
    tcnameMQ.Properties ("description"). Value = "name of the test cell is" & tcnameMq.References ("local_columns"). Elements (1). Properties ("values"). Value
    Next
    Store.Save

    Thereafter, you would be able to search for it.

    Greetings

    Andreas

  • Search for the nearest value table

    IM wondering if its possible to find a 1 d table worth, if it is not found, then find the nearest match. IM using the 'double' data type and I need at least an accuracy of 4 decimal point in the research.

    For now, im rounding decimal values to the nearest integers from you, but it is not effective at all. Im getting a lot of unwanted split in the plot. I need to be able to search for the decimal points. I found this function "About Equals.VI" starting from a previous thread. Even that uses the concept of the rounding.

    I enclose 3 screws "0.8 & 0.4.VI" are that I created, rounding decimals nearest digit.

    The "approximately equal" is the one I found online.

    The 3rd is I try to mess with what I can find as close a match.

    Y at - it a trick to work around this problem?

    Thank you

    Eureka

    This VI uses the first type of step 3 in your data.  Since you said that you can get the data, you can drop the in VI.

    At the end where I calculate the slope, you can use a linear adjustment if you have full or professional LabVIEW.

  • my c drive shows low disk space, so I searched for the program that holds more memory on drive c. I got to know that this pagefile.sys has 3 GB in the c drive

    Hi, my c drive shows low disk space, so I searched for the program that holds more memory on the c drive. I came to know that pagefile.sys has 3 GB in the c drive, kindly guide me to move the pagefile.sys to another drive.

    Hi jafrin.michel,

    Thanks for posting in the Microsoft community.

    Before you start the troubleshooting steps, I need the information required.

    What version of the windows operating system do you use?

    Method 1:

    If you are using windows 7, I suggest to perform a disk cleanup and verify.

    Delete files using disk cleanup

    http://Windows.Microsoft.com/en-us/Windows7/delete-files-using-disk-cleanup

    Method 2:

    If you want to move the pagefile.sys to another drive, follow the steps and check out them.

    Follow these steps to move the pagefile.sys to C: drive on D: drive (if you have the drive D :).

    1, write click on my computer and select Properties.

    2, click on the Advanced tab.

    3, click settings under performance menu.

    4, click on the Advanced tab and click on change.

    5, select letter (C :) and "BOLD" No pagefile then click on Set. )

    6, if you want to configure pagefile.sys in, select drive D: drive letter D: and "BOLD" in the custom size or the size of the system managed , then click on Set. It displays a pop-up message click OK.

    7, again click apply and OK OK.

    8, the system you will be asked to reboot, click on Yes.

    9, after rebooting the system, you can see the pagefile.sys will be moved to D:

  • My genuine Window Vista could not search for the new update, or errors are: Code 80073712

    My genuine Window Vista could not search for the new update, or errors are: Code 80073712

    If you forget to say 'thank you '?

    Description of the update of the system for Windows Vista tool
    http://support.Microsoft.com/kb/947821

    0 x 80073712 ERROR_SXS_COMPONENT_STORE_CORRUPT component store is in an inconsistent state.

    TaurArian [MVP] 2005-2010 - Update Services

  • title search for the words HTTP and 404. __

    I am unable to get the photo galleries to display on this site that I would use often:http://english.vietnamnet.vn/en/vietnam-in-photos/349/hanoi-s-folk-festivals-in-old-photos.html

    Technical information (for support personnel)

    Hi Gowest,

    • Were you able to see the photos earlier on this site?
    • Are you able to see the pictures on other sites?

    This seems to be a problem with the Web site. Even I tried to access the link and I was unable to see the pictures on this particular link and it shows red x instead of the image and clicking on it gives the same error you posted.

    You can communicate with the support of Web site to check if they have any problems with the images in the link of the Web site.

    I hope this helps.

    Thank you and best regards,

     

    Srinivas R

    Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • "Can not open AsIO.sys (2)" I get this message when I log in after a reboot. I have search for the file, but can't find it with the research or the command prompt. What do do in this file, and can be created and put into the appropriate folder?

    "Can not open AsIO.sys (2)" I get this message when I log in after a reboot.  I have search for the file, but can't find it with the research or the command prompt.  What do do in this file, and can be created and put into the appropriate folder?

    Hi Jack,

    This driver belongs to AsIO.sys Asus Probe. Try to uninstall Asus Probe and if you need, install again. If this does not help, uninstall Asus Probe and other tools of control such as Speedfan. Open the registry (regedit.exe) editor and search for AsIO.sys and remove all the entries that you can find.

    André
    "A programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

  • I tried to search for the file opm.db in the OOBE folder, but it is not there.

    I tried to search for the file opm.db in the OOBE folder, but it is not there.

    I turned off my computer and back then and it works now.

  • query to search for the user of the application

    Hello

    What is the query to search for the user of the application in the sql command?

    I tried the query below
    select app_user from dual;
    app_user invalid identifier
    Thank you.

    Hello skud,
    The following SQL statement will give you the APP_USER which is an environmental variable in the APEX:

    SELECT v('APP_USER') FROM DUAL;
    

    See if it works. As I used the syntax given in the triggers to record audit trail above and it works fine.
    Kiran

    Published by: chubby Kiran June 11, 2011 04:08

    Published by: chubby Kiran June 11, 2011 04:09

  • How can I create a plugin to search for more than one field

    There are a number of sites that have search capabilities, but they require entries in several fields.
    For example, one such site is the directory of IBM employees.
    (http://www.ibm.com/contact/employees/servlets/lookup)
    On this site - in order to achieve usable results - I have to enter the first name and last name of the employee, that I'm looking.
    I created a plugin to search for the site, but I could not divide the text into two parts and give them separate way for the form fields.

    Is there a way to do this?

    Kind regards

    Imre

    Perhaps via a bookmarklet to keyword.

    See http://kb.mozillazine.org/Multiple_parameter_keyword_searches

Maybe you are looking for

  • Air drop works quite simply not-go back to Hello or email!

    Air drop does not work, but APPLE does not update their system Look at that stupid thing again on the Web site If the receiver Mac is a 2012 model or, click "Don't see you looking?" in the drop window or the sharing of the sending of the Mac spreadsh

  • Broken display of blackBerry Smartphones can I unlock/safe there?

    Hello the screen of my BlackBerry 9500 is broken and I want to backup all my stuff, but I can't type my password in the device. Is it possible to safe my BlackBerry? Thanks for all the ideas.

  • How to disable the touchpad compaq presario

    Panel control and mouse there is no control to do this, is there an icon in the status bar for that. Please help thanks!

  • How to export my sketch in Photoshop in 300 dpi images

    HelloWhen exporting my images of the sketch on the iPad for Photoshop on Mac, they seem to default to 72 dpi.  What makes the images 72cm wide and 72 dpi, which is not what I want.  We use images for a book, so they must be 300 dpi.How can I export i

  • Why can't I accept a request for file sharing?

    I am unable to accept any request of fellow teammate of file sharing. On the local creative cloud app, I don't then click on accept. I see him reject and accept options, but when he clicked just reappears.Via the web interface, when I click on the no