Sorting: char should come first

Hi
I have a field which has both number and char data types.
SELECT id FROM test1 ORDER BY id
ID
1
5
8
A
D
X
I want that char values should come first and then numeric. This should be in ascending order. Is it possible in a simple way?
Regards,
Danish
Message was edited by:
Danish

SQL> select c1 from test
  2  order by decode(regexp_replace(c1,'\d+'),null,1,0),c1;
C1
A
O
1
5                                                                                                                                                                                                                                       

Similar Messages

  • Loyal customers should come first

    I am so angry, have been a Verizon customer since 1999 and my bill just keeps going up and up.  Yesterday I drove 47 miles into a different state to the closest Verizon store in order to change my plan and take advantage of this new $160 plan they have been advertising on TV, just to be told that only new customers or customers who all lines on their current plan are out of contract can participate. What about the loyal customers who have stuck around for years what do they get besides the shaft!  Thinking about going to T-Mobile, they will buy me out of my contracts and then I can get a better deal.

    The issue here is choice. We all have it. Some of us choose wisely others do not. I am no proponent of the Edge program.
    I like to pay full price for my devices. There is no contracts and I use my own decision as to when to come back and buy another device.
    The Edge program is for consumers who have to have a new device every time they see a commercial on TV. Then when they get it they come back on here and say "when will cocoanut cream pie be put out by Verizon"? And then they come here and say I never should have got this phone because it won't turn on my dish washer or car.
    If a person just pays outright they can then choose a plan that fits their needs and no contracts.
    I know everyone cannot afford $3200 for four devices so Verizon offers a break up of the costs. Albeit the program requires you to trade in when you trade up. But it is there for your choice.
    Other providers have similar offerings. But if you cannot make and receive phone calls they are not viable.
    Good Luck

  • Sorting Column - Case Insensitive but Lower should be first

    Hi all,
    Lets assume we have am EMployee table :
    create table Emp (Empname varchar2(20));
    It has following records :
    Insert into EMP (EMPNAME) values ('A');
    Insert into EMP (EMPNAME) values ('a');
    Insert into EMP (EMPNAME) values ('b');
    Insert into EMP (EMPNAME) values ('c');
    Insert into EMP (EMPNAME) values ('D');
    Insert into EMP (EMPNAME) values ('e');
    Insert into EMP (EMPNAME) values ('E');
    Insert into EMP (EMPNAME) values ('F');
    i.e
    Empname
    A
    a
    b
    c
    D
    e
    E
    F
    I need output as below : ( Sort by Ascending, case insensitive meaning I don't want all Capital first and then Lower letters. The results should be in alphabetical order it shouldn't matter whether its capital or small. More important is that small letter should come first then the Capital letter). Is this possible?.
    Empname
    a
    A
    b
    c
    D
    e
    E
    F
    Select * from emp order by Lower(empname) Asc;
    Doesn't do the job, because 'A' comes before 'a'.
    Regards,
    Bhaskar

    select empname from emp order by upper(empname),ascii(empname) desc;
    EMPNAME
    a
    A
    b
    c
    D
    e
    E
    F
    Cheers,
    Manik.

  • In my i phone 4s all the notification sounds come first.after 4-5 seconds the msg,facebook notifications etc.seems to appear on the screen.But earlier the problem was not there.Earlier with instant sound the notifications were there on the screen.how to S

    in my i phone 4s all the notification sounds come first.after 4-5 seconds the msg,facebook notifications etc.seems to appear on the screen.But earlier the problem was not there.Earlier with instant sound the notifications were there on the screen.how to Sort out the Problem?

    No, sounds like when you dropped it an cracked the screen it may have also damaged the logic board or the repair person damaged a cable.

  • Re: Whence should come the frameworks?

    At 03:44 PM 6/20/98 +0200, Daniel Nguyen wrote (on the polymorphic
    polymorphism thread:
    Is it a battle between Forte and Sage ?One hopes not, but this reminds me of an interesting question that I would
    like to throw out for comment. With any product like Forte, any given
    release can only cover so much. Some of what it does not include is core
    infrastructure and for that one has simply to work around or wait. But,
    there is also a lot which it does not cover which is within the scope of
    others to provide. This is particularly apparent in the case of Express
    and Conductor where one can clearly extend that which comes from Forte or,
    to be more extreme, one can offer an alternative, especially in the case of
    Express.
    These extensions and alternatives are really a necessary part of getting
    work done, but for those with a mind to it, they also present a business
    opportunity, either for direct sale to other Forte shops or as a part of
    the value-add in a consulting agreement. But, as one moves on to
    subsequent releases, there is a natural tension which arises because Forte
    is likely to incorporate some of these same extensions into the product.
    E.g., various frameworks have provided security components, but R4 will
    have its own security component. Forte is also likely to provide
    extensions to Express which are not already in a competing framework and
    users of that framework will then not benefit automatically by that
    extension unless the framework provider works to include the extension as
    well.
    My impression, correct or not, is that most framework providers are
    offering their products as alternatives to Express and, as such, are
    essentially competing with future versions of Express. I.e., in the
    current release, one can argue that the competing framework is a better
    foundation, but if future versions of Express make substantial strides, as
    seems to be the expectation, then the providers of that framework have the
    difficult task of making equal or greater strides in order for it to
    continue to be the case that their offering is still arguably better.
    At least one company, DS Data, has taken the alternate position of layering
    their products on Express and Conductor. This would seem to put their
    users in a somewhat better growth position since future extensions to
    Express should be fairly easily incorporated, either by replacing the
    previously external component or simply by being added to what is
    available. One might argue that this graceful growth potential has been
    achieved at the compromise of having to accept the Express and Conductor
    foundations as given, but the importance of this is something we each will
    have to judge for ourselves. But, even DS Data has the risk that Express
    and/or will advance so rapidly as to take over all of the added features
    and functionality now provided by their extensions. Their customers should
    be OK since this will simply that the extensions are subsumed into the
    core, but it does mean that they either lose a product in the future or
    have the challenging task of continuing to stay meaningfully ahead.
    It seems clear that the more that comes from Forte itself, the more the
    Forte community as a whole benefits so I would hope that no one would
    advocate that Forte curtail its framework development in order to leave
    that market open for the partners. But, if Forte does proceed agressively
    on framework development, then, to some extent, it is competing with
    partners that provide frameworks. Moreover, as partners do create core
    functionality like frameworks, they are creating things which would benefit
    the Forte community as a whole, but they cannot expect the whole community
    to purchase their framework. I.e., Company X may have some piece of their
    framework which is particularly useful, but Company Y has something else
    and neither are integrated with Express which one may have chosen if for no
    other reason than to stay in optimal tune with what Forte is doing. As
    things stand, unless these pieces can be componentialized and the companies
    involved are willing to offer them as such as separate products, the only
    way the Express user has of getting this functionality is to develop it
    themselves or wait for Forte to add it to Express.
    What I would like to ask, then, is what people think of what it is that
    Forte could do to make this overall structure work better? Not that I see
    it as working badly, especially compared to some other environments that I
    have seen, but just that there are some real problems without obvious easy
    answers.
    =========================================================================
    Thomas Mercer-Hursh, Ph.D email: [email protected]
    Computing Integrity, Inc. sales: 510-233-9329
    550 Casey Drive - Cypress Point support: 510-233-9327
    Point Richmond, CA 94801-3751 fax: 510-233-6950
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Thomas,
    I think you have brought up a really good question and one that deserves
    some attention by all:
    customers, partners and Forte. The advent of third-party tools for the
    Forte marketplace is an interesting prospect. If I take my companies
    product (SCAFFOLDS), the original impetus for building such a thing, was not
    to offer an alternative to Forte Express, but to offer an alternative to
    building applications with raw Forte. And as such, we have not targeted,
    feature compared or analyzed Forte Express to help build or sell any part of
    our product.
    I think the reason for this is that many of us in the framework business do
    not see ourselves as having a competing product to Forte Express. The
    reason for this is that we have taken on applications with our products that
    Forte themselves would not pitch Express at. The architectural descriptions
    in SCAFFOLDS have been used to do everything from simple to very complex GUI
    development to Database persistence or communications to satellites.
    Because of this, there is some overlap of functionality, but certainly we
    see Forte Express being used for a much more limited class of application.
    I would question the assertion that it is good for Forte to build more. I
    think Forte, like any company, has a limited amount of engineering muscle.
    With this muscle they should be concentrating on their core products that
    make the company profitable. If I look at their product line-up, clearly
    the Forte Development Tool is the make or break product. They should rely
    more on the marketplace to provide solutions for things that are outside of
    their core products. I sort of take the opposite tact. It seems clear that
    the more a third party marketplace finds outlets for their solutions the
    more diverse solutions we are likely find in that marketplace. As an
    example, if you look at the Visual Basic marketplace, clearly it is big with
    many, many solutions because Microsoft defined some specs for add in
    components and let the marketplace provide solutions.
    I think Forte could spend more time opening up their tool for additions by
    third-party vendors. For example, things like object introspection, an open
    repository and dynamically adding widget types would do wonders for the
    number and kinds of solutions that would exist in the Forte marketplace
    today if this was done a version or two ago. Instead, I think Forte spent
    much of their engineering muscle on other kinds of products, like Forte
    Express. Whether this strategy will pay of for them remains to be seen, but
    certainly if they enter the Java world, they will have to change their
    current strategy with regard to support to third-party solutions. The Java
    marketplace is very diverse today and Forte will have to allow more
    third-party integration to be taken seriously in that market.
    Mark Perreira
    Sage IT Partners.
    -----Original Message-----
    From: [email protected]
    [<a href="mailto:[email protected]">mailto:[email protected]]On</a> Behalf Of Thomas Mercer-Hursh,
    Ph.D.
    Sent: Saturday, June 20, 1998 11:19 AM
    To: [email protected]
    Subject: Re: Whence should come the frameworks?
    At 03:44 PM 6/20/98 +0200, Daniel Nguyen wrote (on the polymorphic
    polymorphism thread:
    Is it a battle between Forte and Sage ?One hopes not, but this reminds me of an interesting question that I would
    like to throw out for comment. With any product like Forte, any given
    release can only cover so much. Some of what it does not include is core
    infrastructure and for that one has simply to work around or wait. But,
    there is also a lot which it does not cover which is within the scope of
    others to provide. This is particularly apparent in the case of Express
    and Conductor where one can clearly extend that which comes from Forte or,
    to be more extreme, one can offer an alternative, especially in
    the case of
    Express.
    These extensions and alternatives are really a necessary part of getting
    work done, but for those with a mind to it, they also present a business
    opportunity, either for direct sale to other Forte shops or as a part of
    the value-add in a consulting agreement. But, as one moves on to
    subsequent releases, there is a natural tension which arises because Forte
    is likely to incorporate some of these same extensions into the product.
    E.g., various frameworks have provided security components, but R4 will
    have its own security component. Forte is also likely to provide
    extensions to Express which are not already in a competing framework and
    users of that framework will then not benefit automatically by that
    extension unless the framework provider works to include the extension as
    well.
    My impression, correct or not, is that most framework providers are
    offering their products as alternatives to Express and, as such, are
    essentially competing with future versions of Express. I.e., in the
    current release, one can argue that the competing framework is a better
    foundation, but if future versions of Express make substantial strides, as
    seems to be the expectation, then the providers of that framework have the
    difficult task of making equal or greater strides in order for it to
    continue to be the case that their offering is still arguably better.
    At least one company, DS Data, has taken the alternate position
    of layering
    their products on Express and Conductor. This would seem to put their
    users in a somewhat better growth position since future extensions to
    Express should be fairly easily incorporated, either by replacing the
    previously external component or simply by being added to what is
    available. One might argue that this graceful growth potential has been
    achieved at the compromise of having to accept the Express and Conductor
    foundations as given, but the importance of this is something we each will
    have to judge for ourselves. But, even DS Data has the risk that Express
    and/or will advance so rapidly as to take over all of the added features
    and functionality now provided by their extensions. Their
    customers should
    be OK since this will simply that the extensions are subsumed into the
    core, but it does mean that they either lose a product in the future or
    have the challenging task of continuing to stay meaningfully ahead.
    It seems clear that the more that comes from Forte itself, the more the
    Forte community as a whole benefits so I would hope that no one would
    advocate that Forte curtail its framework development in order to leave
    that market open for the partners. But, if Forte does proceed agressively
    on framework development, then, to some extent, it is competing with
    partners that provide frameworks. Moreover, as partners do create core
    functionality like frameworks, they are creating things which
    would benefit
    the Forte community as a whole, but they cannot expect the whole community
    to purchase their framework. I.e., Company X may have some piece of their
    framework which is particularly useful, but Company Y has something else
    and neither are integrated with Express which one may have chosen
    if for no
    other reason than to stay in optimal tune with what Forte is doing. As
    things stand, unless these pieces can be componentialized and the
    companies
    involved are willing to offer them as such as separate products, the only
    way the Express user has of getting this functionality is to develop it
    themselves or wait for Forte to add it to Express.
    What I would like to ask, then, is what people think of what it is that
    Forte could do to make this overall structure work better? Not that I see
    it as working badly, especially compared to some other environments that I
    have seen, but just that there are some real problems without obvious easy
    answers.
    =========================================================================
    Thomas Mercer-Hursh, Ph.D email: [email protected]
    Computing Integrity, Inc. sales: 510-233-9329
    550 Casey Drive - Cypress Point support: 510-233-9327
    Point Richmond, CA 94801-3751 fax: 510-233-6950
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>
    >
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • I regularly have 15 MB of Available Memory - Should I upgrade or is there an issue I should solve first? EtreCheck report pasted below

    Hello,
    My MacBook is running super slow. I downloaded Memory Clean from the App Store and I regularly have 15MB or free memory available.
    In Activity Monitor I usually see the following:
    ~800 MB kernel_task
    ~500 MB softwareupdated
    ~500 MB Image Capture Extension
    In Console, I see mdworker.bundle errors attributed to UID's: 501, 503, 1422
    My current UID from what I can tell is 502. Other UID's left over from various upgrades are 89, 99, 235.
    Lastly, Drive Genius is giving me a Drive Integrity Warning. But I can't create a bootable clone.
    I have no idea if the above problems are related. I'd like to think I just run a lot of stuff that eats my memory and upgrading the RAM would be the easy path. What say you all?
    -Jeff
    Problem description:
    I regularly have 15 MB of Available Memory - Should I upgrade or is there an issue I should solve first?
    EtreCheck version: 2.1.8 (121)
    Report generated February 27, 2015 at 1:42:38 PM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (17-inch, Late 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,3
        1 2.5 GHz Intel Core i7 CPU: 4-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 412
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1920 x 1200
        AMD Radeon HD 6770M - VRAM: 1024 MB
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 11 days 16:29:20
    Disk Information: ℹ️
        APPLE HDD HTS727575A9E362 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.93 GB (73.11 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 749.30 GB Online
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Boom.app
        [not loaded]    com.globaldelight.driver.BoomDevice (1.1 - SDK 10.9) [Click for support]
            /Applications/DiskWarrior.app
        [not loaded]    com.alsoft.Preview (4.4) [Click for support]
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hidhook (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.hypervisor (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.vnic (9.0 24237.1028877) [Click for support]
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.5.7) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.12.1.17 (12.1.17) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0188.79.83) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0188.79.83) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.5.7) [Click for support]
    Startup Items: ℹ️
        HP IO: Path: /Library/StartupItems/HP IO
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        [killed]    com.apple.xpc.loginitemregisterd.plist
        4 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.GSSCred.plist
        [killed]    com.apple.ifdreader.plist
        [failed]    com.apple.loginwindow.LFVTracer.plist
        [killed]    com.apple.nesessionmanager.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.xpc.smd.plist
        8 processes killed due to memory pressure
    Launch Agents: ℹ️
        [running]    com.bjango.istatmenusagent.plist [Click for support]
        [running]    com.bjango.istatmenusnotifications.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.[redacted].UpdatePodcastsAgent.plist [Click for support]
        [unknown]    ~ [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.backblaze.bzserv.plist [Click for support]
        [running]    com.bjango.istatmenusdaemon.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Click for support]
        [loaded]    com.prosofteng.DriveGenius.locum.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.akamai.client.plist [Click for support]
        [running]    com.akamai.single-user-client.plist [Click for support]
        [running]    com.backblaze.bzbmenu.plist [Click for support]
        [loaded]    com.divx.agent.postinstall.plist [Click for support]
        [running]    com.ecamm.printopia.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Click for support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Click for support]
        [running]    com.prosofteng.DGMonitor.plist [Click for support]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        Dropbox    Application Hidden (/Applications/Dropbox.app)
        Fantastical    Application Hidden (/Applications/Fantastical.app)
        TextExpander    Application Hidden (/Applications/TextExpander.app)
        HazelHelper    Application Hidden (/Users/[redacted]/Library/PreferencePanes/Hazel.prefPane/Contents/MacOS/HazelH elper.app)
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        Google Earth Web Plug-in: Version: 6.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 3.3.1.3   - SDK 10.8 [Click for support]
        OfficeLiveBrowserPlugin: Version: 12.3.6 [Click for support]
        npP3Remote: Version: 0.3 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        DivXBrowserPlugin: Version: 2.2 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        BrowserPlus_2.9.8: Version: 2.9.8 [Click for support]
        CitrixOnlineWebDeploymentPlugin: Version: 1.0 [Click for support]
        WebEx64: Version: 1.0 - SDK 10.5 [Click for support]
    Safari Extensions: ℹ️
        1Password
        FastestTube
        DivX Plus Web Player HTML5 <video>
        Open in Internet Explorer
    3rd Party Preference Panes: ℹ️
        Akamai NetSession Preferences  [Click for support]
        Backblaze Backup  [Click for support]
        BrowserPlus  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Hazel  [Click for support]
        Logitech Control Center  [Click for support]
        MacFUSE  [Click for support]
        Printopia  [Click for support]
        Xmarks for Safari  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 748.93 GB Disk used: 675.81 GB
        Destinations:
            Time Machine [Local]
            Total size: 999.85 GB
            Total number of backups: 49
            Oldest backup: 2014-10-30 20:23:53 +0000
            Last backup: 2015-02-26 13:07:38 +0000
            Size of backup disk: Too small
                Backup size 999.85 GB < (Disk used 675.81 GB X 3)
    Top Processes by CPU: ℹ️
            12%    WindowServer
             7%    bzfilelist
             1%    loginwindow
             1%    Dropbox
             0%    bztransmit
    Top Processes by Memory: ℹ️
        361 MB    bztransmit
        326 MB    Finder
        206 MB    Safari
        163 MB    WindowServer
        146 MB    Console
    Virtual Memory Information: ℹ️
        647 MB    Free RAM
        2.99 GB    Active RAM
        2.45 GB    Inactive RAM
        1.67 GB    Wired RAM
        10.17 TB    Page-ins
        6.32 GB    Page-outs
    Diagnostics Information: ℹ️
        Feb 27, 2015, 09:46:13 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/helpd_2015-02-27-094613_[redac ted].crash

    Ok.
    I think that got it all. Anything else you see?
    Problem description:
    Uninstalled CleanMyMac2
    EtreCheck version: 2.1.8 (121)
    Report generated February 27, 2015 at 3:31:40 PM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (17-inch, Late 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,3
        1 2.5 GHz Intel Core i7 CPU: 4-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 412
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1920 x 1200
        AMD Radeon HD 6770M - VRAM: 1024 MB
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:51:42
    Disk Information: ℹ️
        APPLE HDD HTS727575A9E362 disk0 : (750.16 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 748.93 GB (76.14 GB free)
                Encrypted AES-XTS Unlocked
                Core Storage: disk0s2 749.30 GB Online
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Boom.app
        [not loaded]    com.globaldelight.driver.BoomDevice (1.1 - SDK 10.9) [Click for support]
            /Applications/DiskWarrior.app
        [not loaded]    com.alsoft.Preview (4.4) [Click for support]
            /Applications/Parallels Desktop.app
        [not loaded]    com.parallels.kext.hidhook (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.hypervisor (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.netbridge (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.usbconnect (9.0 24237.1028877) [Click for support]
        [not loaded]    com.parallels.kext.vnic (9.0 24237.1028877) [Click for support]
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.5.7) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.12.1.17 (12.1.17) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0188.79.83) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0188.79.83) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.5.7) [Click for support]
    Startup Items: ℹ️
        HP IO: Path: /Library/StartupItems/HP IO
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [running]    com.bjango.istatmenusagent.plist [Click for support]
        [running]    com.bjango.istatmenusnotifications.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.[redacted].UpdatePodcastsAgent.plist [Click for support]
        [unknown]    ~ [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.backblaze.bzserv.plist [Click for support]
        [running]    com.bjango.istatmenusdaemon.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.prosofteng.DriveGenius.locum.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.akamai.client.plist [Click for support]
        [running]    com.akamai.single-user-client.plist [Click for support]
        [running]    com.backblaze.bzbmenu.plist [Click for support]
        [loaded]    com.divx.agent.postinstall.plist [Click for support]
        [running]    com.ecamm.printopia.plist [Click for support]
        [running]    ws.agile.1PasswordAgent.plist [Click for support]
    User Login Items: ℹ️
        Dropbox    Application Hidden (/Applications/Dropbox.app)
        Fantastical    Application Hidden (/Applications/Fantastical.app)
        TextExpander    Application Hidden (/Applications/TextExpander.app)
        HazelHelper    Application Hidden (/Users/[redacted]/Library/PreferencePanes/Hazel.prefPane/Contents/MacOS/HazelH elper.app)
    Internet Plug-ins: ℹ️
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        Google Earth Web Plug-in: Version: 6.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 3.3.1.3   - SDK 10.8 [Click for support]
        OfficeLiveBrowserPlugin: Version: 12.3.6 [Click for support]
        npP3Remote: Version: 0.3 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        DivXBrowserPlugin: Version: 2.2 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
    User internet Plug-ins: ℹ️
        BrowserPlus_2.9.8: Version: 2.9.8 [Click for support]
        CitrixOnlineWebDeploymentPlugin: Version: 1.0 [Click for support]
        WebEx64: Version: 1.0 - SDK 10.5 [Click for support]
    Safari Extensions: ℹ️
        1Password
        FastestTube
        DivX Plus Web Player HTML5 <video>
        Open in Internet Explorer
    3rd Party Preference Panes: ℹ️
        Akamai NetSession Preferences  [Click for support]
        Backblaze Backup  [Click for support]
        BrowserPlus  [Click for support]
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Hazel  [Click for support]
        Logitech Control Center  [Click for support]
        MacFUSE  [Click for support]
        Printopia  [Click for support]
        Xmarks for Safari  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: ON
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 748.93 GB Disk used: 672.78 GB
        Destinations:
            Time Machine [Local]
            Total size: 999.85 GB
            Total number of backups: 49
            Oldest backup: 2014-10-30 20:23:53 +0000
            Last backup: 2015-02-26 13:07:38 +0000
            Size of backup disk: Too small
                Backup size 999.85 GB < (Disk used 672.78 GB X 3)
    Top Processes by CPU: ℹ️
            32%    Finder
            25%    Console
            14%    WindowServer
             4%    NotificationCenter
             3%    hazelworker
    Top Processes by Memory: ℹ️
        395 MB    bztransmit
        186 MB    Finder
        146 MB    Console
        146 MB    WindowServer
        129 MB    mds_stores
    Virtual Memory Information: ℹ️
        1.51 GB    Free RAM
        4.26 GB    Active RAM
        1.38 GB    Inactive RAM
        1.44 GB    Wired RAM
        21.08 GB    Page-ins
        3 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 27, 2015, 02:36:10 PM    Self test - passed
        Feb 27, 2015, 02:13:40 PM    /Library/Logs/DiagnosticReports/Memory Clean_2015-02-27-141340_[redacted].cpu_resource.diag [Click for details]
        Feb 27, 2015, 01:49:15 PM    /Library/Logs/DiagnosticReports/WindowServer_2015-02-27-134915_[redacted].cpu_r esource.diag [Click for details]
        Feb 27, 2015, 09:46:13 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/helpd_2015-02-27-094613_[redac ted].crash

  • Updated record should come in txt file

    Hi Friends,
    My requirements like this way, any changes make in mara, mard, mbew, makt, vbak, vbap, vbrk and abrp table. that newly created data should come in .txt file of application server.
    I have already developed a program for that. it is downloading data in every 3 hours slots. it is running in background. whatever changes made during these hours it will download.
    now, my requirement has been changed, instance data should come in .txt file of app server. e.g. when newly created record save in database table, same time that record should come in .txt file with proper format.
    is it possible? please let me know.
    Thanks in advance,
    Parag

    Hi Parag,
    To obtain changes you know you can get the details from the tables CDHDR and CDPOS.
    Also you have questions about performance and so. SO here are some details.
    - When you flag a data element for change document (is checked) it is ONLY a marker that allows for registration of this field's changes into CDHDR and CDPOS. The actual control is done on datafile level in its technical settings (Transaction SE11 with datafile name and then push button "Technical Settings" or CtrlShiftF9). Herein you will find a flag "Log data changes".
    Within the CDHDR file and CDPOS file a field OBJECTCLAS is used. Only for existing OBJECTCLAS values the changes are logged.
    - Now obvious this is the trick for standard SAP (as Subramanian has already pointed out you can find "OBJECTCLAS" values with transaction SCDO). If you want to know on how to create your own "OBJECTCLAS" values with working logging on your own designed fields follow Subramanian suggestion and read the documentation.
    Now to your questions:
    You gave some tables you need to track changes (and now also for initial creation) like MARA, MARD, MAKT and others.
    To get changes for these tables use the following "OBJECTCLAS" values:
    - MATERIAL (Tables MARA, MARC, MARD, MBEW, MFHM, MLGN, MLGT, MPGD, MPOP and MVKE). By-the-way, this object will be replaced by MATERIAL_N  (available from release 4.6x).
    - VERKBELEG (Tables VBAK, VBAP, VBEP, VBKD, VBLB, VBPA, VBPA2 and VBUK).
    To collect changes (suggested by Andreas) you could use function module CHANGEDOCUMENT_READ. This is very usefull if also archiving is active for the objects you need to track changes for and your changes are scattered through time, but for your problem it is better to approach the log data directly.
    1. First select the main change documents from CDHDR table for a given "OBJECTCLAS" and "OBJECTID". Here you can use additional filtering on DATE (field UDATE) and TIME (field (UTIME). Even filtering on a specific transaction is possible (field TCODE).
    This gives you a number of change documents (field CHANGENR).
    2a. Secondly select the specific field changes from table CDPOS by using the found fields from CDHDR and additionally fill TABNAME with the specific table and if required FNAME with the specific field name. 2b. Since in your case the values will not be known, you need to track changes, you have to be very carefull in your selections. If you track the object MATERIAL or MATERIAL_N, you best loop over the MARA table and for each MATNR fill the OBJECTID field of CDHDR with this MATNR value.
    3. In order to find NEWLY created items you need to check the CHANGE_IND flag. When 'I' it is an new insert, when 'U' it is an update. Now this rule applies ONLY to key fields, since SAP first creates the key record (CHANGE_IND = 'I') and then the other fields (CHANGE_IND = 'U').
    Finally the warning given by Andreas (runtime increases - you MUST select with OBJECTCLAS and OBJECTID) is very important. Not supplying OBJECTID will have a very heavy impact on the runtime.
    Hope this gives you some clues on how to approach your problem.
    Regards,
    Rob.

  • Compare the last Char to the First Char in a Sting

    Hello, this should be easy but I'm having problems so here goes.
    I get the user to input a Stirng and I want it to compare the last Char to the first Char. I have writen this but StartWith can take a Char?
    public static void main(String[] args) {
            // TODO code application logic here
            String strA = new String();
            int length = 0;
            char lastLetter;
            System.out.println("Please input your first String: ");
                   strA = EasyIn.getString();
                 length = strA.length()-1;
                   lastLetter = strA.charAt(length);
           if( strA.endsWith(lastLetter))
                System.out.println("The first letter matches the last");
           else
                       System.out.println("They Don't match");
    }I have tried lastLetter.endsWith(strA) but that dosn't work some thing to do with it not taking Char
    From reading you can go strA.startWith("R") and that would look for R but you can't put a char in that would be a single letter.
    I also tried to lastletter to a string but then charAt wouldn't work.

    fixed it I used substring as its a string object any one recomend a better way let me know
    public static void main(String[] args) {
            // TODO code application logic here
            String strA = new String();
            int length = 0;
            String lastLetter;
            System.out.println("Please input your first String: ");
                   strA = EasyIn.getString();
                 length = strA.length()-1;
                   lastLetter = strA.substring(length);
           if( strA.startsWith(lastLetter))
                System.out.println("The first letter matches the last");
           else
                       System.out.println("They Don't match");
    }

  • HOW TO DECIDE IN A REPORT WHICH TABLE SHOULD LOOP FIRST?

    MY Report contains 3 item table and one header table or 4 header tables then how to decide that this table should loop first.And how could i judge that this table contains duplicate entries.
    HOW TO DECIDE IN A REPORT WHICH TABLE SHOULD LOOP FIRST?
    Moderator message: please search for available information/documentation before asking, do not post in all upper case, these forums are not a substitute for ABAP training.
    Edited by: Thomas Zloch on Dec 6, 2010 12:00 PM

    Hi,
    It is suggested to loop at the header table and then read the item table. Where in if you have multiple entries in the item table that matches, use the parallel cursors concept (Loop from index) as shown below
    Loop at header....
    Read table item with key......
    If sy-subrc EQ 0.
    Loop at item from sy-tabix.
    -- Perform your processing.
    endloop.
    endif.
    endloop.
    Also make sure if you have duplicate entries in your internal tables, Use SORT and then DELETE ADJACENT DUPLICATES so that it avoids the performance issues as well
    Hope this helps you.
    Regards,
    Shiva

  • Quotation screen by default tab "Sales" should come

    Dear Experts,
    In transaction VA21 ( Quotation) by default in main screen tab item overview is coming but i want first tab SALES should come as by default like normal sales order
    how can i achieve this ???
    Thanks

    Hi Hanumant,
    When you go to VA01 --> Enter your QT and sales area --> dont press simple "Enter" --> Press "Sales" Tab
    It will directly take you on Sales Tab.
    Regards,
    MT

  • How input fields should come one below other

    Hi,
          I want to create an application in webdynpro.My requirement is to develop a personal detail form like name date of berth qualification, date of joining etc. So for that I need to create several input field,LABEL and at last one button (GO).so, please explain the property and related values by which the input fields should come one below other. Like in first line name second line date of berth input field should come.
    Thanks
    Kundan.

    Hi Kundan,
    In Webdynpro we have four layouts beased on our requirement we used that layouts.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50568365-ba9e-2b10-1188-a612a20edf31
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30291df2-b980-2a10-0884-839c4f7f147e
    Thanks,
    Tulasi Palnati

  • Hello. I ve got a question. I accidentally bought membership but it doesnt have Adobe Muse that I need. What should I do? Can I extend my membership for the right one, or should I first get the money back. What kind of membership do I need to have Adobe M

    Hello. I ve got a question. I accidentally bought membership but it doesnt have Adobe Muse that I need. What should I do? Can I extend my membership for the right one, or should I first get the money back. What kind of membership do I need to have Adobe Muse software?

    Plans are listed at Creative Cloud pricing and membership plans | Adobe Creative Cloud
    The drop down at individual plans does show that you may subscribe to only Muse
    You probably need to cancel what you have... You need Adobe support to cancel a subscription
    -start here https://forums.adobe.com/thread/1703848
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    --and two links which may provide more details, if the above links don't help you
    -http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • Planning to roll out Firefox 3.x on Netbooks - Qu1:Can I use the standard downloads unmodified? Qu2:Are there any specific problem FAQs I should read first ?

    Target PC type:
    Netbook
    Windows 7 Starter; 1GB
    Planning to roll out Firefox 3.x on Netbooks -
    Qu1: Can I use the standard downloads unmodified?
    Qu2: Are there any specific problem FAQs I should read first ?

    You don't need to upgrade your software.  But if you're struggling with Spry, IMO you should cut your losses and switch to something better for the longrun.
    If you have a budget to work with, I highly recommend Project Seven's Pop-Menu Magic 3.  It's easy to use in DW CS4, 5, 6 or CC.  More importantly, it's bullet proof and works in all devices. 
    Pop-Menu  Magic3 by PVII (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    If you don't have a budget to work with, you can roll your own menus with jQuery plugins.  A bit more effort on your part, but they perform better than Spry.
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu2
    DEMO:
    http://www.geektantra.com/projects/jquery-megamenu-2/
    DOWNLOAD:
    http://code.google.com/p/jquery-megamenu/
    Nancy O.

  • What sounds should come through Bluetooth

    Hello, I just got a Blackberry Curve 8330.  This is my first Blackberry so I know very little.  I was wondering if all alerts and sounds should come through my Bluetooth headset?  The only thing I am am hearing through the Bluetooth are calls.  I don't hear text or email alerts and the ringtone I hear for calls is not the ringtone I have setup on the phone.  Also, when I do receive a call the sound still comes through the speaker on the phone. On my old phone when the Bluetooth was enabled it shut off the all sounds to the speaker on the phone and routed everything to the Bluetooth.  Is there a way to get the Curve 8330 to do that?  Thanks

    (Sorry this may be difficult to read, but) Perhaps policy routing will fit the bill:
    interface
    ip policy route-map ISP_B
    route-map ISP_B
    match ip address 1
    set ip next-hop
    next_hop_of_ISP_B
    -or- set interface interface_facing_ISP_B
    access-list 1 permit 203.121.14.0 0.0.0.255

  • ATP first come, first served

    Hi,
    According to the ATP documentation orders should be promised by ATP on first-come-first-serve basis.
    Which criteria will determine which orders are first: will this be done with the creation date of the order line, the request date of the order line or the date the line is scheduled?
    Regards,
    Jan

    Hi Jan,
    Its the date when someone trys to schedule the order. During that time sales order can use all the available supply to meet the requested date.
    Regards,
    Deepak

Maybe you are looking for

  • Adobe Creative Cloud/Photography: does it come with Bridge?

    Does anyone know if Adobe Creative Cloud/Photography comes with Bridge?

  • Random selection from a list

    I'm setting up a multiple-choice question, and I want to re-arrange the position of the button sprites representing the correct answer and distractors. I can randomly select one of the sprites via gDistractorLoc = random(4). The random function fails

  • How to find export statement for Import statement ?

    hi experts, I am having an IMPORT....from memory ID  statement in my program. how could i find the location of EXPORT ...to memory ID statement for the IMPORT statement. Pls help saravanan.

  • Changing Icons...What Am I Doing Wrong?

    Hi there I'm having a problem changing some icons on my Mac. I downloaded an Icon pack and they're in two forms, both .ico and .png. The problem is that they just show as Preview icons, so when I try to copy them and then paste them onto the folder I

  • TRANSPORT REQUEST CANNOT BE EXPORTED ENDED WITH RC 0208

    Hi I am trying to release my request AEDK902592 of DEVELOPMENT server through se10. Now my problem is that the child request number AEDK902593 is getting released whereas the parent request AEDK902592 is nor released giving the following error: test