Login Date/time & Logout Date/time of User in apex

Hi,
Is there any apex internal table/view where I can get the Login Date/time & Logout Date/time per user ?
Regards,
Benz

Benz wrote:
Is there any apex internal table/view where I can get the Login Date/time & Logout Date/time per user ?No APEX version = no definitive answer...
APEX 4.1 offers:
<li><tt>APEX_WORKSPACE_ACTIVITY_LOG</tt>
<li><tt>APEX_WORKSPACE_ACCESS_LOG</tt>
Access these through Home > Application Builder > Application > Utilities > Application Express Views
See: Creating Custom Activity Reports Using APEX_ACTIVITY_LOG
Note that the underlying logs are purged on a regular basis, so for the long term you need to copy the data to your own tables.
Home > Administration > Monitor Activity provides reports based on this data.
APEX 3.0 has Home> Application Builder > Application > Application Reports > Activity > Page Views by Session which is probably closest to what you're looking for. Can't find this so far in APEX 4.x: presumably superseded by the Home > Administration > Monitor Activity > Page Views > By Interactive Report option?
Note however that the concensus among the wise is that accurate "logout" statistics with APEX (or any browser-based system) is impossible. How many users actually logout using using a method that triggers a capturable event at the actual time they stop using the system? How many are going to close the current browser tab? Or the entire browser window? Or press Cmd-Q? Or click a bookmark for a different location? Or type "p0rn" into the Search box? Or switch to another window and spend the rest of the morning reading Twitter? Or shutdown the machine? Or run out of battery power? Or lose their wifi connection? Or get timed-out during the fire drill? Or go home for the night after locking their PC with everything still running? Or...

