Deleting registers is taking too slow

Hi there, I have to clean a database system in production, but the users won’t stop using the system.
At first everything was right, I cleaned 3 tables, and everything was going ok.
I’ll delete all the registers older than 5 years.
I made a script for every table, but now I’m locked in the 4th table, because it’s taking so slow to delete registers.
Is there a better way to do that?
And how can I check if there is something locking the table (making it take too long)?
Obs: I have computed the table and index statistics.
Oracle9i Release 9.2.0.7.0 – Production.

Petri BR wrote:
Hi there, I have to clean a database system in production, but the users won’t stop using the system.
At first everything was right, I cleaned 3 tables, and everything was going ok.
I’ll delete all the registers older than 5 years.
I made a script for every table, but now I’m locked in the 4th table, because it’s taking so slow to delete registers.
Is there a better way to do that?
And how can I check if there is something locking the table (making it take too long)?
Obs: I have computed the table and index statistics.
Oracle9i Release 9.2.0.7.0 – Production.How do I ask a question on the forums?
SQL and PL/SQL FAQ
HOW To Make TUNING request
SQL and PL/SQL FAQ

Similar Messages

  • Delete query is taking too much time...

    Hi All,
    Below delete query is taking at least 1hrs. !!!!
    DELETE aux_current_link aux
    WHERE EXISTS (
    SELECT *
    FROM link_trans_cons link2
    WHERE aux.tr_leu_id = link2.tr_leu_id
    AND aux.kind_of_link = link2.kind_of_link
    AND link2.TYPE = 'H');
    table aux_current_link has record - 284279 and has 6 normal index.
    pls help me.
    Subir

    Not even close to enough information.
    Look here to see if you can tune the operation.
    When your query takes too long ...
    But for a delete you need to understand that the indexes need to be maintained, you have 6 of them, that requires effort. ALSO, foreign keys need to be checked to make sure you don't violate any enabled foreign keys (so maybe you need an index on a table where a column from this table you deleting from is being referenced).
    If you are deleting a HIGH percentage of the table you may be better off doing a create table as select ....query to keep all rows from your table....then drop your current table, rename the new one you made, and add all the indexes to it.
    Otherwise, once you've tuned the operation (query), assuming it can be tuned, it's going to take as long as it needs to take.....
    Message was edited by:
    Tubby

  • Delete query taking too much time

    Hi All,
    my delete query is taking too much time. around 1hr 30 min for 1.5 lac records.
    Though I have dropped mv log on the table & disabled all the triggers on it.
    Moreover deletion is based on primary key .
    delete from table_name where primary_key in (values)
    above is dummy format of my query.
    can anyone please tell me what could be other reason that query is performing that slow.
    Is there anything to check in DB other than triggers,mv log,constraints in order to improve the performance?
    Please reply asap.

    Delete is the most time consuming operation, as the whole record data has to be stored at the undo segments. On the other hand, there is a part of the query used to select records to delete that probably is adding an extra overhead to the process, the in (values) clause. It would be nice on your side to post another dummy from this (values) clause. I could figure out this is a subquery, and in order for you to obtain this list you have to run a inefficient query.
    You can gather the execution plan so you can see where the most heavy part of th query is. This way a better tuning approach and a more accurate diagnostic can be issued.
    ~ Madrid.

  • Archive Delete job taking too much time - STXH Sequential Read

    Hello,
    We have been running Archive sessions in our production system in last couple of months. We use SARA and selecting the appropriate variants for WRITE, DELETE and STORAGE options.
    Currently we use the Archive object FI_DOCUMNT and the write job is finished as per the normal time (5 hrs based on the selection criteria). After that normally the delete job is used to complete in 1hr or less than 2hrs always (in last 3 months).
    But in last few days the delete job is taking too much to complete (around 8 - 10hrs) when I monitor the system found that the Sequential Read for table STXH is taking too much time to read and it seems this is the cause.
    Could you please provide a solution for the same, so that the job will run faster as earlier.
    Thanks for your time
    Shyl

    Hi Juan,
    After the statistics run the performance is quite good. Now the job getting finished as expected.
    Thanks. Problem solved
    Shyl

  • Hi from the last two days my iphone have very slow to open the apps and very slow when i check the notification window , it taking too much time to open when i tap to down . help me to resolve the issue.

    Hi,  from the last two days my iphone( iphone 4 with ios 5) have very slow to open the apps and very slow when i check the notification window , it taking too much time to open when i tap to down . help me to resolve the issue.

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore...
    iPhone Reset
    http://support.apple.com/kb/ht1430
    Try this First... You will Not Lose Any Data...
    Turn the Phone Off...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear and then Disappear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    Turn the Phone On...
    If that does not help... See Here:
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414

  • I was backing up my iphone by changing the location of library beacause i don't have enough space.My phone was taking too long to copying file so i can celled it.the data is stored in desired location . And now i can't delete that back up

    I was backing up my iphone by changing the location of library because i don't have enough space.My phone was taking too long to copying file so i can celled it.the data is stored in desired location . And now i can't delete that back up.
    Also tell me about the performance of iphone 4 with ios 7.1.1...........
    T0X1C

    rabidrabbit wrote:
    Can I back up my iPhone 4S to my ipad 3 (64 gb)?
    no
    rabidrabbit wrote:
    However, now I don't have enough space in iCloud to backup either device. Why not?
    iCloud only give so much space for free storage, then if you exceed the limit of 5gb you have to pay for additional storage.

  • Initramfs too slow and ISR taking too much time !

    On my SMP (2 core with 10siblings each) platform i have a PCIe deivce which is a video card which does DMA transfers to the application buffers.
    This works fine with suse13.1 installed on a SSD drive.
    When i took the whole image and created it as a initramfs and running from it (w/o any hdd) the whole system is very slow and i am seeing PCIe ISRs taking too much time and hecne the driver is failing !
    any help on this is much appreciated.
    there is a first initramfs iage which is the usual initrd the opensuse installs and i patched it to unpack the second initramfs (full rootfs of 1.8GB) in to RAM (32GB) as tmpfs and exec_init from it.
    Last edited by Abhayadev S (2015-05-21 16:28:38)

    Abhayadev S,
    Although your problem definitely looks very interesting, we can't help with issues with suse linux.
    Or are you considering to test archlinux on that machine ?

  • Forall bulk delete is too slow to work,seek advice.

    I used PL/SQL stored procedure to do some ETL work. It is pick up refeshed records from staging table, then check to see whether the same record exists in target table, then do a Forall bulk deletion first, then do a Forall insert all refreshed records into target atble. the insert part is working fine. Only is the deleteion part, it is too slow to get job done. My code list below. Please advise where is the problem? Thansk.
    Declare
    TYPE t_distid IS TABLE OF VARCHAR2(15) INDEX BY BINARY_INTEGER;
    v_distid t_distid;
    CURSOR dist_delete IS
    select distinct distid FROM DIST_STG where data_type = 'H';
    OPEN dist_delete;
    LOOP
    FETCH dist_delete BULK COLLECT INTO v_distid;
    FORALL i IN v_distid.FIRST..v_distid.LAST
    DELETE DIST_TARGET WHERE distid = v_distid(i);
    END LOOP;
    COMMIT;
    end;
    /

    citicbj wrote:
    Justin:
    The answers to your questions are:
    1. why would I not use a single DELETE statement? Because this PL/SQL procedure is part of ETL process. The procedure is scheduled by Oracle scheduler. It will automatically run to refresh data. Putting DELETE in stored procedure is better to executed by scheduler.You can compile SQL inside a PL/SQL procedure / function just as easily as coding it the way you have so that's really not an excuse. As Justin pointed out, the straight SQL approach will be what you want to use.
    >
    2. The records in dist_stg with data_type = 'H' vary by each month. It range from 120 to 5,000 records. These records are inserted into target table before. But they are updated in transactional database. We need to delete old records in target and insert updated ones in to replace old ones. But the distID is the same and unique. I use distID to delete old one and insert updated records with the same distID into target again. When user run report, the updated records will show up on the report. In plain SQL statement, delete 5,000 records takes about seconds. In my code above, it take forever. The database is going without any error message. There is no trigger and FK associated
    3. Merge. I haven't try that yet. I may give a try.Quite likely a good idea based on what you've outlined above, but at the very least, remove the procedural code with the delete as suggested by Justin.
    >
    Thanks.

  • Delete too slow, need selective truncate...

    We are trying to delete approx 60,000 rows from a wide table. Using the delete command with proper indexes is still too slow.
    Unfortunately there is still more data that needs to remain there, so a truncate will no work. Ideally I am looking for a way of doing a selective truncate.
    Habing the selectiveness of using the delete command, but bypassing the rollback segment like the truncate command.
    Any help would be greatly appreciated,
    please email me with your thoughts and comments.
    [email protected]

    Please excuse the crappy punctuation, I cut this out of a pdf document on the web. You may be able to partition along delete lines and then truncate a partition as suggested below.
    Gool Luck, Kevin
    In Oracl e8 there are some new options avail abl e in the ALTER TABLE statement
    that al l ow you to perform maintenance on t he partitions. With these options
    yo u c an ADD, MOVE, DROP, TRUNCATE, and SPLIT partitions.
    null

  • Data Archive Script is taking too long to delete a large table

    Hi All,
    We have data archive scripts, these scripts move data for a date range to a different table. so the script has two parts first copy data from original table to archive table; and second delete copied rows from the original table. The first part is executing very fast but the deletion is taking too long i.e. around 2-3 hours. The customer analysed the delete query and are saying the script is not using index and is going into full table scan. but the predicate itself is the primary key, Please help... More info below
    CREATE TABLE "APP"."MON_TXNS"
       (    "ID_TXN" NUMBER(12,0) NOT NULL ENABLE,
        "BOL_IS_CANCELLED" VARCHAR2(1 BYTE) DEFAULT 'N' NOT NULL ENABLE,
        "ID_PAYER" NUMBER(12,0),
        "ID_PAYER_PI" NUMBER(12,0),
        "ID_PAYEE" NUMBER(12,0),
        "ID_PAYEE_PI" NUMBER(12,0),
        "ID_CURRENCY" CHAR(3 BYTE) NOT NULL ENABLE,
        "STR_TEXT" VARCHAR2(60 CHAR),
        "DAT_MERCHANT_TIMESTAMP" DATE,
        "STR_MERCHANT_ORDER_ID" VARCHAR2(30 BYTE),
        "DAT_EXPIRATION" DATE,
        "DAT_CREATION" DATE,
        "STR_USER_CREATION" VARCHAR2(30 CHAR),
        "DAT_LAST_UPDATE" DATE,
        "STR_USER_LAST_UPDATE" VARCHAR2(30 CHAR),
        "STR_OTP" CHAR(6 BYTE),
        "ID_AUTH_METHOD_PAYER" NUMBER(1,0),
        "AMNT_AMOUNT" NUMBER(23,0) DEFAULT 0,
        "BOL_IS_AUTOCAPTURE" VARCHAR2(1 BYTE) DEFAULT 'N' NOT NULL ENABLE,
        "ID_USE_CASE" NUMBER(4,0) NOT NULL ENABLE,
        "ID_AUTH_METHOD_PAYEE" NUMBER(2,0),
         CONSTRAINT "CKC_BOL_IS_CANCELLED_MON_TXNS" CHECK (BOL_IS_CANCELLED in ('Y','N')) ENABLE,
         CONSTRAINT "PK_MON_TXNS" PRIMARY KEY ("ID_TXN")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "LARGE_INDEX"  ENABLE,
         CONSTRAINT "FK_MON_TXNS_CURRENCIES" FOREIGN KEY ("ID_CURRENCY")
          REFERENCES "APP"."CURRENCIES" ("ID_CURRENCY") ENABLE,
         CONSTRAINT "FK_MON_TXNS_TO_PAYER" FOREIGN KEY ("ID_PAYER")
          REFERENCES "APP"."CUSTOMERS" ("ID_CUSTOMER") ENABLE,
         CONSTRAINT "FK_MON_TXNS_TO_PAYEE" FOREIGN KEY ("ID_PAYEE")
          REFERENCES "APP"."CUSTOMERS" ("ID_CUSTOMER") ENABLE,
         CONSTRAINT "FK_MON_TXNS_REFERENCE_TXNS" FOREIGN KEY ("ID_TXN")
          REFERENCES "APP"."TXNS" ("ID_TXN") ENABLE,
         CONSTRAINT "FK_MON_TXNS_TO_PI_PAYER" FOREIGN KEY ("ID_PAYER_PI")
          REFERENCES "APP"."PIS" ("ID_PI") ENABLE,
         CONSTRAINT "FK_MON_TXNS_TO_PI_PAYEE" FOREIGN KEY ("ID_PAYEE_PI")
          REFERENCES "APP"."PIS" ("ID_PI") ENABLE,
         CONSTRAINT "FK_MON_TXNS_TO_AUTHMETHOD" FOREIGN KEY ("ID_AUTH_METHOD_PAYER")
          REFERENCES "APP"."AUTHENTICATION_METHODS" ("ID_AUTHENTICATION_METHOD") ENABLE,
         CONSTRAINT "FK_MON_TXNS_USE_CASE_ID" FOREIGN KEY ("ID_USE_CASE")
          REFERENCES "APP"."USE_CASES" ("ID_USE_CASE") ENABLE,
         CONSTRAINT "FK_MON_TXN_AUTH_PAYEE" FOREIGN KEY ("ID_AUTH_METHOD_PAYEE")
          REFERENCES "APP"."AUTHENTICATION_METHODS" ("ID_AUTHENTICATION_METHOD") ENABLE
      CREATE INDEX "APP"."IDX_MON_TXNS" ON "APP"."MON_TXNS" ("ID_PAYER")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "LARGE_INDEX" ;
      CREATE INDEX "APP"."IDX_PAYEE_MON_TXNS" ON "APP"."MON_TXNS" ("ID_PAYEE")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "LARGE_DATA" ;
      CREATE INDEX "APP"."IDX_PYE_PI_MON_TXNS" ON "APP"."MON_TXNS" ("ID_PAYEE_PI")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "LARGE_DATA" ;
      CREATE INDEX "APP"."IDX_PYR_PI_MON_TXNS" ON "APP"."MON_TXNS" ("ID_PAYER_PI")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "LARGE_DATA" ;
      CREATE INDEX "APP"."IDX_USE_CASE_MON_TXNS" ON "APP"."MON_TXNS" ("ID_USE_CASE")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "LARGE_DATA" ;
      CREATE UNIQUE INDEX "APP"."PK_MON_TXNS" ON "APP"."MON_TXNS" ("ID_TXN")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "LARGE_INDEX" ;
    Data is first moved to table in schema3.OTW. and then we are deleting all the rows in otw from original table. below is the explain plan for delete
    SQL> explain plan for
      2  delete from schema1.mon_txns where id_txn in (select id_txn from schema3.OTW);
    Explained.
    SQL> select * from table(dbms_xplan.display);
    PLAN_TABLE_OUTPUT
    Plan hash value: 2798378986
    | Id  | Operation              | Name       | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | DELETE STATEMENT       |            |  2520 |   233K|    87   (2)| 00:00:02 |
    |   1 |  DELETE                | MON_TXNS   |       |       |            |          |
    |*  2 |   HASH JOIN RIGHT SEMI |            |  2520 |   233K|    87   (2)| 00:00:02 |
    |   3 |    INDEX FAST FULL SCAN| OTW_ID_TXN |  2520 | 15120 |     3   (0)| 00:00:01 |
    |   4 |    TABLE ACCESS FULL   | MON_TXNS   | 14260 |  1239K|    83   (0)| 00:00:02 |
    PLAN_TABLE_OUTPUT
    Predicate Information (identified by operation id):
    Please help,
    thanks,
    Banka Ravi

    'Best practice' is just what Oracle is already doing as you have already been told: DELETE FROM myTable WHERE myDate between myStart and Myend.
    Your use case is why many orgs elect to use partitioning and use that DATE column as the partition key. Then it is VERY FAST and VERY EASY to truncate or drop partitions that contain old data when you no longer need them.
    The other solution used is to quit waiting so long to delete data and then you don't have to delete large amounts at the same time. So instead of deleting data once a month delete it once a week or even every night. Then the number of rows being deleted will be much smaller and, if the stats are kept current, Oracle may decide to use the index.

  • How can I make Time Machine use the ethernet cable to Time Capsule instead of the wireless connection? Wireless is too slow; has been taking 40 hours to create an initial 142 GB backup.

    How can I make Time Machine use the ethernet cable to Time Capsule instead of the wireless connection? Wireless is too slow; has been taking 40 hours to create an initial 142 GB backup.

    Plug in ethernet .. in the computer.. turn off wireless.

  • R/3 Extraction taking too long to load data into BW

    HI There,
    I'm trying to extract SAP Standard extractor 0FI_AP_4 into BW, and its taking endless time.
    Even the Extract checker RSA3  is taking too long to execute the data. Dont know why its taking so long to execute.
    Since there in not much data to take such a long time.
    Enhanced the datasource with three fields from BSEG using user exits.
    Is that the reason why its taking too long? Does User Exit slows down the extraction process?
    What measures i should take to quicken the process?
    Thanks for your time
    Vandana

    Thanks for all you replies.
    Please go through the steps I've gone through :
    - Installed the Business Content and its in version 3.5
    - Changed the update rules, Transfer rules and migrated the datasource to BI 7
    - Enhanced the 0FI_AP_3 to include three fields BSEG table
    - Ran RSA3 and the new fields are showing but the loading is quite slow.
    - Commented the code and ran RSA3 and with little difference data is showing up
    - Removed the comments and ran, its fine, though it takes little more time then previous step...but data is showing up
    - Replicated the datasource into BW
    - Created the info package and started the init process (before this deleted the previous stored init process)
    - Data isn't loading and please see the error message below.
    Diagnosis
    The data request was a full update.  In this case, the corresponding table in the source system does not
    contain any data. System Response Info IDoc received with status 8. Procedure Check the data basis in the source system.
    - Checked the transformation between datasource 0FI_AP_4 and Infosource ZFI_AP_4
       and I DID NOT found the three fields which i enhanced from BSEG table in the 0FI_AP_4 datasource.
    - Replicated the datasource 0FI_AP_4 again, but no change.
    Now...I dont know whats happening here.
    When i check the datasource 0FI_AP_4 in RSA6, i can see the three new fields from BSEG.
    When i check RSA3, i can see the data getting populated with the three new fields from BSEG,
    When i check the fields in the datasource 0FI_AP_4 in BW, I can see the three new fields. It shows
    that the connection between BW and R/3 is fine, isn't it?
    Now...Can anyone please suggest me how to go forward from here?
    Thanks for your time
    Vandana

  • Premiere CC media browser too slow

    Hi guys,
    I'm having some problems to read RED files on media browser on CC.  It's too slow.  I ran some quick tests here.  In CS6, create a new project and chose a drive in media browser. It read the files in 21 seconds.  In CC, create a new project and chose the same drive in media browser. It read the files in 1 minute and 40 seconds.  I really enjoy editing in CC but this issue is killing me.  Does anyone have a clue?
    [Text formatting corrected.  Please type your posts into the forums, as copy/paste often carries unwanted formatting.]
    Message was edited by: Jim Simon

    Hello VaughnByrd21,
    It's taking a half an hour to render 5 minute clips and over an hour to export them...sometimes an hour and a half.
    Can you post a screenshot of your export settings dialog box?
    ...it seems like Adobe has put us on the back shelf, and continues to crank out software that we desperately need but that won't run on a professional level on our systems.
    Have you adjusted the permissions of your Adobe folders? Updating OS X can change them randomly: Premiere Pro CC, CC 2014, or 2014.1 freezing on startup or crashing while working (Mac OS X 10.9, and later)
    NVIDIA drivers are not doing very well lately either with CUDA and Mac OS X Yosemite. For sure, switch both Premiere Pro and AME to OpenCL mode until they fix those drivers.
    These issues have more to do with OS X and NVIDIA drivers, nothing to do with Adobe applications—so it's not always our fault when things go wrong.
    You should also try deleting your media cache, which you can find in Preferences > Media (click the Browse button). That fixes a lot of issues.
    Please also consider trashing preferences and repairing disk permissions.
    Thanks,
    Kevin

  • Discoverer report taking too long time to open.

    HI,
    Discovere reports are taking too long time to open. Please help to resolve this.
    Regards,
    Bhatia

    What is the Dicoverer and the Application release?
    Please refer to the following links (For both Discoverer 4i and 10g). Please note that some Discoverer 4i notes also apply to Discoverer 10g.
    Note: 362851.1 - Guidelines to setup the JVM in Apps Ebusiness Suite 11i and R12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362851.1
    Note: 68100.1 - Discoverer Performance When Running On Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=68100.1
    Note: 465234.1 - Recommended Client Java Plug-in (JVM/JRE) For Discoverer Plus 10g (10.1.2)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=465234.1
    Note: 329674.1 - Slow Performance When Opening Plus Workbooks from Oracle 11.5.10 Applications Home Page
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=329674.1
    Note: 190326.1 - Ideas for Improving Discoverer 4i Performance in an Applications 11i Environment
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=190326.1
    Note: 331435.1 - Slow Perfomance Using Disco 4.1 Admin/Desktop in Oracle Applications Mode EUL
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=331435.1
    Note: 217669.1 - Refreshing Folders and opening workbooks is slow in Apps 11i environment
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=217669.1

  • New iMac running 10.10.1 frequently pauses, way too slow

    I recently bought a 27 inch iMac, installed Yosemite, and migrated my files by time machine from a 5 year old macbook Pro running Snow Leopard. Since updating to 10.10.1, I frequently get the spinning beachball while I wait to continue, and everything seems much slower than it should. Safari downloads take forever, compared to Firefox. I ran an EtreCheck report pasted below. I tried some easy fixes like removing desktop clutter, reducing transparency, but that doesn't affect the overall slowness. Any solutions welcome!
    Problem description:
    Installed Yosemite on new iMac, migrating from snow leopard on an older macbook pro.  Instead of being fast, processes frequently pause for bit while the beachball spins, then resume. Way too slow, much slower than my old macbook pro.
    EtreCheck version: 2.0.11 (98)
    Report generated November 24, 2014 at 5:06:30 PM EST
    Hardware Information: ℹ️
      iMac (27-inch, Late 2013) (Verified)
      iMac - model: iMac14,2
      1 3.2 GHz Intel Core i5 CPU: 4-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      NVIDIA GeForce GT 755M - VRAM: 1024 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 2:7:57
    Disk Information: ℹ️
      APPLE HDD ST1000DM003 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 999.35 GB (749.24 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Western Digital Ext HDD 1021 2 TB
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      Time Machine New (disk2s2) /Volumes/Time Machine New : 2.00 TB (193.57 GB free)
      Seagate Expansion Desk 2 TB
      S.M.A.R.T. Status: Verified
      NewArchive (disk3s1) /Volumes/ NewArchive : 2.00 TB (11.39 GB free)
      Western Digital Ext HDD 1021 1 TB
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      Bootable Backup New (disk1s2) /Volumes/Bootable Backup New : 500.10 GB (254.99 GB free)
      Storage New (disk1s3) /Volumes/Storage New : 499.62 GB (480.72 GB free)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
      [not loaded] com.Logitech.Control Center.HID Driver (3.6.0 - SDK 10.6) Support
      [not loaded] com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.6) Support
      [loaded] com.avira.kext.FileAccessControl (1.0.0d1 - SDK 10.9) Support
      [not loaded] com.beceem.BeceemAppleWiMAXAdapter (5.2.56d13) Support
      [not loaded] com.fklt.driver (1.8.0) Support
      [not loaded] com.flipvideo.IOUSBCameraMassStorage (1.0.1) Support
      [not loaded] com.novatelwireless.driver.3G (2.2.8) Support
      [not loaded] com.novatelwireless.driver.DisableAutoInstall (1.2) Support
      [not loaded] com.rogueamoeba.InstantOn (6.0.3 - SDK 10.6) Support
      [not loaded] com.sierrawireless.driver.SierraDevSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraFSCSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraFSRSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraHSRSupport (2.0.2) Support
      /System/Library/Extensions/InstantOn.kext/Contents/PlugIns
      [not loaded] com.rogueamoeba.InstantOnCore (6.0.3 - SDK 10.6) Support
      /System/Library/Extensions/NovatelWireless3G.kext/Contents/PlugIns
      [not loaded] com.novatelwireless.driver.3GData (2.2.8) Support
      /Volumes/Bootable Backup New/Applications/ CD burn & label ƒ/Toast 8.0.5 Titanium ƒ/Toast Titanium.app
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.roxio.TDIXController (1.7) Support
      /Volumes/Bootable Backup New/Applications/ Multimedia ƒ/TuneClone ƒ/TuneClone.app
      [not loaded] com.tuneclone.driver.TuneClone_Virtual_CDWriter (1.0.0d1) Support
      /Volumes/Bootable Backup New/Applications/ My Utilities ƒ/Little Snitch 2.2 ƒ/Little Snitch Installer.app
      [not loaded] at.obdev.nke.LittleSnitch (2.2.05) Support
      /Volumes/Bootable Backup New/Applications/Cloak.app
      [not loaded] com.bourgeoisbits.cloak.tun (1.0.1) Support
      /Volumes/Bootable Backup New/Applications/Utilities/DiskWarrior ƒ/DiskWarrior.app
      [not loaded] com.alsoft.Preview (4.2) Support
    Startup Items: ℹ️
      NoteburnerService: Path: /System/Library/StartupItems/NoteburnerService
      M-Audio FireWire Audio Helper: Path: /Library/StartupItems/M-Audio FireWire Audio Helper
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [loaded] com.avira.antivirus.general.agent.plist Support
      [loaded] com.avira.antivirus.ipm.ui.plist Support
      [failed] com.avira.antivirus.notifications.agent.plist Support
      [loaded] com.avira.antivirus.odscan.default.plist Support
      [loaded] com.avira.antivirus.scheduler.agent.plist Support
      [running] com.avira.antivirus.systray.plist Support
      [loaded] com.avira.antivirus.telemetry.agent.plist Support
      [loaded] com.avira.antivirus.update.default.plist Support
      [running] com.flipvideo.FlipShare.AutoRun.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.Logitech.Control Center.Daemon.plist Support
      [loaded] com.smithmicro.cleaning.quickbackupcheck.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [not loaded] com.atomicbird.macaroni.launchd.plist Support
      [failed] com.avira.antivirus.dbcleaner.plist Support
      [loaded] com.avira.antivirus.ipm.loader.plist Support
      [running] com.avira.helper.watchdox.plist Support
      [loaded] com.barebones.bbedit.plist Support
      [loaded] com.bombich.ccc.plist Support
      [invalid?] com.bombich.ccc.scheduledtask.EE7EE552-88D4-41A7-BB96-B7F2F891EA0D.plist Support
      [running] com.bombich.ccchelper.plist Support
      [running] com.flipvideo.FlipShareServer.launchd.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [running] com.m-audio.firewire.helper.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.sibelius.sari.plist Support
      [invalid?] com.sierrawireless.SierraReset.plist Support
      [running] com.sierrawireless.SWoCMon.plist Support
      [running] com.smithmicro.schedulerdaemon.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [invalid?] com.bombich.ccc-user-agent.plist Support
      [running] com.c-command.SpamSieve.LaunchAgent.plist Support
      [running] com.smithmicro.cleaning.schedulermailer.plist Support
      [running] com.spotify.webhelper.plist Support
      [running] ws.agile.1PasswordAgent.plist Support
    User Login Items: ℹ️
      Garmin Express Service Application (/Applications/Garmin Express.app/Contents/Library/LoginItems/Garmin Express Service.app)
      GrowlMenu Application (/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlMenu.app)
      Dropbox Application (/Applications/Dropbox ƒ/Dropbox.app)
    Internet Plug-ins: ℹ️
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Scorch: Version: (null) - SDK 10.2 Support
      SpeedDownload Browser Plugin: Version: 2.1.5 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
      Myriad Music Plugin: Version: 5.6.2 Support
      RealPlayer Plugin: Version: (null) Support
      DirectorShockwave: Version: 11.5.0r596 Support
      QuickTime Plugin: Version: 7.7.3
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      GarminGpsControl: Version: 4.0.4.0 Release - SDK 10.6 Support
      AmazonMP3DownloaderPlugin: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      AmazonMP3DownloaderPlugin1017277: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      DivXBrowserPlugin: Version: 2.1 Support
      CouponPrinter-FireFox: Version: Version 1.1.5
      CANONiMAGEGATEWAYDL: Version: 3.1.0.2 Support
      OVSHelper: Version: 1.1 Support
      Google Earth Web Plug-in: Version: 7.1 Support
      AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      Default Browser: Version: 600 - SDK 10.10
      Flip4Mac WMV Plugin: Version: 2.4.4.2 Support
      SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 Support
      Silverlight: Version: 5.1.30214.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
      OfficeLiveBrowserPlugin: Version: 12.2.7 Support
    Safari Extensions: ℹ️
      Videobox
      DivX Plus Web Player HTML5 <video>
      PriceBlink-1
      Speed Download
      Add To Amazon Wish List
      Exposer
      Discount Search for Amazon
      StumbleUpon
      WOT-1
      1Password
      YouTube Downloader
      Rotten Tomatoes
      Compass
    3rd Party Preference Panes: ℹ️
      3ivx MPEG-4  Support
      A Better Finder Preferences  Support
      RCDefaultApp
      DivX  Support
      Flash Player  Support
      Flip4Mac WMV  Support
      Growl  Support
      PreferencesPane  Support
      Macaroni  Support
      Perian  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 250.11 GB
      Destinations:
      Time Machine New [Local]
      Total size: 2.00 TB
      Total number of backups: 33
      Oldest backup: 2014-11-13 07:38:50 +0000
      Last backup: 2014-11-24 21:19:47 +0000
      Size of backup disk: Adequate
      Backup size 2.00 TB > (Disk used 250.11 GB X 3)
    Top Processes by CPU: ℹ️
          3% WindowServer
          1% avlogwriter
          1% loginwindow
          1% avguard-ondemand-mgmt
          0% fontd
    Top Processes by Memory: ℹ️
      601 MB savapi
      352 MB mds_stores
      309 MB avguard.bin
      301 MB loginwindow
      206 MB Mail
    Virtual Memory Information: ℹ️
      2.80 GB Free RAM
      3.83 GB Active RAM
      978 MB Inactive RAM
      974 MB Wired RAM
      5.87 GB Page-ins
      0 B Page-outs

    Start time: 10:22:44 01/10/15
    Model Identifier: iMac11,1
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 20:24
    SATA
       Hitachi HDS722020ALA330                
    USB
       Hub (NEC Corporation)
       Backup+ Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       Backup+  Desk (Seagate LLC)
       My Book 1110 (Western Digital Technologies, Inc.)
       Backup+  Desk (Seagate LLC)
       Hub (NEC Corporation)
       Backup+ Desk (Seagate LLC)
       My Book 1110 (Western Digital Technologies, Inc.)
       Backup+  Desk (Seagate LLC)
       hp LaserJet 3380 (Hewlett Packard)
       Officejet Pro 8600 (Hewlett Packard)
    Diagnostic reports
       2014-12-19 DashlaneAgent crash
       2014-12-21 QuickLookSatellite crash
       2014-12-22 DashlaneAgent crash
       2014-12-27 DashlaneAgent crash
       2014-12-28 HelpViewer crash
       2014-12-30 DashlaneAgent crash
       2015-01-05 Microsoft Word hang
    Log
       Jan 10 10:19:18 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:28 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:38 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:48 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:19:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:29 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:39 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:49 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:20:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:29 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:39 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:49 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:21:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:29 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:39 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:49 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:22:59 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:23:09 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
       Jan 10 10:23:19 com.carbonite.daemon: Service could not initialize: Unable to set current working directory. error=2, path=/Library/Application Support/Carbonite: 14B25: xpcproxy + 12907 [1227][UUID]: 0x2
    Memory: kernel_task (UID 0) is using 1332 MB
    kexts
       com.seagate.driver.PowSecDriverCore (5.2.6)
       com.seagate.driver.PowSecLeafDriver_10_5 (5.2.6)
       com.vmware.kext.vmci (90.5.7)
       com.vmware.kext.vsockets (90.5.7)
       com.vmware.kext.vmnet (0188.79.83)
       com.vmware.kext.vmx86 (0188.79.83)
       com.vmware.kext.vmioplug.12.1.17 (12.1.17)
    Daemons
       com.carbonite.daemon
       com.apple.installer.osmessagetracing
       com.microsoft.office.licensing.helper
       com.oracle.java.Helper-Tool
       com.apple.aelwriter
       com.adobe.fpsaud
       com.bombich.ccchelper
       com.seagate.TBDecorator.plist
       com.bombich.ccc
    Agents
       com.sony.PMBPortable.AutoRun
       com.bombich.ccc-user-agent
       com.google.Chrome.framework.service_process/Users/USER/Library/Application_Supp ort/Google/Chrome
       com.leadertech.PowerRegister.SEA1.UUID
       com.adobe.AdobeCreativeCloud
       com.carbonite.carbonitestatus
       com.adobe.PDApp.AAMUpdatesNotifier.96592.UUID
       com.apple.MassStorageCamera.315272.UUID
       com.adobe.ARM.UUID
       com.bombich.cccuseragent
       com.seagate.dashboard
       com.adobe.CS5ServiceManager
       com.oracle.java.Java-Updater
       com.citrixonline.GoToMeeting.G2MUpdate
       com.adobe.ARM.UUID
       com.google.keystone.user.agent
       com.apple.AirPortBaseStationAgent
       com.hp.scanModule3.64216.UUID
       com.carbonite.carbonitealerts
    Startup items
       /Library/StartupItems/HP IO/HP IO
       /Library/StartupItems/HP IO/StartupParameters.plist
       /Library/StartupItems/HP USB EWS Gateway/HP USB EWS Gateway
       /Library/StartupItems/HP USB EWS Gateway/StartupParameters.plist
       /Library/StartupItems/HPlaserjet Trap Monitor/HPlaserjet Trap Monitor
       /Library/StartupItems/HPlaserjet Trap Monitor/StartupParameters.plist
       /Library/StartupItems/VirtualBox/StartupParameters.plist
       /Library/StartupItems/VirtualBox/VirtualBox
    Bundles
       /System/Library/Extensions/JMicronATA.kext
       - com.jmicron.JMicronATA
       /System/Library/Extensions/MicrosoftMouse.kext
       - com.microsoft.driver.MicrosoftMouse
       /System/Library/Extensions/Seagate Storage Driver.kext
       - com.seagate.driver.PowSecDriverCore
       /Library/Extensions/VBoxDrv.kext
       - org.virtualbox.kext.VBoxDrv
       /Library/Extensions/VBoxNetAdp.kext
       - org.virtualbox.kext.VBoxNetAdp
       /Library/Extensions/VBoxNetFlt.kext
       - org.virtualbox.kext.VBoxNetFlt
       /Library/Extensions/VBoxUSB.kext
       - org.virtualbox.kext.VBoxUSB
       /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/EPPEX Plugin.plugin
       - N/A
       /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/PreferencePanes/Carbonite.prefPane
       - com.carbonite.prefpanel
       /Library/PreferencePanes/DashboardPreferences.prefPane
       - com.seagate.dashboard.preferences
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/Growl.prefPane
       - com.growl.prefpanel
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/Microsoft Mouse.prefPane
       - com.microsoft.microsoftmouse
       /Library/ScriptingAdditions/Adobe Unit Types.osax
       - N/A
       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/Dashlane-2.safariextension
       - com.dashlane.dashlanesafari
       Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
       - com.citrixonline.mac.WebDeploymentPlugin
       Library/Internet Plug-Ins/Dashlane.plugin
       - com.DashlaneLib.Dashlane
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       Library/Widgets/HP Ink Widget.wdgt
       - com.hp.widget.inkwidget
    Apps
       /Volumes/iMac27 Desktop Clone/Applications/Google Drive.app
       /Volumes/iMac27 Desktop Clone/Applications/Google Drive 2.app
       /Applications/Google Drive.app
       /Applications/Google Drive 2.app
    Contents of /System/Library/LaunchDaemons/com.seagate.TBDecorator.plist (checksum 3070240373)
       <?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">
       <!--
          com.seagate.TBDecorator.plist
          SeagateDiagnostics
          Created by John Brisbin on 3/10/10.
          Copyright 2010 Seagate Technologies LLC.. All rights reserved.
       -->
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.seagate.TBDecorator.plist</string>
        <key>RunAtLoad</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Seagate/TBLoopDriveParams</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.carbonite.launchd.carbonitealerts.plist (checksum 3096452879)
       <?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>
        <false/>
        <key>Label</key>
        <string>com.carbonite.carbonitealerts</string>
        <key>OnDemand</key>
        <true/>
        <key>RunAtLoad</key>
        <false/>
        <key>WatchPaths</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteAlerts.app/Contents/Resources/</string>
        </array>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteAlerts.app/Contents/MacOS/CarboniteAlerts</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.carbonite.launchd.carbonitestatus.plist (checksum 2411194237)
       <?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>
        <false/>
        <key>Label</key>
        <string>com.carbonite.carbonitestatus</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteStatus.app/Contents/MacOS/CarboniteStatus</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>OnDemand</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist (checksum 1821332316)
       <?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>33</integer>
        <key>Weekday</key>
        <integer>4</integer>
        </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.sony.PMBPortable.AutoRun.plist (checksum 2288250257)
       <?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>com.sony.PMBPortable.AutoRun</string>
        <key>OnDemand</key>
        <true/>
        <key>Program</key>
        <string>/Library/Application Support/Sony/PMBPortableAutoRun.app/Contents/MacOS/PMBPortableAutoRun</string>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer.plist (checksum 2593636600)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.teamviewer</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/MacOS/TeamViewer</string>
        <string>-RunAsAgent</string>
        <string>YES</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/MacOS</string>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist (checksum 2362964135)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.desktop</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>LoginWindow</string>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/Resources/TeamViewer_Desktop</string>
        <string>-RunAsAgent</string>
        <string>YES</string>
        <string>-Module</string>
        <string>Full</string>
        </array>
       ...and 6 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.plist (checksum 3730953884)
       <?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>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.bombich.ccc</string>
        <key>OnDemand</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/PrivilegedHelperTools/com.bombich.ccc</string>
        </array>
        <key>ServiceIPC</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>MasterSocket</key>
        <dict>
        <key>SockFamily</key>
        <string>Unix</string>
        <key>SockPathMode</key>
        <integer>438</integer>
        <key>SockPathName</key>
       ...and 7 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 1847580806)
       <?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.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "Media Disk" to "Music". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be left alone.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will be archived.
       • CCC will not prune archive content.</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 229 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 1637450734)
       <?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.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "Pictures" to "Pictures Backup". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be left alone.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will be archived.
       • CCC will not prune archive content.</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 207 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 1138618051)
       <?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.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "Aperture Library" to "Aperture Library Backup". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be left alone.
       • Files on the destination will be updated only if they are newer on the source.
       • Older versions of updated files will be archived.
       • CCC will not prune archive content.</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 233 more line(s)
    Contents of /Library/LaunchDaemons/com.bombich.ccc.scheduledtask.UUID.plist (checksum 3444763627)
       <?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.bombich.ccc.scheduledtask.UUID</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/ccchelper.app/Contents/MacOS/ccchelper</string>
        <string>UUID</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ServiceDescription</key>
        <string>CCC will copy the selected items from "MacHD" to "iMac27 Desktop Clone". If you have backed up to this destination in the past, only items that have been modified since the last backup task will be copied.
       • Files and folders unique to the destination will be permanently deleted.
       • Files on the destination will be updated if the size or modification date differs.
       • Older versions of updated files will not be archived.
       </string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/CCC.log</string>
       ...and 209 more line(s)
    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.carbonite.launchd.carbonitedaemon.plist (checksum 2948711974)
       <?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.carbonite.daemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Carbonite/CarboniteDaemon.app/Contents/MacOS/CarboniteDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>WorkingDirectory</key>
        <string>/Library/Application Support/Carbonite</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/Carbonite1.log</string>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/Carbonite2.log</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.teamviewer.teamviewer_service.plist (checksum 13465011)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.teamviewer.service</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/Resources/TeamViewer_Service</string>
        <string>-Module</string>
        <string>Full</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>WorkingDirectory</key>
        <string>/Applications/TeamViewer 8/TeamViewer.app/Contents/Resources</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist (checksum 578238223)
       <?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 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.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.bombich.ccc-user-agent.plist (checksum 1605626007)
       <?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>
        <false/>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.bombich.ccc-user-agent</string>
        <key>Program</key>
        <string>/Users/USER/Downloads/Carbon Copy Cloner.app/Contents/MacOS/CCC User Agent.app/Contents/MacOS/CCC User Agent</string>
        <key>StandardErrorPath</key>
        <string>/Users/USER/Library/Logs/CCC.log</string>
        <key>StandardOutPath</key>
        <string>/Users/USER/Library/Logs/CCC.log</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.google.Chrome.framework.plist (checksum 2813695882)
       <?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>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>Label</key>
        <string>com.google.Chrome.framework.service_process/Users/USER/Library/Applicat ion_Support/Google/Chrome</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Program</key>
        <string>/Applications/Google Chrome.app/Contents/Versions/25.0.1364.152/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Google Chrome.app/Contents/Versions/25.0.1364.152/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper</string>
        <string>--type=service</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>ServiceProcessSocket</key>
       ...and 7 more line(s)
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist (checksum 4195197102)
       <?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.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.leadertech.PowerRegister.SEA1.UUID.plist (checksum 2799483814)
       <?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.leadertech.PowerRegister.SEA1.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Seagate Dashboard.app/Contents/Resources/Seagate.app/Contents/Resources/SeagateRegRemin der.app/Contents/MacOS/SeagateRegReminder</string>
        </array>
        <key>StartInterval</key>
        <integer>3600</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.seagate.dashboard.plist (checksum 1981328959)
       <?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.seagate.dashboard</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Seagate Dashboard.app/Contents/MacOS/Seagate Dashboard</string>
        <string>-runMode</string>
        <string>autoLaunched</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist (checksum 3654809970)
       <?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>KeepAlive</key>
         <false/>
         <key>Label</key>
         <string>org.virtualbox.vboxwebsvc</string>
         <key>Program</key>
         <string>/Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv</string>
         <key>Sockets</key>
           <dict>
           <key>Listeners</key>
           <dict>
             <key>SockServiceName</key>
             <string>18083</string>
             <key>SockType</key>
             <string>stream</string>
             <key>SockFamily</key>
             <string>IPv4</string>
           </dict>
         </dict>
       </dict>
       ...and 1 more line(s)
    Global login items
       /Applications/HP LaserJet Software/HP Setup Assistant.app
       /Library/Application Support/hp/laserjet/Trap Monitor/HPEventHandler.app
    Firewall: On
    DNS: 216.40.77.126
    Listeners
       cupsd: ipp
       kdc: kerberos
       launchd: afpovertcp
       launchd: microsoft-ds
    User login items
       iTunesHelper
       - /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app
       VMware Fusion Start Menu
       - /Applications/VMware Fusion.app/Contents/Library/VMware Fusion Start Menu.app
       Google Drive
       - /Applications/Google Drive.app
       Canon IJ Network Scanner Selector2
       - /Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app
       Android File Transfer Agent
       - /Users/USER/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app
       AdobeResourceSynchronizer
       - /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app
       Eye-Fi Helper
       - /Applications/Eye-Fi/Eye-Fi Helper.app
       Google Chrome
       - /Applications/Google Chrome.app
       Launch Nikon Message Center 2
       - /Applications/Nikon Software/Nikon Message Center 2/Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app
    Safari extensions
       Dashlane
    Restricted files: 513
    Lockfiles: 4
    High file counts
       Desktop: 125
    Elapsed time (s): 584

Maybe you are looking for

  • I am trying to use old style figures in Page '14 I guess, the latest version. Do I need to use a specific font? Where should I look.

    I am trying to use old style figures for a school typology project. I can't find them. I think I might need a specific font, but I dont know what that would be.

  • Import Data in Multi Value Picklist

    Hello, Is there a way to import Data in Multi Values Picklist WITHOUT create the values MANUALLY before ? Thank for your help.

  • CFLock, Read-Only Issues

    I am trying to make edits to a previously read-only page. I have added some queries and when I run the page, the queries are not run. I have put the queries in a try/catch block and again, not run. I have even put in random test (i.e. 'asdfasdf') hop

  • Problems Facing in BDC

    Hi All,          I want to know the problems facing in Uploading Xternal file in BDC. Its very Urgent . Points will be rewarded to good ans. Bye.

  • UNPARSABLE Date

    Hi i am using JDEV 11.1.1.3 i have a rich input date in my form.... i getting the value in my backing bean in string format String ProjStartDate = getId4().getValue().toString(); getting value in this format "Sun Mar 06 00:00:00 IST 2011 want 2 cover