How to find osuser or machine name or ip address of a transaction?

Hi, I want to find who committed the transaction? Time committed the transaction
is retention Undo time. I have no verification.
I can query the transaction of flashback_transaction_query, but it does not give the osuser or name of the machine to the customer who has committed.
Is there a way? Thank you?

Please see the description of the view
http://download.Oracle.com/docs/CD/E11882_01/server.112/e17110/dynviews_2035.htm#REFRN30132

There are a lot of columns as ComputerName, username that can display information to you.

HTH
Aman...

Tags: Database

Similar Questions

  • How to find all the table names in all modules in EBS R12?

    How to find all the table names of all the modules in EBS R12?

    In addition, you can go to http://etrm.oracle.com, you select the version of the EBS, select "FND Data" or "S/n data", select the Type of the object TABLE and you will get all the tables of EBS in module.

  • How to find the Parent Machine to a linked Clone?

    Hello

    I deployed a few clones using Lab manager, now, I wanted to find out how the clone Parent deployed to find?

    I checked in the VM, for each child VM properties, is to show the string length... I want to see information such as (uses or used by types)... Child uses clone Parent or Parent clone is used by 'x' number of clones of children...

    Please tell me how to find it?

    Kind regards

    Esxvmuser

    Hey Buddy,

    Open your configuration. You will see a list of all the VMS in your configuration.

    There is a field called 'model '. This is your parent VM.

  • How to find the same column name in different tables in the same schema

    Hello

    I find the 'ename' column name in different tables in the same schema.

    Thank you
    Nr

    Hello

    Try this query

    Select column_name, table_name from user_tab_columns where column_name = 'ENAME ';

    Award points and end the debate, if your question is answered or mark if she was...

    Kind regards

    Lacouture.

  • How to find if the machine is a virtual machine or physical?

    Hello guys,.

    I have two or three machines in a csv file and how do I find the machines are physical or virtual?

    Thnaks

    VK

    You can check the serial number of the machine.

    Something like that

    Import-Csv c:\vmnames.csv -UseCulture |Select Name,@{N="MachineType";E={  if((Get-WmiObject -ComputerName $_.Name Win32_Bios |  select -ExpandProperty SerialNumber) -match "VMware"){"Virtual"}else{"Physical"}}}
    

    The CSV file should look like this

    Name

    VM1

    PC2

    SRV1

  • [Beginner] How to change the virtual machine name

    Hello

    How can I change the name of a Virtual Machine - I want to say the name that appears in VMPlayer (or VMWare Fusion) as it has recently used Virtual Machines. I tried to change the name of the vmx file but this does not affect the name of the virtual machine displayed in VMPlayer.

    Thank you very much.

    TomasBar wrote:

    How can I change the name of a Virtual Machine - I want to say the name that appears in VMPlayer (or VMWare Fusion) as it has recently used Virtual Machines.

    VMware Fusion 3.x and 2.x but not 1.x, you can click on and change the name of the virtual machine in the Virtual Machine library on the right side, just under the display area.

    For VMware Player you need to edit the "displayName ="parameter in the configuration file .vmx and of VMware Player virtual machine must be closed when you perform this operation."

  • How to find files whose path names are too long to copy to an external drive?

    Hello all,.

    I copied a folder containing files 6 854 into 1 329 folders on an external USB drive.  On the way, I got a total of 677 reviews "path too long name.  After the first few opinions, I clicked on the option "ignore all".

    Now I want to find the files that incriminated, whose name, or the path is too long to copy, and then copy them all to a single high level external hard disk folder.  Is it possible in Windows Explorer to search for names of files/paths that exceed this limit?

    Thank you

    ~ Jeffry

    Hello, WHS - frustrated.

    Because you are using Windows Home Server, please transfer this issue to the address provided below.

    Windows Home Server

    http://support.Microsoft.com/ph/12624

  • How to find the virtual machine connected to a partical card RAW LUN.

    Hello

    I love RAW map of LUN that I connected to several virtual machines on different hosts.

    Its been a very long time. Now, I don't remember which VM is connected to the LUN of my RAW card.

    I have a lot number of VM on each HOST so that it will take enormous time to search manually.

    Is anyway find VM connected to my RAW LUN map.

    Thanks in advance,

    Isabelle

    Hello.

    RVTools will work.  Look under the tab vDisk path information.

    Good luck!

  • How to find all the table names that has a particular data

    Hello
    How could I get the names of the tables in a database (for a diagram) which includes "KST6490" data in one of the fields in the table. There are a lot of tables with this
    data. Data type is Varchar2. Thank you.

    Is LIST_NO a VARCHAR2 column? The name would seem to imply that it is a number, but your search parameter is a VARCHAR2. Assuming that everything is a VARCHAR2

    EXECUTE IMMEDIATE 'SELECT COUNT(*) FROM ' || i.table_name || ' WHERE list_no = ' || p_search
        INTO l_cnt;
    IF( l_cnt > 0 )
    THEN
      dbms_output.put_line( i.table_name );
    END IF;
    

    This requires that the call DBMS_OUTPUT. Put_line with the names of the tables is sufficient for your application - it is generally dubious whose functionality depends on the client application that is configured to read the buffer in that DBMS_OUTPUT writes the code. It also assumes that you have declared a local variable L_CNT to store the number returned by the query.

    Justin

  • How to find my restore point name

    I tried to create the control system, but I don't know what the cription I should put

    You can enter any description you like.  I use phrases like "before installing driver scanner" or "before the change in network configuration.

  • How to get Wifi wifi and name device MAC address?

    Hi all

    How to get name and wifi device MAC programtically wifi peripheral addess?

    file Pro

    LIBS += -lbb
    

    applicationui.cpp

    #include 
    
        bb::PpsObject myPpsObject("/pps/services/wifi/status_public");
        myPpsObject.open(bb::PpsOpenMode::Subscribe);
    
        bool ok;
        QVariantMap wholePps = bb::PpsObject::decode(myPpsObject.read(), &ok);
    
        if (ok) {
            QVariantMap status_public = wholePps["@status_public"].toMap();
            QVariantMap wifi_connection_state = status_public["wifi_connection_state"].toMap();
            QString bssid = wifi_connection_state["bssid"].toString();
            QString ssid = wifi_connection_state["ssid"].toString();
            qDebug() << "MAC Address:" << bssid;
            qDebug() << "SSID:" << ssid;
        }
    
  • to find the real domain name

    Hello

    How to find the real field name in the table in the form of erp


    for example, there is a field EST_QTY
    When I check the history, he said that this field belongs to table XXNP_OPN_JOBLOG_EST_002

    When I check the table I can't find a column named EST_QTY


    kindly help

    Hello

    To be sure which is the column in the table that is linked to a form field, you need to open the form, make sure the block is source of table and the column bound to the field. In case you don't have a form generator, usually a good guess is to check if there is a column with the same name as the field in the table contained in the history of recording (what you did). If this fails, there may be a column with a name that is similar as ESTIMATED_QTY or EST_QUANTITY.

    But sometimes the screen field is not shot a column of the table/view (for example, if it is a calculation based on the other fields). In this case, you must open the form to know how it is filled.

    It will be useful.

  • How to find the age of a child and snapshot number snapshot for a virtual machine.

    Hi all

    How to find the age of a snapshot for a virtual machine child count and snapshot.

    This code snippet should help... Assuming that you have the following entries:

    VM (VC:VirtualMachine)

    snapshot (VC:VirtualMachineSnapshot)

    System.log("====== Snapshot details for VM: "+snapshot.config.name+" ======");
    var snapshotTrees = vm.snapshot.rootSnapshotList;
    System.log("Snapshot Tree Count: "+snapshotTrees.length);
    for each (snapshotTree in snapshotTrees){
        showSnapshotInfo(snapshotTree, snapshot);
    }
    
    function showSnapshotInfo(snapshotTree, selectedSnapshot){
        if(selectedSnapshot == snapshotTree.snapshot){
            System.log("====================");
            System.log("Name: "+snapshotTree.name);
            System.log("Id: "+snapshotTree.id);
            System.log("Description: "+snapshotTree.description);
            System.log("createTime: "+snapshotTree.createTime);
            System.log("quiesced: "+snapshotTree.quiesced);
            System.log("replaySupported: "+snapshotTree.replaySupported);
            System.log("backupManifest: "+snapshotTree.backupManifest);
            System.log("snapshot id: "+snapshotTree.snapshot.id);
            System.log("state: "+snapshotTree.state.value);
            var childSnapshotList = snapshotTree.childSnapshotList;
            if(childSnapshotList != null){
                System.log("childSnapshotList length: "+snapshotTree.childSnapshotList.length);
            }
            System.log("");
        }
        if(snapshotTree.childSnapshotList != null){
            System.log("Children found: "+snapshotTree.childSnapshotList.length);
            for each (childSnapshotTree in snapshotTree.childSnapshotList){
                showSnapshotInfo(childSnapshotTree, selectedSnapshot);
            }
        }
    }
    

    During the passage of one of my virtual machines, here is an example of output I get:

    [2014-06-12 15:19:21.493] [I] Snapshot Tree Count: 1
    [2014-06-12 15:19:21.493] [I] ====================
    [2014-06-12 15:19:21.494] [I] Name: before upgrade to 5.0.1
    [2014-06-12 15:19:21.494] [I] Id: 31
    [2014-06-12 15:19:21.494] [I] Description:
    [2014-06-12 15:19:21.495] [I] createTime: Mon Mar 19 2012 13:48:57 GMT-0400 (EDT)
    [2014-06-12 15:19:21.495] [I] quiesced: false
    [2014-06-12 15:19:21.495] [I] replaySupported: null
    [2014-06-12 15:19:21.495] [I] backupManifest: null
    [2014-06-12 15:19:21.496] [I] snapshot id: snapshot-83
    [2014-06-12 15:19:21.496] [I] state: poweredOff
    [2014-06-12 15:19:21.496] [I] childSnapshotList length: 1
    [2014-06-12 15:19:21.496] [I]
    [2014-06-12 15:19:21.497] [I] ====================
    [2014-06-12 15:19:21.497] [I] Name: Before 5.1 upgrade
    [2014-06-12 15:19:21.497] [I] Id: 36
    [2014-06-12 15:19:21.497] [I] Description:
    [2014-06-12 15:19:21.498] [I] createTime: Fri Sep 21 2012 21:59:58 GMT-0400 (EDT)
    [2014-06-12 15:19:21.498] [I] quiesced: false
    [2014-06-12 15:19:21.498] [I] replaySupported: null
    [2014-06-12 15:19:21.498] [I] backupManifest: null
    [2014-06-12 15:19:21.499] [I] snapshot id: snapshot-84
    [2014-06-12 15:19:21.499] [I] state: poweredOff
    [2014-06-12 15:19:21.499] [I] childSnapshotList length: 1
    [2014-06-12 15:19:21.499] [I]
    [2014-06-12 15:19:21.500] [I] ====================
    [2014-06-12 15:19:21.500] [I] Name: Before Named Instance
    [2014-06-12 15:19:21.500] [I] Id: 37
    [2014-06-12 15:19:21.501] [I] Description:
    [2014-06-12 15:19:21.501] [I] createTime: Mon Nov 11 2013 13:40:46 GMT-0500 (EST)
    [2014-06-12 15:19:21.501] [I] quiesced: false
    [2014-06-12 15:19:21.501] [I] replaySupported: null
    [2014-06-12 15:19:21.502] [I] backupManifest: null
    [2014-06-12 15:19:21.502] [I] snapshot id: snapshot-236
    [2014-06-12 15:19:21.502] [I] state: poweredOff
    [2014-06-12 15:19:21.502] [I]
    
  • How to find the session killed and computer name

    Hello

    At the time of the batch run killed .somebody this session without me knowing how to find the user particular db level or oslevel .de name which machine they killed how know at the OS level. but when I put the audit_trail = os only user SYSDBA activities are not checked the other activities of the user.

    The server is AIX and db version 11i provide the query for conclusion or os level.

    Thank you
    DBC.

    Published by: dbc001 on March 26, 2013 21:48

    check with who ever is privilleges to kill these perticluar session, if you have few users.
    It is not possible to findout without verification or error info... etc.
    Otherwise, restart these jobs perticluar and follow closely.

  • How to find a song name?

    Hello

    How to find a song name?

    I tried to use the 'name of the song' quotes, but still get independent additional pieces / artists - some apparently completely random.

    I want a list of all versions of "song name".  What I get is a few versions, mixed with a huge stack on unrelated things.  Extra things, so much, that when I sort by the name of the song, the song I want to table the list.

    There must be a better way.  The search algorithm is really this bad?

    Thank you!

    Clyde,

    Algorithm research of iTunes Store is designed to present to sell the researcher (who may or may not have the exact information they are looking for) that may potentially be interested.  To view the list of all versions of "song name", you'd better do the search at allmusic.com.

Maybe you are looking for