Hour-by-hour day usage extraction

Hey SQLers,
I have a large table that shows the total nr. of connections to my_software (let's call it like this) during 1 month. I would like to create an one-day average view of connections from 00:00 to 23:59; and see the connection pattern to my_software during this past month.
EDIT The date column is defined as: 'YYYY:MM:DD H24:MI:SS'
My SQL skills are not sufficient for this, and I wonder if anyone could point me to the right directions? I believe this must not be very complex, but I'm struggling with the implementation of 'average' in SQL.
Thanks!
M.
Edited by: mcasanovas on Sep 2, 2011 6:04 AM

Hi,
mcasanovas wrote:
I believe I didn't explain myself correctly. I am sorry for that. Whenever you post a problem, post a little sample data (CREATE TABLE and INSERT statements) and the results you want from that data.
Always say which version of Oracle you're using.
Simplify as much as possible. Fior example, you might only include times before 03:00 AM, but explain that your real data (and results) will go all the way to midnight.
Each row of the table is one connection, and I've got plenty. One of the columns is the date+hour, and it indicates the exact moment of the acces. In a more practical way, I need to be able to create a graph that shows the average per-hour (from 00 to 23) for the whole month. The result of the select should be something like:
--AVERAGE CONNECTIONS DAY
acces_time average_connections
00:00 550
01:00 340
22:00 1200
23:00 1130
Where the first row is the average nr. of connections at 00:00 during the whole month.Let's say there were 31 days in the month. Are you saying that you'd want output like this is, for example, there were
500 connections between 00:00 on 15 of those days,
550 connections between 00:00 on 1 day, and
600 connections between 00:00 on 15 days?
Here's one way:
WITH     parameters     AS
     SELECT     DATE '2011-08-01'     AS start_date
     ,     31               AS total_days
     FROM     dual
SELECT       TO_CHAR (connection_time, 'HH":00"')     AS hour
,       COUNT (*) / total_days          AS avg_connections
FROM            table_x
CROSS JOIN     parameters
WHERE       connection_time >= start_date
AND       connection_time <  start_date + total_days
GROUP BY  TO_CHAR (connection_time, 'HH":00"')
ORDER BY  hour
;In this query, the starting date and the number of days are hard-coded into the sub-query. You might use variables (such as SQL*Plus substitution variables) instead. With a little more coding, you could enter just the starting date, and have the query derive the total number of days in that month.
This assumes that connection_time is a DATE, not a string. There is no reason to store dates in string columns.

Similar Messages

  • IPhone 5 battery only lasts for 3 hours of usage

    My iPhone 5 64GB is not working as well as I think it should be. After about 3 hours of usage (according to usage statistics in settings), which is just Facebook and web browsing, and 9 total hours of standby, the battery dies. This is mainly over 4G with medium brightness. Background App Refresh is off, most location services are off, Push emails are off, reduce motion is on. I have tried everything I have found online to try and fix this, but nothing has worked. On top of that, my iPhone was just replaced at an Apple Store, so I'm not really sure what it could be.
    Any help is greatly appreciated!

    Hello pierre0,
    Thanks for using Apple Support Communities.
    Since you have just received this iPhone as a replacement from an Apple Store, it should still be within its 90 day warranty.  Please take the device back to the store and inform them of the issue.
    A replacement part or Apple Product, including a user-installable part that has been installed in accordance with instructions provided by Apple, assumes the remaining term of the Warranty or ninety (90) days from the date of replacement or repair, whichever provides longer coverage for you.
    Your Hardware Warranty
    http://www.apple.com/legal/warranty/products/ios-warranty-document-us.html
    Take care,
    Alex H.

  • Hello, i have updated my iphone 5 black 16 gb to ios 7 ios 7.0.2 (11a501) and my battery has become worse it gives 9 hours of usage with out doing anything, i have done everything i tried, not using my iphone as well but still no change at all!

    hello, i have updated my iphone 5 black 16 gb to ios 7.0.2 (11a501) and my battery life of my iphone has become worse it gives 9 hours of usage with out doing anything, i have done everything every tip that is available online i had 3gs and 4s so i know how to save battry life,i even tried  not using my iphone as well but still no change at all!. i have upadted to ios 7.0.3 then downgraded it , i thought battery may be an issue ,so i put  brand new battery still no change , so what should i do ? , update to the latest version which is ios 7.0.4 or wait for the ios 7.1 , i was using iphone 4s running on ios 6.1 it gave me 3 days of battery timing , iphone 5 seemed to be very bad for me ,help ! ?
    its facory unlocked btw

    Try to do a reset, if it doesn't work try remove recently added apps this may solve your problem ( like google app because it has happened with me)
    Take a look at apps using your location service in privacy, it can cause battery draining.

  • Disconnected Slicer in PowerView - Hour | Day | Week | Month | Year | Max

    I want to create a Power View chart in Power BI with the Minute/Hour/Day/Week/Month/Year filters:
    Workbook can be downloaded at:https://www.dropbox.com/s/r00btg5zb8snohz/Disconnected%20Slicer%20Demo.xlsx?dl=0
    when MINUTE is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 60 seconds (from current time) with 5 or 10 seconds interval.
    when Hour is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 60 minutes (from current time) with 5 minutes interval.
    ex: 10:00AM 10:05AM 10:10AM ...................................11:00AM
    when DAY is selected the chart should display:
    Total Number of Msgs vs. X-axis showing last 24 hours (12AM to 11:59PM with 1 hour interval)
    when WEEK is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 7 days from current datetime stamp with 1 day interval.
    when MONTH is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the 30 days from current datetime stamp with 1 day interval
    when YEAR is selected the chart should display:
    Total Number of Msgs vs. X-axis showing the last 12 months from current day with 1 month interval
    It would be great if the PowerView chart can be made to look something like this:
    shown in the below link:
    When '5 Day' is selected the values in the Y axis and X axis change automatically.
    Here's the link:
    https://www.google.co.in/search?&biw=1600&bih=799&sclient=psy-ab&q=google+share+price&oq=google+share+price&gs_l=serp.3..0l4.148.192.3.270.2.0.0.2.2.0.0.0..0.0.msedr...0...1c.1.60.serp..0.2.11.Jf8jXyUgmDA&pbx=1&bav=on.2,or.r_qf.&bvm=bv.82001339,d.dGY&ech=1&psi=qcGPVJmeJoHGmQXsooDACQ.1418707370733.9&ei=nsOPVJGiI6GgmQW0g4LABA&emsg=NCSR&noj=1
    for more clarifications and information please feel free to reach out to me at [email protected]
    www.twitter.com/mph88

    Hi Manjunath,
    Currently looking into a possible solution although some of the limitations within Power View restrict how close we can get to the ideal result. Still exploring some approaches :)
    Regards,
    Michael Amadi
    Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to vote it as helpful :)
    Website: http://www.nimblelearn.com, Twitter:
    @nimblelearn

  • Ever since the systyem upgraded me to 3.6.6. I can not even run one eight hour day without firefoc either crashing or locking up which requires me use C/A/Deleate to close the program. I used to be able to run 8 to 12 windows at a time and NEVER lock up

    Ever since the systyem upgraded me to 3.6.6. I can not even run one eight hour day without firefoc either crashing or locking up which requires me use C/A/Deleate to close the program. I used to be able to run 8 to 12 windows at a time and NEVER lock up or crash with the older version. Is this problem being looked into and or being corrected. I use Firefox with Google and my system is XP Pro 32 bit. THIS IS REALLY making me MAD. My email is [email protected] and would appreciate a response to this ASAP. I have tried a couple of items from your help section and nothing works.

    <u>'''Anonymous'''</u>
    Please post a separate question. Thank you. https://support.mozilla.com/tiki-ask_a_question.php?locale=en-US&forumId=1
    <u>'''chris'''</u>
    <u>'''''Crashing'''''</u>
    See:
    http://support.mozilla.com/en-US/kb/Firefox+crashes
    http://kb.mozillazine.org/Firefox_crashes
    http://support.mozilla.com/en-US/kb/Firefox+crashes+when+loading+certain+pages
    http://support.mozilla.com/en-US/kb/Firefox+crashes+when+you+open+it
    http://support.mozilla.com/en-US/kb/Firefox+will+not+start
    http://kb.mozillazine.org/Browser_will_not_start_up
    ''<u>'''Hanging'''</u>''
    See: http://support.mozilla.com/en-US/kb/Firefox+hangs
    <u>'''''Hanging at exit'''''</u>
    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: [http://kb.mozillazine.org/Kill_application Kill Application]
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    [[Firefox hangs]]
    [http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit]
    [[Firefox is already running but is not responding]]
    ''<u>'''Safe Mode'''</u>''
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes <u>'''before'''</u> starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling <u>'''one at a time'''</u> until the problem reappears. <u>'''You MUST close and restart Firefox after EACH change'''</u> via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    <u>'''chris'''</u>
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.~~red:17~~; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 or higher; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.
    <u>'''NOTE:'''</u> Java version 1.6.0.21 has been released. It is mainly an update for developers of Java applications and most users do not need to be concerned about downloading version 1.6.0.21. <u>'''''At this time'''''</u>, the update option in existing installations of Java 1.6.0.20 are not updating to version 1.6.0.21; <u>'''''at this time'''''</u>, it must be manually downloaded and installed. According to the Java release notes:
    ''"'''Bug Fixes'''''
    ''Java SE 6 Update 21 does not contain any additional fixes for security vulnerabilities to its previous release, Java SE 6 Update 20. Users who have Java SE 6 Update 20 have the latest security fixes and do not need to upgrade to this release to be current on security fixes."'' Source: http://java.sun.com/javase/6/webnotes/6u21.html
    <u>'''Install/Update Adobe Flash Player for Firefox (aka Shockwave Flash)'''</u>: your ver. 10.0 r~~red:45~~; current ver. 10.1 r53 ('''important security update 2010-06-10'''; see: http://www.adobe.com/support/security/bulletins/apsb10-14.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    -exit Firefox (File > Exit)
    -''<u>In Windows,</u>'' check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -''<u>In Windows,</u>'' double-click on the Adobe Flash installer you just downloaded to install/update Adobe Flash
    -when the Flash installation is complete, start Firefox, and test the Flash installation here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507&sliceId=1
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version of Flash. To install/update the IE ActiveX Adobe Flash Player, same instructions as above, except use IE to download the ActiveX Flash installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Flash ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]
    <u>'''Update Shockwave for Director (aka Shockwave Player)'''</u>: your ver. ~~red:10.1 (very old)~~; current ver. 11.5.7.609 (<u>important security update released 2010-05-11</u>; see http://www.adobe.com/support/security/bulletins/apsb10-12.html)
    NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    SAVE the installer to your hard drive (Desktop is a good place so you can find it). When the download is complete, exit Firefox (File > Exit), locate and double-click in the installer you just downloaded, let the install complete.
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox#_Installing_Shockwave Installing Shockwave]'''
    <u>'''You '''</u>~~red:<u>'''MAY'''</u>~~<u>''' need to Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. N/A; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Open the Adobe Reader installed on your system (''in Windows, Start > Program Files, find and click Adobe Reader to open''), click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -In Windows: check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -In Windows: double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer. See: [[ActiveX]]
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • How to use the manually entered Hours/Days in the Duration field for BG_ABSENCE_DURATION

    Hi All,
    How to use the manually entered Hours/Days in the Duration field for BG_ABSENCE_DURATION fast formula?
    Requirement is to restrict employees for applying for leave more than the accrued balance. In SSHR, apply leave functionality, the employee enters the start date, end date and duration manually. The entered duration must be used in the fast formula to check against available balance.
    In the BG_ABSENCE_DURATION FF, I have a function to calculate the net accrual balance as on the calculation date.
    I want to add the logic as - If to_number(Duration) /*[manually entered value]*/ > net accrual balance then
    Duration = 'FAILED'
    invalid_msg = 'Error'
    return duration, invalid_msg
    Thanks!

    Hi,
    We have a standard functionality to override the duration calculation and you don't need to add a validation for the same. Please set the value of profile option HR: Absence Duration Auto Overwrite to Yes
    When you do this user will not have to enter the duration value manually. It will get auto calculated based on the duration calculation in BG_ABSENCE_DURATION when you click on the next button.
    For not allowing negative leaves to be applied, If you are on R12 then, this is a standard functionality and you need to set profile option HR Allow Absence Negative Balance to No
    If you are on 11i then refer Note: 268171.1: How Do You Stop Accrual Plans from Going Negative?
    Try and let me know in case you need further help.
    Thanks,
    Sanjay

  • Yosemite become slow after hours of usage

    My log report :
    EtreCheck version: 2.0.11 (98)
    Report generated 26 Nov 2014 16:57:03 CET
    Hardware Information: ℹ️
        MacBook Pro (Retina, 13-inch, Mid 2014) (Verified)
        MacBook Pro - model: MacBookPro11,1
        1 3 GHz Intel Core i7 CPU: 2-core
        16 GB RAM Not upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
        Intel Iris -
            Color LCD spdisplays_2560x1600Retina
            ASUS VS247 spdisplays_1080p
            SMBX2350 1920 x 1080 @ 50 Hz
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Uptime: 0:28:49
    Disk Information: ℹ️
        APPLE SSD SM0512F disk0 : (500.28 GB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) /  [Startup]: 496.30 GB (138.50 GB free)
                Core Storage: disk0s2 499.42 GB Online
    USB Information: ℹ️
        Apple Internal Memory Card Reader
        Yubico Yubico Yubikey II
        Apple Inc. iPhone
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
            Apple Inc. Thunderbolt to Gigabit Ethernet Adapter
    Configuration files: ℹ️
        /etc/hosts - Count: 1
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) Support
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) Support
        [not loaded]    com.vmware.kext.vmnet (0223.55.95) Support
        [not loaded]    com.vmware.kext.vmx86 (0223.55.95) Support
        [not loaded]    com.vmware.kext.vsockets (90.6.0) Support
            /Library/Extensions
        [loaded]    at.obdev.nke.LittleSnitch (4228 - SDK 10.8) Support
        [not loaded]    com.Logitech.Control Center.HID Driver (3.9.1 - SDK 10.8) Support
            /System/Library/Extensions
        [not loaded]    com.Logitech.Unifying.HID Driver (1.3.0 - SDK 10.6) Support
    Launch Agents: ℹ️
        [running]    at.obdev.LittleSnitchUIAgent.plist Support
        [not loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.AdobeCreativeCloud.plist Support
        [running]    com.bjango.istatmenusagent.plist Support
        [running]    com.bjango.istatmenusnotifications.plist Support
        [running]    com.Logitech.Control Center.Daemon.plist Support
        [loaded]    com.oracle.java.Java-Updater.plist Support
        [not loaded]    com.teamviewer.teamviewer.plist Support
        [not loaded]    com.teamviewer.teamviewer_desktop.plist Support
        [loaded]    org.gpgtools.gpgmail.enable-bundles.plist Support
        [loaded]    org.gpgtools.gpgmail.patch-uuid-user.plist Support
        [loaded]    org.gpgtools.gpgmail.updater.plist Support
        [running]    org.gpgtools.Libmacgpg.xpc.plist Support
        [loaded]    org.gpgtools.macgpg2.fix.plist Support
        [running]    org.gpgtools.macgpg2.shutdown-gpg-agent.plist Support
        [loaded]    org.gpgtools.macgpg2.updater.plist Support
        [loaded]    org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
        [running]    at.obdev.littlesnitchd.plist Support
        [loaded]    com.adobe.fpsaud.plist Support
        [invalid?]    com.adobe.SwitchBoard.plist Support
        [running]    com.bjango.istatmenusdaemon.plist Support
        [running]    com.bombich.ccchelper.plist Support
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist Support
        [loaded]    com.microsoft.office.licensing.helper.plist Support
        [loaded]    com.oracle.java.Helper-Tool.plist Support
        [loaded]    com.oracle.java.JavaUpdateHelper.plist Support
        [loaded]    com.ovh.hubiCFinderPlugin.Installer.plist Support
        [not loaded]    com.teamviewer.teamviewer_service.plist Support
        [loaded]    org.gpgtools.gpgmail.patch-uuid.plist Support
        [loaded]    org.macosforge.xquartz.privileged_startx.plist Support
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
        [running]    com.spotify.webhelper.plist Support
        [loaded]    com.valvesoftware.steamclean.plist Support
        [running]    com.vladalexa.MagicPrefs.plist Support
    User Login Items: ℹ️
        iTunesHelper    Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Shuttle    Application (/Applications/Shuttle.app)
        Alfred 2    Application (/Applications/Alfred 2.app)
        Skype    Application (/Applications/Skype.app)
        Airmail Beta    Application (/Applications/Airmail Beta.app)
        HyperSwitch    Application (/Applications/HyperSwitch.app)
        owncloud    Application (/Applications/owncloud.app)
        HyperDock Helper    Application (/Users/[redacted]/Library/PreferencePanes/HyperDock.prefpane/Contents/Resource s/HyperDock Helper.app)
        Adium    Application (/Applications/Adium.app)
        TotalFinder    Application (/Applications/TotalFinder.app)
        Spotify    Application (/Applications/Spotify.app)
        Wunderlist    Application (/Applications/Wunderlist.app)
    Internet Plug-ins: ℹ️
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 Support
        FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
        AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
        AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
        Flash Player: Version: 15.0.0.223 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.239
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 Support
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
        JavaAppletPlugin: Version: Java 7 Update 71 Check version
    Safari Extensions: ℹ️
        LastPass
    3rd Party Preference Panes: ℹ️
        Flash Player  Support
        GPGPreferences  Support
        HyperDock  Support
        Java  Support
        Logitech Control Center  Support
        MagicPrefs  Support
    Time Machine: ℹ️
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 496.30 GB Disk used: 357.80 GB
        Destinations:
            Data [Network]
            Total size: 3.00 TB
            Total number of backups: 29
            Oldest backup: 2014-08-09 22:37:03 +0000
            Last backup: 2014-11-23 10:47:22 +0000
            Size of backup disk: Excellent
                Backup size 3.00 TB > (Disk size 496.30 GB X 3)
    Top Processes by CPU: ℹ️
            14%    WindowServer
            13%    mds
             4%    Little Snitch Agent
             4%    SystemUIServer
             1%    Little Snitch Network Monitor
    Top Processes by Memory: ℹ️
        859 MB    firefox
        464 MB    Airmail Beta
        309 MB    mds_stores
        292 MB    Skype
        275 MB    WindowServer
    Virtual Memory Information: ℹ️
        6.39 GB    Free RAM
        7.66 GB    Active RAM
        1.63 GB    Inactive RAM
        1.50 GB    Wired RAM
        2.80 GB    Page-ins
        0 B    Page-outs
    I do have a system which is completely laggy only after hours of usage; works fine after reboot. I already installed my Mac once again. Did I install things I should not ? Tried reset SMC, PRAM.
    Thanks for advising.
    Yann

    Here we go :
    Start time: 08:37:58 11/29/14
    Model Identifier: MacBookPro11,1
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 17:44
    Diagnostic reports
       2014-11-04 Spotify Helper crash
       2014-11-07 filezilla hang
       2014-11-08 AdobeAcrobat hang x2
       2014-11-08 discoveryd crash x2
       2014-11-12 Airmail Beta crash
       2014-11-12 Dock crash
       2014-11-12 StockTouch crash
       2014-11-13 Chromium crash
       2014-11-14 TeamViewer hang
       2014-11-15 vmware-vmx crash
       2014-11-23 discoveryd crash
       2014-11-25 Airmail Beta hang
       2014-11-28 TweetDeck hang
    Log
       Nov 28 10:38:56 process plugin-container[2042] caught causing excessive wakeups. Observed wakeups rate (per sec): 271; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 171043
       Nov 28 10:55:44 process WindowServer[123] thread 1059 caught burning CPU! It used more than 50% CPU (Actual recent usage: 53%) over 180 seconds. thread lifetime cpu usage 7183.256165 seconds, (3182.032681 user, 4001.223484 system) ledger info: balance: 90001648080 credit: 7167200019910 debit: 7077198371830 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 168015781443
       Nov 28 11:15:13 process LogMeIn Client[2813] caught causing excessive wakeups. Observed wakeups rate (per sec): 293; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45002
       Nov 28 12:01:49 com.apple.xpc.launchd.domain.pid.quicklookd.2952: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app
       Nov 28 13:00:51 process vmware-vmx[2414] caught causing excessive wakeups. Observed wakeups rate (per sec): 150; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 1077049
       Nov 28 13:43:34 com.apple.xpc.launchd.domain.pid.MediaLibraryService.3657: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/MediaLibrary.framework/Versions/A/XPCServices/com.ap ple.MediaLibraryService.xpc
       Nov 28 13:43:34 com.apple.xpc.launchd.domain.pid.MediaLibraryService.3657: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/MediaLibrary.framework/Versions/A/XPCServices/com.ap ple.MediaLibraryService.xpc
       Nov 28 13:46:24 process ScreenSaverEngin[3656] caught causing excessive wakeups. Observed wakeups rate (per sec): 259; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45018
       Nov 28 14:45:28 process CleanMyMac 2[3836] caught causing excessive wakeups. Observed wakeups rate (per sec): 18983; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 46810
       Nov 28 14:45:54 process CleanMyMac 2[3836] caught causing excessive wakeups. Observed wakeups rate (per sec): 2441; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 109176
       Nov 28 14:52:58 vmnet: netif-vmnet1: SIOCPROTODETACH failed: 16.
       Nov 28 14:52:58 vmnet: netif-vmnet8: SIOCPROTODETACH failed: 16.
       Nov 28 14:53:40 com.apple.iTunesHelper.15652: Service exited with abnormal code: 1
       Nov 28 14:54:05 SATA WARNING: IDENTIFY DEVICE checksum not implemented.
       Nov 28 14:54:09 IOHIDSystem: Seize of IOHIDPointing failed.
       Nov 28 14:54:09 IOHIDSystem: Seize of AppleMultitouchHIDEventDriver failed.
       Nov 28 14:54:24 utun_start: ifnet_disable_output returned error 12
       Nov 28 15:01:05 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.307: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Nov 28 15:01:05 com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.307: Path not allowed in target domain: type = pid, path = /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/XPCServices/com.apple.PhotoApps.DevicePropertyReader.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /Applications/iPhoto.app/Contents/Library/LoginItems/PhotoStreamAgent.app
       Nov 28 15:01:19 firefox (map: 0xffffff80368a4a50) triggered DYLD shared region unnest for map: 0xffffff80368a4a50, region 0x7fff92a00000->0x7fff92c00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Nov 28 15:01:19 firefox (map: 0xffffff8034455f00) triggered DYLD shared region unnest for map: 0xffffff8034455f00, region 0x7fff92a00000->0x7fff92c00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Nov 28 15:15:43 process WindowServer[106] thread 841 caught burning CPU! It used more than 50% CPU (Actual recent usage: 52%) over 180 seconds. thread lifetime cpu usage 300.164983 seconds, (134.605155 user, 165.559828 system) ledger info: balance: 90007873584 credit: 298648143875 debit: 208640270291 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 170492241935
       Nov 28 15:58:15 com.apple.xpc.launchd.domain.pid.quicklookd.588: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app
       Nov 29 08:30:13 [[0xffffff802e5ce000]  OpCode 0x0C01 (Set Event Mask) from: kernel_task (0)  Synchronous  status: 0x00 (kIOReturnSuccess) state: 2 (BUSY) timeout: 5000] Bluetooth warning: An HCI Req timeout occurred.
       Nov 29 08:30:32 process WindowServer[106] caught causing excessive wakeups. Observed wakeups rate (per sec): 528; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 776694
    Swap (MiB): 2764
    Activity
       CPU: user 24%, system 11%
       Net: 134 in, 4 out (KiB/s)
    CPU per process: WindowServer (UID 0) is using 32.6  %
    Memory: kernel_task (UID 0) is using 1337 MB
    kexts
       at.obdev.nke.LittleSnitch (4228)
    Daemons
       org.gpgtools.gpgmail.uuid-patcher
       com.oracle.java.JavaUpdateHelper
       at.obdev.littlesnitchd
       com.apple.installer.osmessagetracing
       com.microsoft.office.licensing.helper
       com.oracle.java.Helper-Tool
       com.adobe.SwitchBoard
       com.ovh.hubiCFinderPlugin.Installer
       com.adobe.fpsaud
       com.bombich.ccchelper
       org.macosforge.xquartz.privileged_startx
       com.bjango.istatmenusdaemon
    Agents
       com.apple.PTPCamera.3440.UUID
       com.bjango.istatmenusagent
       org.gpgtools.macgpg2.shutdown-gpg-agent
       org.gpgtools.macgpg2.updater
       org.gpgtools.gpgmail.updater
       com.adobe.AdobeCreativeCloud
       at.obdev.LittleSnitchUIAgent
       com.apple.photostream-agent
       com.valvesoftware.steamclean
       com.fiplab.RSSBotLoginHelper
       org.macosforge.xquartz.startx
       com.bjango.istatmenusnotifications
       com.vladalexa.MagicPrefs
       org.gpgtools.gpgmail.user-uuid-patcher
       org.gpgtools.gpgmail.enable-bundles
       J8RPQ294UB.com.skitch.SkitchHelper
       com.oracle.java.Java-Updater
       QA2G25RMZ4.com.wunderkinder.wunderlist-helper
       com.Logitech.Control
       com.github.GitHub.Conduit
       com.adobe.ARM.UUID
       com.spotify.webhelper
       com.cobookapp.cobook.helper
       com.adobe.ARM.UUID
       com.apple.AirPortBaseStationAgent
       org.gpgtools.macgpg2.fix
       org.gpgtools.Libmacgpg.xpc
       com.kuvva.KuvvaHelper
    Bundles
       /System/Library/Extensions/JMicronATA.kext
       -    com.jmicron.JMicronATA
       /System/Library/Extensions/LogitechUnifying.kext
       -    N/A
       /Library/Extensions/LittleSnitch.kext
       -    at.obdev.nke.LittleSnitch
       /Library/Extensions/LogitechHIDDevices.kext
       -    N/A
       /Library/Extensions/LogitechUnifying.kext
       -    N/A
       /Library/Internet Plug-Ins/AdobeAAMDetect.plugin
       -    com.AdobeAAMDetectLib.AdobeAAMDetect
       /Library/Internet Plug-Ins/AdobeExManDetect.plugin
       -    com.AdobeExManDetectLib.AdobeExManDetect
       /Library/Internet Plug-Ins/AdobePDFViewer.plugin
       -    com.adobe.acrobat.pdfviewer
       /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
       -    com.adobe.acrobat.pdfviewerNPAPI
       /Library/Internet Plug-Ins/Flash Player.plugin
       -    N/A
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       -    com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       -    com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       -    com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       -    com.microsoft.SilverlightPlugin
       /Library/Keyboard Layouts/Logitech.bundle
       -    com.apple.keyboardlayout.roman
       /Library/Mail/Bundles/GPGMail.mailbundle
       -    org.gpgtools.gpgmail
       /Library/PreferencePanes/Flash Player.prefPane
       -    com.adobe.flashplayerpreferences
       /Library/PreferencePanes/GPGPreferences.prefPane
       -    org.gpgtools.gpgpreferences
       /Library/PreferencePanes/JavaControlPanel.prefPane
       -    com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/Logitech Control Center.prefPane
       -    N/A
       /Library/ScriptingAdditions/Adobe Unit Types.osax
       -    N/A
       /Library/ScriptingAdditions/HubiCFinderPlugin.osax
       -    com.ovh.hubiCFinderPlugin.osax
       /Library/ScriptingAdditions/SyncStateFinder.osax
       -    com.owncloud.injector
       /Library/ScriptingAdditions/TotalFinder.osax
       -    com.binaryage.totalfinder.injector
       /Library/Services/GPGServices.service
       -    org.gpgtools.gpgservices
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       -    com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       -    com.skype.skypeabsms
       Library/Caches/com.apple.Safari/Extensions/LastPass-2.safariextension
       -    com.lastpass.lpsafariextension
       Library/PreferencePanes/HyperDock.prefpane
       -    de.bahoom.HyperDock.prefpane
       Library/PreferencePanes/MagicPrefs.prefPane
       -    com.vladalexa.MagicPrefs
       Library/Widgets/Currency Converter.wdgt
       -    net.palple.widget.currencyconverter
    App extensions
       com.wunderkinder.wunderlistdesktop.sharingextension
       it.bloop.airmail.beta10.Airmail-Composer-Beta
       it.bloop.airmail.beta10.Airmail-Today-Beta
       it.bloop.airmail.beta10.Airmail-Share-Beta
       com.mr-brightside.ParcelOSX.ParcelMacToday
       com.wunderkinder.wunderlistdesktop.todayextension
    Apps
       /Applications/Dropbox.app
    Contents of /etc/hosts (checksum 1058232913)
       127.0.0.1        localhost
       255.255.255.255    broadcasthost
       ::1                localhost
       fe80::1%lo0        localhost
       5.196.14.156        cloud.lescadrilles.ch
    Contents of /etc/ssh_config (checksum 2841432291)
        Host *
          SendEnv LANG LC_*
       Host *
           XAuthLocation /opt/X11/bin/xauth
    Contents of /Library/LaunchAgents/at.obdev.LittleSnitchUIAgent.plist (checksum 2014742307)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <true/>
           <key>Label</key>
           <string>at.obdev.LittleSnitchUIAgent</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Little Snitch/Little Snitch Agent.app/Contents/MacOS/Little Snitch Agent</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.bjango.istatmenusagent.plist (checksum 1701899968)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>LimitLoadToSessionType</key>
           <string>Aqua</string>
           <key>KeepAlive</key>
           <true/>
           <key>Label</key>
           <string>com.bjango.istatmenusagent</string>
           <key>Program</key>
           <string>/Library/Application Support/iStat Menus 5/iStatMenusAgent.app/Contents/MacOS/iStatMenusAgent</string>
           <key>RunAtLoad</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.bjango.istatmenusnotifications.plist (checksum 3879995847)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>LimitLoadToSessionType</key>
           <string>Aqua</string>
           <key>KeepAlive</key>
           <true/>
           <key>Label</key>
           <string>com.bjango.istatmenusnotifications</string>
           <key>Program</key>
           <string>/Library/Application Support/iStat Menus 5/iStat Menus Notifications.app/Contents/MacOS/iStat Menus Notifications</string>
           <key>RunAtLoad</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist (checksum 2471670133)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.oracle.java.Java-Updater</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
               <string>-bgcheck</string>
           </array>
           <key>StandardErrorPath</key>
           <string>/dev/null</string>
           <key>StandardOutPath</key>
           <string>/dev/null</string>
           <key>StartCalendarInterval</key>
           <dict>
               <key>Hour</key>
               <integer>16</integer>
               <key>Minute</key>
               <integer>22</integer>
               <key>Weekday</key>
               <integer>2</integer>
           </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer.plist (checksum 1602219417)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.teamviewer.teamviewer</string>
           <key>LimitLoadToSessionType</key>
           <string>Aqua</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Applications/TeamViewer.app/Contents/MacOS/TeamViewer</string>
               <string>-RunAsAgent</string>
               <string>YES</string>
           </array>
           <key>WorkingDirectory</key>
           <string>/Applications/TeamViewer.app/Contents/MacOS/</string>
           <key>RunAtLoad</key>
           <true/>
           <key>KeepAlive</key>
           <true/>
           <key>Disabled</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist (checksum 2466887275)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.teamviewer.desktop</string>
           <key>LimitLoadToSessionType</key>
           <array>
               <string>LoginWindow</string>
               <string>Aqua</string>
           </array>
           <key>ProgramArguments</key>
           <array>
               <string>/Applications/TeamViewer.app/Contents/Helpers/TeamViewer_Desktop</strin g>
               <string>-RunAsAgent</string>
               <string>YES</string>
               <string>-Module</string>
               <string>Full</string>
           </array>
           <key>WorkingDirectory</key>
           <string>/Applications/TeamViewer.app/Contents/Helpers/</string>
           <key>RunAtLoad</key>
           <true/>
           <key>KeepAlive</key>
           <true/>
       ...and 4 more line(s)
    Contents of /Library/LaunchAgents/org.gpgtools.Libmacgpg.xpc.plist (checksum 2633516353)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>EnableTransactions</key>
           <true/>
           <key>KeepAlive</key>
           <false/>
           <key>Label</key>
           <string>org.gpgtools.Libmacgpg.xpc</string>
           <key>MachServices</key>
           <dict>
               <key>org.gpgtools.Libmacgpg.xpc_OpenStep</key>
               <true/>
           </dict>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Application Support/GPGTools/org.gpgtools.Libmacgpg.xpc</string>
           </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/org.gpgtools.gpgmail.enable-bundles.plist (checksum 4256729205)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>org.gpgtools.gpgmail.enable-bundles</string>
           <key>ProgramArguments</key>
           <array>
             <string>/Library/Application Support/GPGTools/uuid-patcher</string>
             <string>enable-bundles</string>
         </array>
           <key>RunAtLoad</key>
           <true/>
           <key>KeepAlive</key>
           <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/org.gpgtools.gpgmail.patch-uuid-user.plist (checksum 2367346596)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>org.gpgtools.gpgmail.user-uuid-patcher</string>
           <key>Program</key>
           <string>/Library/Application Support/GPGTools/uuid-patcher</string>
           <key>RunAtLoad</key>
           <true/>
           <key>KeepAlive</key>
           <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/org.gpgtools.gpgmail.updater.plist (checksum 1478458542)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <false/>
           <key>StartInterval</key>
           <integer>10800</integer>
           <key>Label</key>
           <string>org.gpgtools.gpgmail.updater</string>
           <key>ProgramArguments</key>
           <array>
               <string>/usr/local/MacGPG2/libexec/MacGPG2_Updater.app/Contents/MacOS/MacGPG2_U pdater</string>
               <string>/Library/Application Support/GPGTools/GPGMail_Updater.app/Contents/MacOS/GPGMail_Updater</string>
           </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/org.gpgtools.macgpg2.fix.plist (checksum 3267088882)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <false/>
           <key>Label</key>
           <string>org.gpgtools.macgpg2.fix</string>
           <key>ProgramArguments</key>
           <array>
               <string>/usr/local/MacGPG2/libexec/fixGpgHome</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/org.gpgtools.macgpg2.shutdown-gpg-agent.plist (checksum 3222670079)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
         <dict>
           <key>Label</key>
           <string>org.gpgtools.macgpg2.shutdown-gpg-agent</string>
           <key>Program</key>
           <string>/usr/local/MacGPG2/libexec/shutdown-gpg-agent</string>
           <key>RunAtLoad</key>
           <true/>
           <key>KeepAlive</key>
           <dict>
             <key>SuccessfulExit</key>
             <true/>
           </dict>
           <key>ExitTimeOut</key>
           <integer>5</integer>
         </dict>
       </plist>
    Contents of /Library/LaunchAgents/org.gpgtools.macgpg2.updater.plist (checksum 1275281879)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <false/>
           <key>StartInterval</key>
           <integer>10800</integer>
           <key>Label</key>
           <string>org.gpgtools.macgpg2.updater</string>
           <key>ProgramArguments</key>
           <array>
               <string>/usr/local/MacGPG2/libexec/MacGPG2_Updater.app/Contents/MacOS/MacGPG2_U pdater</string>
           </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/org.macosforge.xquartz.startx.plist (checksum 2451978492)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
               <string>org.macosforge.xquartz.startx</string>
           <key>ProgramArguments</key>
               <array>
                   <string>/opt/X11/lib/X11/xinit/launchd_startx</string>
                   <string>/opt/X11/bin/startx</string>
                   <string>--</string>
                   <string>/opt/X11/bin/Xquartz</string>
               </array>
           <key>Sockets</key>
               <dict>
                   <key>org.macosforge.xquartz:0</key>
                       <dict>
                           <key>SecureSocketWithKey</key>
                               <string>DISPLAY</string>
                       </dict>
               </dict>
           <key>ServiceIPC</key>
               <true/>
           <key>EnableTransactions</key>
               <true/>
       ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/at.obdev.littlesnitchd.plist (checksum 4174275850)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <true/>
           <key>Label</key>
           <string>at.obdev.littlesnitchd</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/Little Snitch/Little Snitch Daemon.bundle/Contents/MacOS/Little Snitch Daemon</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
           <key>StandardErrorPath</key>
           <string>/Library/Logs/LittleSnitchDaemon.log</string>
           <key>StandardOutPath</key>
           <string>/Library/Logs/LittleSnitchDaemon.log</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.bjango.istatmenusdaemon.plist (checksum 3935573610)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>KeepAlive</key>
           <true/>
           <key>Label</key>
           <string>com.bjango.istatmenusdaemon</string>
           <key>Program</key>
           <string>/Library/Application Support/iStat Menus 5/iStatMenusDaemon</string>
           <key>RunAtLoad</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.bombich.ccchelper.plist (checksum 495358405)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.bombich.ccchelper</string>
           <key>MachServices</key>
           <dict>
               <key>com.bombich.ccchelper</key>
               <true/>
           </dict>
           <key>Program</key>
           <string>/Library/PrivilegedHelperTools/com.bombich.ccchelper</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/PrivilegedHelperTools/com.bombich.ccchelper</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.ovh.hubiCFinderPlugin.Installer.plist (checksum 1068376021)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.ovh.hubiCFinderPlugin.Installer</string>
           <key>MachServices</key>
           <dict>
               <key>com.ovh.hubiCFinderPlugin.Installer.mach</key>
               <true/>
           </dict>
           <key>ProgramArguments</key>
           <array>
               <string>/Library/PrivilegedHelperTools/com.ovh.hubiCFinderPlugin.Installer</str ing>
           </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist (checksum 2586050363)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Disabled</key>
           <true/>
           <key>Label</key>
           <string>com.teamviewer.service</string>
           <key>KeepAlive</key>
           <true/>
           <key>ProgramArguments</key>
           <array>
               <string>/Applications/TeamViewer.app/Contents/MacOS/TeamViewer_Service</string>
               <string>-Module</string>
               <string>Full</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
           <key>WorkingDirectory</key>
           <string>/Applications/TeamViewer.app/Contents/MacOS</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/org.gpgtools.gpgmail.patch-uuid.plist (checksum 4206690072)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>org.gpgtools.gpgmail.uuid-patcher</string>
           <key>Program</key>
           <string>/Library/Application Support/GPGTools/uuid-patcher</string>
           <key>RunAtLoad</key>
           <true/>
           <key>KeepAlive</key>
           <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist (checksum 2883943871)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
               <string>org.macosforge.xquartz.privileged_startx</string>
           <key>ProgramArguments</key>
               <array>
                   <string>/opt/X11/lib/X11/xinit/privileged_startx</string>
                   <string>-d</string>
                   <string>/opt/X11/lib/X11/xinit/privileged_startx.d</string>
               </array>
           <key>MachServices</key>
               <dict>
                   <key>org.macosforge.xquartz.privileged_startx</key>
                       <true/>
               </dict>
           <key>TimeOut</key>
               <integer>120</integer>
           <key>EnableTransactions</key>
               <true/>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist (checksum 4116814193)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.adobe.ARM.UUID</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper</string>
               <string>semi-auto</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
           <key>StartInterval</key>
           <integer>12600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist (checksum 926752576)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.adobe.ARM.UUID</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/Updater/Adobe Acrobat Updater Helper.app/Contents/MacOS/Adobe Acrobat Updater Helper</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
           <key>StartInterval</key>
           <integer>12600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.spotify.webhelper.plist (checksum 1454377826)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.spotify.webhelper</string>
        <key>KeepAlive</key>
        <dict>
         <key>NetworkState</key>
         <true/>
        </dict>
        <key>RunAtLoad</key>
        <true/>
        <key>Program</key>
        <string>/Users/USER/Library/Application Support/Spotify/SpotifyWebHelper</string>
        <key>SpotifyPath</key>
        <string>/Applications/Spotify.app</string></dict>
       </plist>
    Contents of Library/LaunchAgents/com.valvesoftware.steamclean.plist (checksum 3275313268)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.valvesoftware.steamclean</string>
           <key>Program</key>
           <string>/Users/USER/Library/Application Support/Steam/SteamApps/steamclean</string>
           <key>ProgramArguments</key>
           <array>
               <string>/Users/USER/Library/Application Support/Steam/SteamApps/steamclean</string>
               <string>Public</string>
           </array>
           <key>RunAtLoad</key>
           <true/>
           <key>SteamContentPaths</key>
           <array>
               <string>/Users/USER/Library/Application Support/Steam/SteamApps</string>
           </array>
           <key>ThrottleInterval</key>
           <integer>60</integer>
           <key>WatchPaths</key>
           <array>
               <string>/Applications/Steam.app</string>
           </array>
       ...and 2 more line(s)
    Contents of Library/LaunchAgents/com.vladalexa.MagicPrefs.plist (checksum 3533612263)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
           <key>Label</key>
           <string>com.vladalexa.MagicPrefs</string>
           <key>Program</key>
           <string>/Applications/MagicPrefs.app/Contents/MacOS/MagicPrefs</string>
           <key>RunAtLoad</key>
           <true/>
           <key>ThrottleInterval</key>
           <integer>1</integer>
       </dict>
       </plist>
    User login items
       Alfred 2
       -    /Applications/Alfred 2.app
       HyperSwitch
       -    /Applications/HyperSwitch.app
       owncloud
       -    /Applications/owncloud.app
       HyperDock Helper
       -    /Users/USER/Library/PreferencePanes/HyperDock.prefpane/Contents/Resources/Hyper Dock Helper.app
       TotalFinder
       -    /Applications/TotalFinder.app
       Spotify
       -    /Applications/Spotify.app
    Safari extensions
       LastPass
    Widgets
       Currency Converter
    Restricted files: 578
    Lockfiles: 1
    Elapsed time (s): 261
    Thanks for helping.

  • 8.2 work hours/day ?

    Is there a possibility to create a 8.2 work hours/day working day?
    The customer dont wants to use 4*8 hours + 1* 9 hours for creating a 41 work hours week.

    Tell the Client is not possible
    But if they insist to create like this than tell them you have to request Oracle to create an instance of 8.2 work hours a day and that cost money
    Most of the project manager they do know P of the programming and they ask for things which are not pratically possible

  • Dropping perfomance after hours of usage, like new when sleep then wake up

    Hello, I'm not sure where to get replies so I'll just post here.
    After a few hours of usage, the notebook seems slower. After I put it in sleep mode then wake it up immidiately after, this phenomenon seems to stop.
    Also, the notebook is frozen when I plug in the power cord, also after few hours of usage.
    I tried update Bios, graphic drivers and Windows, nothing works. I'm using the  Hp Envy m6 n010dx
    I need your help.
    Thank you.

    Hello tungdao,
    I see that you're having an issue with how the notebook preforms afters its been "active/awake" for a period of time. I will try to help you with this.
    I'd recommend starting with this document: Improving System Performance without Adding Memory (Windows 8).
    If you need further assistance, please provide the model and product numbers for the notebook. Also, the currently installed operating system.
    Please let me know how this goes for you.
    Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • My phone keeps ringing at all hours day and night

    My house phone keeps ringing at all hours day and night.  It only rings once or twice.  If I pick it up the line is dead.  I think it might be from skype because I noticed a strange California area code phone number once and a friend said that was a phony number that skype uses to send out calls.  Can I find out who keeps calling me?  This is telephone harassment!

    I think you can try contacting your telephone service provider first for possibly more specific/accurate information.  Then if it is indeed a Skype number/call, you can submit a report to Skype.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • When firefox crashes and reopens it offers to restore pages hours/days old.

    When firefox crashes and is reopened, it usually brings up the pages that were open during the crash, but many times when firefox crashes, it will offer to restore pages that I did look at but that are hours/days old.
    e.g.
    I will be on youtube, facebook, my school website, and pandora. Firefox crashes. I reopen. Firefox offers to restore google search, my email, and wordpress, which I had looked at the night before.

    I have a similar problem. Recently my FF8 has been crashing a lot. It regularly locks up an entire core of my PC and often just shuts down. It has just done it a moment ago and when it started back up it did the whole "this is embarrassing" thing and asked me if I wanted to reload my tabs. I deselected the one that I was trying to view as I suspected that it may have been the cause (unlikely; it was node4.co.uk) but anyway, let's skip it just in case. Click on the button to restore and up pops my homepage only. So all of my other tabs, which I was using for work incidentally, are gone.
    This is not the first time this has happened on FF8. It happened a lot recently on FF6 I think it was (so hard to keep track now, Mozilla) and I switched to Chrome as a result, but it turns out that it crashes even more than FF6 did. FF7 was a vast improvement but FF8 is so unstable/unpredictable for me at the moment that I think I'd rather use IE9 than this. It's driving me mental, clearly! I wish I could kill the process manually and have it retry restoring tabs. Hey, there's an idea Mozilla; give us a menu item that allows us to restore the session to how it started to try again or at the very least get a list of the pages we were looking at. They don't show up in Recently Closed Windows and the Restore Previous Session is greyed out too. Gah! Help!

  • Sleep or Shut Down? 4 hours a day usage.

    What is easier on the hardware and system… shutting down or sleep mode? I use my imac about 4 hours every day.

    As the others have said, sleep is better for the machine. In your owners manual (bet you didn't' read it did you ) it says:
    _Put Your iMac to Sleep_
    *If you will be away from your iMac for less than a few days, put it to sleep. When your iMac is in sleep, its screen is dark. You can quickly wake your iMac and bypass the startup process.*

  • IPhone 5 is getting 6 hours mild usage

    I have brightness medium
    Auto-Brightness Off
    iMessages off
    Safari bookmarks off
    Push turned off
    LTE off
    Bluetooth off
    Dont make any phone calls
    raise to speak is off
    i reset factory settings and drained battery a number of times
    I only played music in the car and played a few apps for a little while today, no 3D games or anything. All i got was 6 Hours usage till 5%
    I have the feeling its not my usage, but rather my phone that is the problem
    Any advice?

    Hello landry morgan. Just shared. Turn your brightness to auto. If you just buy this phone. Let the battery totally drain couple of time and fully charge again. It will became great after that.my phone take 2 days to totally drain.awsome. If your location to far away from network transmitter it will became little bit hot at the battery.if you very near to wifi you will feel  your iphone5 it surf like a ferrari + no heat at all. P/n; dont look at pecentage of your battery. Just take note how many hour until its totally drain.

  • How long does it take to delete an old user/administrator from my MacBook Pro?  Hours/Days?

    I just bought a new 2011 MacBook Pro and I want to give my late 2006 MacBook Pro to my niece for college.  It's in near-perfect condition.
    I'm trying to delete all of my user info and files.  I went ahead and created an account for her as an "administrator".  Then, I logged off from my account, logged in as her and then tried to delete my old account under System Settings / Accounts.
    I got as far as to remove the user account and to delete the home folder for my old user account.  Now it says "Deleting account..." under my user name.  It's been this way for about 6 hours.
    I have no way of knowing how long it takes, but does anyone know if it takes hours?  A full day?  With no status bar to indicate the deletion process, I have no way of knowing if my old computer is "stuck" or if it's actually working.  I have yet to try and stop the process for fear of screwing something up.  But if anyone has any idea how long this might take, I'd appreciate it so I can move on and do other things while this computer just "does its thing".
    Thanks!
    -CSI

    Cool.  Thanks for the response back.
    The late 2006 is running on OS X Lion (10.7). 
    As for the "Activity Monitor", where would I find that?  I tried to search for it...but nothing popped up.
    I did, however, "get info" on the hard drive icon and noticed that the available disc space has gotten bigger, which would indicate to me that there have been some program and file deletions during the course of the day.  In fact, when I started the process, there was only about 50Gb of disc space available.  But, it seems like that number has doubled, which indicates to me the disc space is slowly freeing up. 
    Again, it would be nice to some how know how long it would take.  Maybe this "activity monitor" is something I can find and see.
    -Chris

  • Record counts by hour,day - report

    Record count, grouped by day, hour
    Intended output:
    DATE | 00:00 | 01:00 | 02:00 | .....
    07-21-2011 | 100 | 200 | 300
    07-22-2011 | 500 | 0 | 200
    The below returns a version, but it doesn't account for when there are no records for a given hour.
    I've created a successful script, but it involves too many subqueries, and is an abmonination
    Any help would be awesome!
    (any table with a date field will work)
    with
    hrly_ttls as
    select to_char(sdate,'YYYY-MM-DD') as dte, to_char(sdate,'HH24') as hr,
    count(*) as cnt from df_audit_batches
    group by to_char(sdate,'YYYY-MM-DD'),to_char(sdate,'HH24')
    select dte,
    max(ltrim(sys_connect_by_path(cnt,' '),' ')) keep
    (dense_rank last order by level) as Ttls
    from (
    select hrly_ttls.*, row_number() over(partition by dte order by hr) as rn
    from hrly_ttls
    start with rn = 1
    connect by prior dte = dte
    and prior rn = rn - 1
    group by dte;
    ==> returns
    DTE TTLS
    2011-07-01     2 1 1 1
    2011-07-02     1 2 1 1

    Hi,
    Welcome to the forum!
    Whenever you post a question, please include CREATE TABLE and INSERT statements for some sample data. That way, people who want to help you can re-create the problem and test their ideas. Also post the results you want from that data. Simplify if possible. For example, if you need a query for all 24 hours in a day, you can post a question that only has data and results for maybe 3 hours. Adapting the result should be easy.
    Always say which version of oracle you're using.
    Since this is your first post, I'll post some sample data for you:
    CREATE TABLE     df_audit_branches
    (     sdate     DATE
    INSERT INTO df_audit_branches (sdate) VALUES (TO_DATE ('21-Jul-2011 00:00', 'DD-Mon-YYYY HH24:MI'));
    INSERT INTO df_audit_branches (sdate) VALUES (TO_DATE ('21-Jul-2011 00:01', 'DD-Mon-YYYY HH24:MI'));
    INSERT INTO df_audit_branches (sdate) VALUES (TO_DATE ('21-Jul-2011 02:02', 'DD-Mon-YYYY HH24:MI'));
    INSERT INTO df_audit_branches (sdate) VALUES (TO_DATE ('22-Jul-2011 01:40', 'DD-Mon-YYYY HH24:MI'));And the results you want from that data might look like this:
    DAY         TXT
    21-Jul-2011    2   0   1
    22-Jul-2011    0   1   0In the real problem, of course, you would need 24 "columns" in txt, not just 3.
    To include all hours, even if there is no data for a particular hour, do an outer join to a "table" (I used a sub-query, all_hours, not a real table) that has one row per hour.
    Here's one way to do that:
    WITH     got_cnt          AS
         SELECT       TRUNC (sdate)               AS day
         ,       TO_CHAR (sdate, 'HH24')     as hour
         ,       COUNT (*)               AS cnt
         FROM       df_audit_branches
         GROUP BY  TRUNC (sdate)
         ,       TO_CHAR (sdate, 'HH24')
    ,     all_hours     AS
         SELECT     LEVEL               AS n
         ,     TO_CHAR ( LEVEL - 1
                   , 'FM00'
                   )          AS hour
         FROM     dual
         CONNECT BY     LEVEL <= 3     -- or 24, for the real query
    SELECT       c.day
    ,       REPLACE ( SYS_CONNECT_BY_PATH ( TO_CHAR ( NVL (c.cnt, 0)
                                    , '999'
                )          AS txt
    FROM            all_hours     h
    LEFT OUTER JOIN     got_cnt          c       PARTITION BY (day)
                             ON     c.hour     = h.hour
    WHERE     CONNECT_BY_ISLEAF     = 1
    START WITH     h.n     = 1
    CONNECT BY     h.n     = PRIOR h.n + 1
         AND     c.day     = PRIOR     c.day
    ORDER BY  c.day
    ;This will work in Oracle 10.1 (and up).

Maybe you are looking for

  • How to get attachments in mac mail

    attachments and sometime pics not coming through on emails

  • Link button to User Defined Object in Grid

    Hi, I'm using SAP B1 8.81 with B1DE. I have added a grid which is populated from a DataTable to a form. One of the columns in the grid contains the DocEntry of a User Defined Object. How can I display a link button on the grid ? Regards, Ben

  • Links/Documentation Content Conversion for SenderJMS/MQ adapter?

    I spent hours to find SAP documentation for this, but I could not find. I look for the counterpart of StrictXml2PlainBean to transform plain text into xml, if it comes in via a sender JMS/MQ adapter. Please provide me some links. Thanks you.

  • Deleted infotype: how to know it with idoc?

    Hi, I want to send HR data thanks to Idoc HRMD_A06, but I notifyed that when I delete an infotype (e.g 0021, child), then segment E1PITYP is alone... There is NOT segment E1P0021 !! Thus I'm not able to know which child was deleted (coz I have not fi

  • Updating style.css or style itself doesn't update topics

    I am having an issue with the styles within RH. There is a defined style.css that was created, however, when the individual fonts or formats are changed within it, it doesn't change the topics. In addition, when I tried to just update a specific styl