Details of users who have logged into the application

I have installed oracle 10g Forms and services and oracle database 10g in the server.The users will run the application from the client machine. I want to know how many users are accessing the application and their ip address .
Please let me know.
Thanks.

Hi
Try this Code.
SELECT MACHINE, OSUSER, TERMINAL, UTL_INADDR.GET_HOST_ADDRESS(TERMINAL) IP_ADDRESS FROM V$SESSION WHERE STATUS = 'ACTIVE'If you want to get the details of all users including Disconnected users, then use the following query
SELECT MACHINE, OSUSER, TERMINAL, UTL_INADDR.GET_HOST_ADDRESS(TERMINAL) IP_ADDRESS FROM V$SESSION WHERE NVL(TERMINAL, ' ') <> 'UNKNOWN'Regards,
Manu.
If this answer is helpful or correct, please mark it. Thanks.
Edited by: Manu. on Aug 4, 2009 10:09 AM

Similar Messages

  • How to capture the user who has logged into the portal.

    Hi,
    How do I capture the user who has logged into the portal.
    HOw do I retrieve the first name and last name of the logged in username.
    Could someone provide me a related link or PDF to work on this.
    Thanks,
    Suvarna

    Hi suvarna,
    Check the following code
    ISearchResult rst = UMFactory.getUserFactory().getUniqueIDs();
                      IUserFactory usf = UMFactory.getUserFactory();
                      IUser iuser = null;
                      IUserListElement userElement = null;
                      int i = 0;
                      while (rst.hasNext()) {
                            iuser =
                                  UMFactory.getUserFactory().getUser(rst.next().toString());
                            String email = iuser.getEmail();
                            String fname = iuser.getFirstName();
                            String lname = iuser.getLastName();
    regards
    Anil Dichpally

  • Report on who has logged into the portal

    Hello everyone..
    Anyone know a way to get a report of which users have logged into the portal recently?

    Hello Craig,
    Check the Help portal under
    http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm
    regards
    Mahesh

  • Portal users who have logged in during a specified time interval ?

    Hi,
    I need to know all the users who have logged in to the portal during a specific interval of time e.g during the last 10 days. Is there any provision to write code using UME api ?
    Any help would be highly appreciated and rewarded.
    Thanks & Regards,
    Sudhir

    Hi Jaga, Thanks for your reply.
    This is what i needed.
         Vector v=new Vector();
         IUserAccountFactory uaf = UMFactory.getUserAccountFactory();
         IUserAccountSearchFilter userAccountSearchFilter=uaf.getUserAccountSearchFilter();
         userAccountSearchFilter.setLoggedInBetween(fromDate,toDate);
         ISearchResult sr = uaf.search(userAccountSearchFilter);
         while(sr.hasNext())
                         IUserAccount ua = uaf.getUserAccount((String)sr.next());
              IUser tmp = ua.getAssignedUser();
              v.add(tmp);

  • I am currently managing 20 iPads on a macbook. I would like to manage the same 20 iPads on a new macbook pro. I have logged into the iTunes account on the new machine and see our apps but not the devices. How do i get the devices to be shown on new comp?

    I am currently managing 20 iPads on a macbook. I would like to manage the same 20 iPads on a new macbook pro. I have logged into the iTunes account on the new machine and see our apps but not the devices. How do i get the devices to be shown on new comp?

    Has anyone used apple cpnfigurator for this purpose?

  • How  to find out list of users who has logged into webtools

    Hi All,
    From a database administration and monitoring traffic point of view we want to know who has logged into our web tools web site for a given period.  Is there a easy way to have this information. basically user ID , date and time are info we need. (need all users - with or without orders)
    any ideas welcome.
    Regards
    David

    Hello,
    The easiest way to accomplish this is by creating a report.
    Use the SQL query
    SELECT     UserID, LastVisitDate
    FROM         Users
    ORDER BY LastVisitDate DESC
    And a template that looks something like this:
    <html>
    <head>
    <title>%%ReportName%% - %%Today, {0:d}%%</title>
    %%StyleSheet%%
    </head>
    <body>
    <center>
    <h1>%%ReportName%%</h1>
    <table width=800 cellpadding=1 cellspacing=0 border=1>  
    <tr>
    <td><b>User ID</b></td>
    <td><b>Last Visit</b></td>
    </tr>
    <section name="uservisit">
    <tr>
    <td>%%UserID%%</td>
    <td>%%LastVisitDate%%</td>
    </tr>
    </section>
    </table>
    </center>
    </body>
    </html>

  • Users are being logged into the desktop before the mapped drives GPO takes effect

    We are using a Group Policy object to map network drives to our users.  We are getting reports that the user are being logged into their desktop before the drives are mapped, causing a program that points to the mapped drive to not be able to access
    files on that drive.  Once the user goes into Computer and double clicks on the drive, they are then able to see the files on the drive and the program is able to access them as well.
    We have added another GPO to institute the "Always wait for the network at computer startup and logon" policy to try to fix the issue, but it has not solved our problem.
    Thanks in advance for any assistance.

    >   Once the user goes into Computer and double clicks on the drive, they
    > are then able to see the files on the drive
    Did you check the "reconnect" option?
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • I have several users who have updated to the new iOS 5 and now are unable to get to the apple store

    I have several users with ipads who have updated to the new iOS5 and are now unable to access the itunes store.  It loads about half way and then nothing.  Any ideas on how to fix this?

    Photo stream only keeps your photos for 30 days.  After that, they are removed from your photo stream but not from any device that has already received them.  Chances are, the 44 photos are from the last 30 days; the others are not there because they are no longer in your photo stream.
    If the photos were in your camera roll when you last backed up, restoring to the backup should recover them.  However, you will have to restore to the entire backup to do so.  If they weren't backed up or imported to your computer, there is no way to recover them now.
    To be sure your photos are saved, regularly import them from the camera roll to your computer as outlined here: http://support.apple.com/kb/HT4083.

  • I keep getting a message that I have logged into the server maximum times or server has timed out

    I had an upgrade to my system and it changed my logging into the server to every 10 minutes. Can you reset it on your end so I can use my email again. We fixed the logging into the server so that will not happen again. I cannot send or receive emails on Thunderbird and I also get a connection to server has timed out when I try to send an email. Thanks

    Update your Firefox to latest version
    *www.Mozilla.org
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • Is there any way to create a bookmark in safari that automatically creates itself for every user/account that logs into the computer?

    I am currently trying to add in a bookmark to Safari that will be automatically created on every account on the Mac.
    Is that possible? Or is the only way to do such a thing, to have to add it to each and every Safari on each individual account?

    HawkStreet wrote:
    I am currently trying to add in a bookmark to Safari that will be automatically created on every account on the Mac.
    Is that possible?
    No, unfortunately.
    Or is the only way to do such a thing, to have to add it to each and every Safari on each individual account?
    Yes.

  • Important information for all 750 users who have not done the Windows Mobile 6 Update

    This update will no longer be available to download after October 31st. This is for the global 750's and the ATT devices.
    So if you are holding off on this update for whatever reasons you have, you may want to atleast download the update and save it to your computer locally after October 31st you will no longer be able to get the update at all, so if later on you decide you want the update you won't be able to get it.
    Post relates to: Centro (Sprint)

    I would also encourage you to burn a copy off to CD as a back up to hard disk failure.
    Alan G
    Post relates to: Treo 755p (Sprint)

  • RE: Force user to re-login if the application is idle for awhile!

    Hi,
    I a similar thing a little while ago for an application written in a 4gl (not Forte) running
    windows 95 clients. I ended up dropping out to "C" and using the SDK to install
    hooks which monitored certain mouse and keyboard events to the application.
    It ended up being less than 10 lines of code in the end whereas when I tried
    to do it within the 4gl it was looked like wholesale changes to lots of code.
    This option fell down when the user was reading their help file or updating
    a word document so we added a pop-up which came up at the front of all applications
    on the PC giving the user a further minute to respond so as not to annoy the genuine
    user who was still "there" but doing something else.
    I have not had the chance to try this in Forte yet but it should be possible.
    If you think this might be an option for you I will try and cobble together an
    example.
    Dalton
    ===============================================================
    Dalton Cranston 45 Castle St.,
    GO5 Ltd Reading. RG1 7SN
    E-mail: [email protected] United Kingdom
    URL: www.go5.com Phone: +44 (0)1189 589 555
    Fax: +44 (0)1189 587 467
    -----Original Message-----
    From: Lu Wang X1 [SMTP:[email protected]]
    Sent: 13 February 1998 17:45
    To: [email protected]
    Subject: Force user to re-login if the application is idle for a while!
    Hi;
    For some security reasons, it requires our Forte application to force user to
    re-log into the application if the user doesn't use this application for 10
    minutes. The problem and difficulty to us is that how to determine there is no
    activity going on for this application on the client's PC.
    Any thought and ideas will be greatly appreciated!
    Lu Wang
    Eli Lilly and Company
    [email protected]
    (317)276-5776

    Hi Rick,
    Thanks for the Reply.
    When they are doing some action with RF id system gave DUMP - ITS_TEMPLATE_NOT_FOUND.
    With this is there any efect on Table locking.
    We got the dump on the ITS screen where as at the same time in back end ECC system TABLE data is using.
    Thanks
    Naresh

  • Table to Know which users have currently logged into the system

    Hi,
       I have a requirement where by i can know as to which all user have logged into the system. Any pointers as whcih table this information can be found?
    Regards,
    Gurpreet Singh

    Hi pankaj,
    1. use the FM TH_SYSTEMWIDE_USER_LIST
    2. Not only the user list,
       u will also get the
       terminal, various tcodes,
       they are currently using.
    regards,
    amit m.

  • How to view which users have logged into Hyperion Planning

    Hi all,
    I'm trying to determine the best way to view users that have logged into Hyperion Planning (who and when). Is there an option in Shared Services or can this be viewed through Planning by the administrator? Any insight would be greatly appreciated.
    Thanks!

    Planning has never been the best at providing that information, you can look at the statistics page in planning which is pretty poor in my opinion.
    The other option is audting but once again it doesn't really audit users logging in and out.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to find the user who have restarted the schedular.

    Hi,
    We are using the cron trigger schedular to initiate the BPEL process.
    We use the oc4jadmin user to login into the em console of SOA.
    Somebody has restarted the schedular on production server which we can see in the log file.
    But is there any way to find that who is the exact user who has restarted it. I know the user has login with the oc4jadmin but can we check who the machine user(machine profile of that user).
    Becasue if we know that this was the machine user who has login into the EM console we can find it.
    Please help.l
    Thanks

    Hi,
    If the user has used the manage option to delete the contents of the DSO then the changed by field will be updated by the users name. In case a program is used for the deletion then it wont be the case.
    Regards
    Govind.

Maybe you are looking for

  • Background image for a Scene in JavaFX2.0

    Hi all, I am new to JavaFX2.0 and need to know how to set a background image for a scene. Thanks in advance.

  • Unable to switch from Tall Talk (Virgin) to BT Inf...

    When Virgin moved its ADSL customers to Talk Talk and BT enabled Infinity where I lived, I thought this was the time to move to BT Infinity. My first order was place on the 3 Feb and I have had multiple orders ever since with no real explanation to t

  • Battery charging by usb port on PC and adapter which is better

    Please help me Battery charging by usb port on PC and adapter (enclosed with IPHONE box )which is better? Regards

  • Open Clearing Items

    Hello everybody: I need open clearing items to clearing with other items. For example in my job was issued a payment to a supplier, but was applied to the wrong invoice, for this reason I need to open this compensation payment and apply it to the rig

  • Fetch Row process error in form called from report

    I have an interactive report that calls a form (when user hits the edit link on a row). The form is using a fetch row process (Automatic Row Processing). The problem I have is if a user tries to hit the edit link on a row that was already deleted, I