Similar Messages

  • Multiple Users Can't Access Time Capsule Data

    My wife and I have two separate Apple MacBooks that share a Time Capsule. We have different account names on these respective computers. I initially set up my Time Capsule and created folders that I can access from Finder.app when I connect over our wireless network. In Airport Utility.app, under the "Disks" tab, I set up the shared disks "with device password", so that she and I can mutually access all the data on the Time Capsule. However, when I try to access it from her computer, I click on the Time Capsule in Finder.app and get this dumb Sharepoint icon--a total dead end. I created another account on her computer with the same name as the account on my own computer, and from that account, I'm able to access all of the data on the Time Capsule. This therefore seems to be a permissions issue, but I've checked all of the files and folders on the Time Capsule and ensured that they all have "everyone read & write" access, so there should be no restrictions on access to this data.
    Why are the volumes on my Time Capsule sensitive to the user accessing them? How do I set up data repositories on the Time Capsule that can be accessible to all users on my network? I'm out of ideas.

    Are both computers actually running Mavericks??
    This is very typical Yosemite problem.
    For some reason which I don't yet understand Yosemite is horrible at handling network drives.
    dumb Sharepoint icon
    Sharepoint is a dlink app?? If you have ever had some app loaded that uses a different product to apple then it can mess your access.
    WD share stuff seems to be the worst and causes no end of problems.
    What you are seeing btw is the TC is not a NAS.. you are trying to use it as one.. but it isn't.

  • Setting PC Time and Date as a User, not administrator

    Good Day,
    I'm trying to set the system time and date as a user. Currently running a hardware time server keeping the clocks on the network at the same time. The time is requested from the time sync server at the start of a DAQ run. This is to ensure every computer recording data has the same start time. We are currently changing network permissions and need to make a user run the software. User privelidges don't allow us to change the system time. Is there a way to allow a User to change the system time, or is that left to the Administrator only?
    This function is already implimented on the administrator account and works successfully. Any information would be most appreciated.
    Thanks

    P.C. was mentioned earlier so I will jump in and assume Windows....
    If the system is (made) a member of a Window administrative domain then all this is already in the box, and should be part of a well managed system (I have managed it on a workgroup as well, see the articles below for details). It's one of the things I try to promote as we often have systems switched on for hundreds / thousands of hours and knowing when some guy accidently switched it all off is realy usefull It helps with problems / events that occur outside our control and assists tracking down problems and stops drift / skewing of data.
    Check out the following articles for more information: -
      Basic Operation of the Windows Time Service
      http://support.microsoft.com/kb/q224799/
      Registry entries for the W32 TimeService
      http://support.microsoft.com/default.aspx?scid=kb;en-us;Q223184
      Windows 2000 cannot set the correct time when it connects to multiple NTP servers
      http://support.microsoft.com/?id=837196
    The time service is included on Windows XP as well. For NT4 there is / was a toolkit that allows operation from Microsoft.
    Use the command NET TIME /? (on W2K and XP)
    Either way you will come accross problems at the firewall if you want to get to an external time source. Unless you have on of those nifty little black boxes that pick up a radio signal from one of the available time sources.
    I like Dennis Knutsons idea because you can't always get IT's attention, sometimes they need a little help, thanks again Dennis for another good tip.

  • Hi add fields in ztable user name system time and date urgent

    i have to add three new fields in my z table
    a)user name
    b)system time
    c)date
    suppose if anyone update my ztable then the above three fields should catch the values as which user change the ztable at what time and on which date
    plzzzzzz help
    urgent
    saurabh

    To create the fields use the following field types.
    CPUTD - for Date
    CPUTM - for Time
    USNAM - User name.
    when updating the table pass the system variable.
    sy-datum - for date
    sy-uzeit - for time
    sy-uname - for user name

  • Is PGI date beased on system date or user profile time zone date?

    Hi All,
    When doing PGI what date system will take as Actual good issue date ? whether the System Date or User local Time zone date which maintained in User profile. If you have any idea on this please share.
    Regards,
    Lakshmikanth

    Hi,
    You need to check with the basis team for settings this to your local time.
    You can also check the field Personal time zone of the user in t.code SU01. I am not sure this will update the timings in the database when the user performs some action.
    Regards

  • Setting the inputdate component on user's time and date in JDeveloper 11g.

    Can somebody help me non this? I was wondering on how will I get the user's time and date as the default time and date for my inputdate component because it always shows the server's date and time on where my application is placed.

    This is what I did:
    <afh:head title="EvCore Suppression"
    <afh:script text="function dateTime()
    var d = new Date();
    var t_date = d.getDate(); // Returns the day of the month
    var t_mon = d.getMonth(); // Returns the month as a digit
    var t_year = d.getFullYear(); // Returns 4 digit year
    var t_hour = d.getHours(); // Returns hours
    var t_min = d.getMinutes(); // Returns minutes
    var t_sec = d.getSeconds(); // Returns seocnds
    }" </afh:script>
    </afh:head>
    but there's an erorr near <afh:script, it says that "Using HTML script tag can result in subtle/hard to diagnose bugs, trh;script should be used instead. Recommended attriibute 'type' is missing."
    I tried to change my code based on the recommendation but it still generate an error on the same place and the same recommendation.

  • User exit time or date validation at delivery

    Hi guys
    I wonder if there is any User exit that works for validation of time or date at delivery.
    I've got some products that i need to keep in stock between 24-168 hours before sending them to the clients.
    So i wonder if there is any user exit to make a validation of the keeping times in the delivery process.
    Thanks a lot
    Waiting for the answer
    Francisco Oyarzo

    Dear Francisco Oyarzo
    Before posting goods issue, in "Item Overview" tab, there is a field for recording time (LIKP / WAUHR) of goods issue,   You can make use of this.  Similarly for date of delivery is "Actual GI Date" which is nothing but, the date on which the goods issue are posted
    thanks
    G. Lakshmipathi

  • Calculate one month prior to user entered date by a Date/Time field

    Hi All,
    I am currently pretty new to Live cycle and have no idea about Java scripting, i have been using this site a lot for my forms and have used the FormCalc for expanding tables and so on but this one is proving difficult. I am currently designing a form that requires a calculation of one month prior to a user entered date by a Date/Time field. I have looked at multiple posts on how to do this but none have worked (they are using the Date2Num).
    Is anyone able to enlighten me please?
    I currently have:
    Date/Time field Date Due
    Date/Time field Planned Date of Review
    I need Planned Date of Review to be calculated to be 30 days prior to Date Due. How do I go about doing this? Is it incorrect to use a Date/Time field as the field type for the calculation?
    Cheers
    Brad

    You can use FormCalc to compare the user input.
    Put this script into the exit:Event of the date field.
    if (Date2Num($.formattedValue, "MM/DD/YYYY") ne date()) then
    $host.messageBox("The entered date is not todays date!")
    endif

  • Can we display Cube update time and date

    Hi All,
    can we display Cube refresh time and date for user with out going into the Cube properties. Can we use any substitution variable for that?
    Another doubt----
    Will there be any systen defined default substitution variable in Essbase or anly user defined variables. IF there what are they and purpose of it?
    Regards

    After the successful cube building, you can capture the time stamp from the system into a variable and you can set the note on database.
    suppose below is the maxl script updatetime.mxl
    login $1 identified by $2 on $3 ;
    spool on to $4 ;
    alter database $5.$6 set note $7 ;
    logout ;
    spool off ;
    exit ;
    you can call the script like
    essmsh updatetime.mxl <<userid>> <<pwd>> <<server>> <<spoolfile>> <<appname>> <<dbname>> <<updatetime>>

  • I need a logout script that will erase the standard user account data after logout.

    I have a lab of 35 Macbook Pros and I am trying to make it where when the user logouts, it will erase the data after they logout.
    I have found several articles about deleting user accounts when they login through AD, but this is not the case.
    Any help would be much help!

    Then when they are at those system they do not Login and if they do have to enter a password it is whatever it is for the Base user account that is setup. Right?
    I'd look at the Mac KB system to see if you can restrict saving to the local HDD but yet allow saving to a thumb drive or not.
    To do what you want the system would need to keep track of all files saved from time X to time Y, and those times would be every changing. Not sure you are going to get there from here.
    Not sure what you mean by Lab machines. I've worked in and gone to school at a Graphic art school and they have hundreds of Lab Mac's that each student must log into with there own user account when in different classes and when saving any of there work it gets saved on the server so it can be retrieved by them when they log into another system someplace else throughout the school or when using their own computer and connected to the schools network.
    I wish you the best of luck with this project.

  • Why is my macpro reseted time and date?

    Ok,eventually my macpro reseted his date and time to something about 2001... The point is,that i bought this laptop from a friend few months ago, and i even forgot to ask for a login password,and after that and didnt even consider reseting users. The problem with the time and date change,came another problem,i cant even use safari regulary,on sites such is facebook,or even apple .com,without getting a verification security verisign,without blocking the site that i am trying to get in to. Only way is to "trust" that site is manually sign it as "trusted" with your login and a password from your mac. Which i dont know,even my friend dont know the password,the one that i bought it from. Just to make some things straight,its not stolen,i bought it from an original owner,no matter how awkward this situation looks like. Thanks in advance for a any ideas.

    Hi all
    I have the same problem. When I put the touch to sleep, it seams that during the sleep phase, the time stands still and after power it on again, the time & date is reseted to the default settings.
    Hope someone have an idea or a solution for this problem.
    Cheers, istvan72

  • Time and date preferences crashing

    Hi. Every time I click on the clock on the menu bar and go down the menu and click on "Open Time and Date...", it never works. It always stalls System Prefences, although it will occasionally open after not responding for a minute or two. This has only started happening recently, although I can't pinpoint any event that might be causing it.
    -Eric

    Eric
    Usually a preference pane problem can be fixed by trashing
    com.apple.preferencepanes.cache in Home > Library > Caches folderIf this alone doesn't fix things after a logout/login, then trash it again (because it will have regenerated another bad file), together with
    com.apple.systempreferences.plist in Home > Library > Preferences folder,
    and in the Home > Library > Preferences > ByHost folder, the two files: com.apple.systempreferences.xxxxxx.plist and com.apple.PrefPane.Network.xxxxxx.plist, where xxxxxx = a hexadecimal numeric string.Post back to say if this works.

  • Time Machine Date Incorrect on ALL Backup Files

    Time Machine backs-up okay but when I open TM to access previous back-ups, all the dates in the ruler style index along the righthand boarder of the desktop all show January 5, 2009, January 5, 2008 and January 5, 2007. The year changes as it should and the day of the week and time of the day are correct. I ran Disk Utilities on the back-up disk twice. It fixed other errors but not the date problem. I also checked the computer date and it's correct.

    Barbara Elbe wrote:
    Where is enter?
    press the "enter" key in the terminal window after pasting the command I gave you there.
    Then log out/in of what?
    log out of your account and then log back in. to log out go to the apple menu in the upper left corner and select "log out". this will log you out of your user account and take you to the login window. log back in using your user name and password.

  • Macbook procannot reset time and date

    I have macbook pro (2009).  The time and date has been set to prior to 2008 and does not allow me to modify.

    Back up all data.
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Please triple-click anywhere in the line below on this page to select it:
    sudo date 0109000014
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. You'll be prompted for your login password. Nothing will be displayed when you type it. If you don’t have a login password, you’ll need to set one before you can run the command. You may get a one-time warning to be careful. Confirm. You don't need to post the warning.
    If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. Log in as one and start over.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered. You can then quit Terminal. Try again to set the date.

  • How do i get time or date connection?

    I want get time or date when the users login to database.(with SQLPlus or PL/SQL).
    Thanks.
    bsaraie.

    SELECT logon_time FROM v$session
    WHERE username = 'SCOTT' ;

Maybe you are looking for

  • Error to install Add-On BI Content (TCode SAINT)

    I am trying to install "BI Content" from Tx SAINT but I get the following message The installation was stopped, since an error occurred during the phase CHECK_REQUIREMENTS, which the Add-On Installation Tool is unable to resolve without your input. A

  • Parallax code not working in CC 2014.1

    Hi!, I have being using this code for  parallax in CC 2014,  as an action on the stage on a scroll event. // scrolling controls animation  var animationHeight = 25000  var stageHeight = sym.$("Stage").height()  var scrollPos = sym.$("Stage").scrollTo

  • All pictures erased from Ipod touch 4th gen?

    4th Gen was replaced in US - back in UK tried to import new pictures taken on new ipod to laptop (didn't sync) - all pictures disappeared - could i get them back?

  • Naming of Assignements

    My editor is making separate incopy files for each chapter. When I placed them into my indesign layout, they have the same name in the assignment window, even though there have different distinct names, chapter 1.icml, chapter2.icml..... Why do they

  • Copy PDF files

    I have a PDF file sent to me in my email.  I need to copy the PDF and put it in a dropbox at my school account. What to do?