Terminal name

Hi,
we are using oracle 10g, My query is that
One user created one table in database 2 month back, now I want to know the terminal name from which that table was created.
Can anybody please suggest how to check terminal name for that table in oracle.

799301 wrote:
Hi,
we are using oracle 10g, My query is that
One user created one table in database 2 month back, now I want to know the terminal name from which that table was created.
Can anybody please suggest how to check terminal name for that table in oracle.You seriously expect Oracle to keep a record of all possible technical information about people who create objects on the database? Next you'll be wanting to know which version of MS Windows or Unix they were running, and what Office product they have installed, and whether their client CPU has 2 or 4 cores etc.
Seriously, Oracle only stores basic information about things... if you need more you need to manually ensure things are in place to record such facts.

Similar Messages

  • How to get terminal name

    hello friends.
    where should i get the Terminal name whose making the changes.
    actually one user change the PO and i want who change this PO i get the User name but I Wants to know on which Terminal that changes was made can i get such detail.
    Its very urgent.
    thanks in advance.
    regards
    Bhaskar

    hi,
    you have to capture the IP of terminal.
    for caputing IP address,
    Use the class method <b>CL_GUI_FRONTEND_SERVICES=>GET_IP_ADDRESS</b>
    or
    Use the FM : TERMINAL_ID_GET
    DATA terminal LIKE USR41-TERMINAL.
    CALL FUNCTION 'TERMINAL_ID_GET'
    EXPORTING
       USERNAME                   = SY-UNAME
    IMPORTING
       TERMINAL                   = terminal
    rgds
    Anver

  • How to get Terminal Name in Signon Audit reports

    Hi,
    I am running the Signon Audit report from System Administrator responsibility, I am getting the other info but terminal name column is blank. How to populate this field? Please give advice.
    Regards,

    There is no way to get the terminal information from Java.
    Please refer to:
    Note: 376470.1 - Trying To Use The 'Signon Audit Reports' To Track User Activity, Terminal Name = "?"
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=376470.1
    Note: 431586.1 - Why Does The User Monitor Screen FNDSCAUS Do Not Display The Terminal Name Any More?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=431586.1

  • How to get the terminal name of http user?

    Hi Gurus,
    I use function TH_USER_LIST to get all online users. But for http users I can only get their IP address, but no terminal name.
    I searched the forum and tried the function RFC_IP_TO_HOST. However, when I input IP address it didn't return the terminal name.
    The http users are running BW queries in Internet Explorer. FYI.
    Any help is much appreciated!
    Regards,
    Frank

    Hello
    This code works:
      DATA: BEGIN OF SERVER_LIST OCCURS 0.
              INCLUDE STRUCTURE MSXXLIST.
      DATA: END OF SERVER_LIST.
      DATA: BEGIN OF USER_LIST OCCURS 0.
              INCLUDE STRUCTURE UINFO.
      DATA: END OF USER_LIST.
      DATA: BEGIN OF USER_LIST1 OCCURS 0.
              INCLUDE STRUCTURE UINFO.
      DATA: END OF USER_LIST1.
      DATA: USER_TERM LIKE RFCDISPLAY-RFCHOST.
      CALL FUNCTION 'TH_SERVER_LIST'
           TABLES
                LIST   = SERVER_LIST
           EXCEPTIONS
                OTHERS = 1.
      LOOP AT SERVER_LIST.
        CALL FUNCTION 'TH_USER_LIST'
             DESTINATION SERVER_LIST-NAME
             TABLES    LIST = USER_LIST1.
        APPEND LINES OF USER_LIST1 TO USER_LIST.
        REFRESH USER_LIST1.
      ENDLOOP.
      LOOP AT USER_LIST WHERE GUIVERSION IS INITIAL.
        IF NOT USER_LIST-TERM IS INITIAL.
          MOVE USER_LIST-TERM TO USER_TERM.
          CALL FUNCTION 'RFC_IP_TO_HOST'
               EXPORTING RFCIP = USER_TERM
               IMPORTING RFCHOST = USER_TERM.
          IF SY-SUBRC = 0.
            MOVE USER_TERM TO USER_LIST-TERM.
            MODIFY USER_LIST.
          ENDIF.
        ENDIF.
      ENDLOOP.

  • Terminal name from IP address

    Hello everyone!
    I'm trying to look for a function module or a way (in SAP) to get the terminal name of a user, using its IP address.
    Does anyone know how get this?  Thank you all for your help!
    Felipe

    Hi Srinivas,
    Thanks for your reply. But I have seen some of the function modules mentioned on the forum that you referenced me. And it appears that they don't work for user sessions involving a http plugin (SM04), more specific I need the terminal name from an user in ICWC (interaction center web client, CRM).
    I'm able now to get the IP address number, but you or anyone else have more ideas to get the terminal name? 
    Thank you!
    Felipe

  • Tcodes used along with terminal name

    Dear  Experts
    Please provide TCode by which i can see all the tcodes used by particular User in specific time interval along with terminal name
    Thanks in advance
    Raj

    Hi,
    You can see the all hole day, week and month wise tcode detail(run by user)  through TCode: st03n
    Double Click on day,week or month
    then dragdown bottom menu User and Settlement double click "User Profile"
    Right Side you will see Users --- Go in perticular User -- Double Click on User detail for All running tcode by perticular user.
    Regards,
    Gokul Chandola

  • Terminal name in extract of SAP Audit Log

    Has anyone been successful in including the terminal name when extracting the SAP Audit Log to an external tool?  We've used sample program RSAU_READ_AUDITLOG_EXTERNAL; which works well be does not include the terminal name. 
    Any insight would be appreciated.
    Regards,
    Eric

    Hi Eric,
    RSAU_SELECT_EVENTS should get you the required information. Another alternative is to have a custom program developed by using/activate the user exit in FM EXIT_SAPLSUSF_001 - module TH_USER_INFO and TERMINAL_ID_GET. This way the information can be populated in a custom table and can be used for reporting purpose.
    If you are only looking at the active users, you can use USR41 table, which gives you this information.
    Hope this helps!!
    W.Rgds,
    Raghu

  • How does the terminal name the network interfaces?

    I want to know the logic of the bash terminal for name the network interfaces. When I do an ifconfig there are showed multiples interfaces and I don't know which one is the WiFI, which one the Ethernet...
    Thank you!

    When I do an ifconfig I get this output:
    lo0 Guess this is the loopback address
    gif0 Don't know what is this
    stf0 Don't know what is this
    en0 Is the network, now in my case the wifi
    en1 & en2 Guess, reading your explanation that this are the ethernet thunderbolt ports
    p2p0 Don't know what is this
    awd10 Don't know what is this
    bridge0 Don't know what is this
    Do you know what are this interfaces? If it helps I have VMware Fusion and VirtualBox installed.

  • Firefox 4.0beta12pre to run in Linux Terminal name ?

    I use a Linux system, the Firefox version 4.0beta12pre, I want to know to run it in the exact name of the terminal, thank you.

    Where did you install that Firefox 4.0beta12pre version?
    Easiest to start Firefox is to create a desktop shortcut to the Firefox program.
    See:
    *http://kb.mozillazine.org/Installing_Firefox#Linux

  • Getting full terminal name

    I have a windows PC which connects to oracle, its' name is longer than 15 characters.
    when I query
    SELECT SYS_CONTEXT('USERENV','TERMINAL') FROM dual;
    I get it trimmed by 1 character.
    How can I get the full one?

    According to the 10gR2 SQL manual the value's length is OS dependent. I do not have an Oracle on Windows except for my Oracle Express version, but using it for a test it appears that what the command is returning is the PC name so try querying the v$session.machine name and see if that meets your needs.
    HTH -- Mark D Powell --

  • Terminal Name is Wrong

    In the Terminal window it shows the name of a Windows PC on our office network then the name of my Mac:
    joe01:~ GeoffsRetinaMac$
    Why has it inserted the name of someone else on the network?
    This is a new Mac that I set up from a Time Machine backup of my old computer, so I don't know if this is new, or if I did someting wrong on the old computer.
    Thanks for any help.

    Nothing whatsoever.
    You could try one of these tricks if it really bothers you:
    http://superuser.com/questions/357159/osx-terminal-showing-incorrect-hostname

  • To get the IP address or Terminal name

    Hi All,
    Is there a way to find from which PC / IP address a transaction is created/changed by a user?
    Thanks n Regards
    Shiva

    Hi
           you can view all the transaction executed at a particular interval by a particular user @ ST03N > Transaction profile.
    and in SM21, we can view the system log. in this we can view who has done what. more over if the user is a dialog user, it will give the host name of the system from which it is executed.
    with this we can trace, who has worked on wht.
    hope this info helps you.
    with regards,
    Rajesh.
    <i> award suitable points </i>.

  • Incorrect terminal name for "get variant attributes" (bug?)

    According to the help, the output named "values" should change its name to "value" once we wire a name.
    This does not seem to be the case (See tip strip in image below) as tested in 2013 and 2014..
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    VariantTipStrip.png ‏2 KB
    VariantValueValues.png ‏30 KB

    In LabVIEW 2013 it changes to value if only the name input is wired. Once you wire the default value, it switches back to values. 50% is true :-)

  • How to get terminal address along with Change document header

    Dear All
    My client want a report of the frequencies of a sales document changes along with terminal address. In table CDHDR i can get user name, date, t-code but not the terminal address. So requesting to guide me of how to get the terminal address from which terminal the document has been updated.
    Appropriate answer will be rewarded.
    Regards
    Kingshuk
    Edited by: Kings_Roy on May 31, 2010 11:02 AM

    I don't think this information is kept in change documents.  So for the change documents that are already created, you cannot get this information.
    For future however you can do some code changes to get this information.
    Function module TH_USER_INFO can return terminal name as well as IP address for a given client and user.
    All you have to do is either store this additional information along with change documents. For this i think you can check the FMs that are writing SD change documents. 
    OR
    You can use user exit exit SUSR0001 (User exit after logon to SAP System) to call this Function (TH_USER_INFO) at user logon and store this info in a Z table. Later when you are reading change documents, you can get user name, date time from change document and search this Z table for respective user Terminal name and IP Address.
    This is not a complete solution but i hope it will direct you to a solution.
    cheers.

  • Quest for a good Terminal app

    Hi
    I've recently switched to using Openbox on Arch, and I've searched far and wide and haven't been able to find a terminal app that follows these requirements:
    (1) does not import half of gnome or KDE
    (2) capable of using true transparency
    (3) handles copy/paste sensibly
    The closest I can find is urxvt (rxvt-unicode) which is lightweight, can handle true transparency, but has insanely irritating copy/paste features: it will tend to decide to paste any text-string that may have come up at some point since I originally copied something (i.e. if I click on firefox's url-bar and the url gets highlighted, or if i hit alt-f2 and the previous command is highlighted), while pasting into any other app pastes what's in my clipboard, and indicated by my clipboard-program (parcellite).
    Other popular choices such as aterm (I really like the tinting effect), xterm and terminator all seem to be unable to use true transparency, in spite of compositing being enabled.
    Any suggestions?

    Try the xfce terminal ('terminal'), it works well for me in openbox. Dependencies and other info:
    austin@austin-desktop ~ % y -Qi terminal
    Name           : terminal
    Version        : 0.4.0-1
    URL            : http://www.xfce.org/projects/terminal/
    Licenses       : GPL2
    Groups         : xfce4
    Provides       : None
    Depends On     : exo>=0.3.101  vte>=0.20.5  dbus-glib>=0.80
                     startup-notification>=0.9  hicolor-icon-theme
    Optional Deps  : None
    Required By    : None
    Conflicts With : None
    Replaces       : None
    Installed Size : 3220.00 K
    Last edited by doorknob60 (2009-09-08 03:24:24)

Maybe you are looking for

  • Downloading to computer

    I can no longer download pics to my computer, and I don't know why.  I uninstalled/reinstalled the driver software and it still doesn't work.  When the camera is connected, I turn it on, the screen says "BUSY" and there are three beeps.  After about

  • Types of Mapping

    Hi Masters, I have Small Dought.. We have 4 Type of Mappings, <b>Genera Message Mapping, JAVA Mapping, XSLP Mapping and ABAP Mapping... </b> <b>My Dought is ...In which Scenarios we are using this all mappings....</b> Please give me Clear Idea... Reg

  • Target Display Mode help

    I've been looking into this for awhile, and no discussion web sites answers it thoroughly.  At school this fall, I want to connect my MacBook Pro late 2011 to a 2009 iMac.  These iMac don't have Thunderbolt, and I was wondering if I can still use my

  • Get-AzureWebsiteJob with JobName parameter results in ArgumentOutOfRangeException

    I have set up a simple sample WebJob and am attempting to view and manipulate it via the Azure PowerShell module. Whenever I run the following command I am presented with the associated error: PS C:\Users\user-a> Get-AzureWebsiteJob -Name WebJobsDemo

  • Backup/Restore Missed Some Things

    Had to swap out my iPhone 4 yesterday for a new one. I had been getting the "No SIM..." message multiple times. Before I went to the Apple store, I did a backup of the phone. When I got home with the new one, I did a restore, selecting the backup whi