Restoring version database history

Hi,
We had performed a system refresh of a DEV system months earlier but had done a mistake of not exporting/importing the version database. Though we had corrected that mistake in our future refresh activities but the problem is now all the version history of that system prior to the date of the first refresh is not available(version histories after that month is available). Now what can be done to get back the version history? We don't have an export of the version history during the first refresh. What is the best possible way of getting back the version history, if possible at all?
Regards,
Arindam

If you don't have an export from the original system, your version database history is gone. For more information, read OSS  Note 130906 - How can versions be transported?

Similar Messages

  • Database history growth not updating after EHP upgrade

    Hi All,
    We are using SAP ECC 6.0 (731 - SP09 )  & DB2 Fix pack 5 version.Database history growth not updating after EHP upgrade. I have check  collector job running fin and DB tab > Configuration > Data Collection Framework > Configuration Collector are in green status.
    Please help me to resolve this issue.
    Regards,
    MK

    Hi MK,
    You can try few things:
    1. Check to collector standard job like SAP_COLLECTOR_FOR_PERFMONITOR should be running succesfully.
    2.If you can check to data collector collection interval column , you will find it to be Not Schedule.
    Try with Repair all collector.
    To make it work properly you have to perform
    Data Collection Full
    Data Collection Incremental
    Hope it helps
    BR Vaibhav

  • Problem with restoring a database from cold backup

    All,
    I've got a 10.2.0.4 database that we perform a cold backup on every night with RMAN. On Sunday 2/21, we have level 0 backup. On Monday-Wednesday nights, we take a cold level 1. We also perform a controlfile auto backup each night.
    On a second server where I want to restore the database (same version of Oracle 10.2.0.4), I've copied the control file auto backups, the level 0 and the most recent level 1. I now want to restore. I use an RMAN script similar to the following to restore the control files:
    connect target /;
    set dbid 1973354860;
    # Restore the controlfile from the tag that auto backed up the controlfile at the end of the level 0
    run
    startup nomount;
    allocate channel c1 type disk;
    restore controlfile to '/u01/app/oracle/oradata/ORADB1/control01.ctl' from AUTOBACKUP;
    restore controlfile to '/u02/app/oracle/oradata/ORADB1/control02.ctl' from AUTOBACKUP;
    restore controlfile to '/u03/app/oracle/oradata/ORADB1/control03.ctl' from AUTOBACKUP;
    release channel c1;
    shutdown immediate;
    After the control files restore successfully, I perform some RMAN checks to ensure that all of the files I need for a recovery are there. The RMAN> list backup of database; command shows all of my backup savesets as AVAILABLE for the level0 and level1 backups.
    I then try a restore database command; and get the following errors:
    RMAN> run
    2> {
    3> allocate channel c1 type disk;
    4> allocate channel c2 type disk;
    5> allocate channel c3 type disk;
    6> allocate channel c4 type disk;
    7> restore database from tag='TAG20100221T200045';
    8> }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: sid=74 devtype=DISK
    allocated channel: c2
    channel c2: sid=70 devtype=DISK
    allocated channel: c3
    channel c3: sid=166 devtype=DISK
    allocated channel: c4
    channel c4: sid=168 devtype=DISK
    Starting restore at 25-FEB-10
    released channel: c1
    released channel: c2
    released channel: c3
    released channel: c4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 02/25/2010 13:33:19
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 44 found to restore
    RMAN-06023: no backup or copy of datafile 43 found to restore
    RMAN-06023: no backup or copy of datafile 42 found to restore
    RMAN-06023: no backup or copy of datafile 40 found to restore
    RMAN-06023: no backup or copy of datafile 39 found to restore
    RMAN-06023: no backup or copy of datafile 38 found to restore
    RMAN-06023: no backup or copy of datafile 37 found to restore
    RMAN-06023: no backup or copy of datafile 36 found to restore
    RMAN-06023: no backup or copy of datafile 35 found to restore
    RMAN-06023: no backup or copy of datafile 34 found to restore
    RMAN-06023: no backup or copy of datafile 33 found to restore
    RMAN-06023: no backup or copy of datafile 32 found to restore
    RMAN-06023: no backup or copy of datafile 31 found to restore
    RMAN-06023: no backup or copy of datafile 30 found to restore
    RMAN-06023: no backup or copy of datafile 29 found to restore
    RMAN-06023: no backup or copy of datafile 28 found to restore
    RMAN-06023: no backup or copy of datafile 27 found to restore
    RMAN-06023: no backup or copy of datafile 26 found to restore
    RMAN-06023: no backup or copy of datafile 25 found to restore
    RMAN-06023: no backup or copy of datafile 24 found to restore
    RMAN-06023: no backup or copy of datafile 23 found to restore
    RMAN-06023: no backup or copy of datafile 22 found to restore
    RMAN-06023: no backup or copy of datafile 21 found to restore
    RMAN-06023: no backup or copy of datafile 20 found to restore
    RMAN-06023: no backup or copy of datafile 19 found to restore
    RMAN-06023: no backup or copy of datafile 18 found to restore
    RMAN-06023: no backup or copy of datafile 17 found to restore
    RMAN-06023: no backup or copy of datafile 16 found to restore
    RMAN-06023: no backup or copy of datafile 15 found to restore
    RMAN-06023: no backup or copy of datafile 14 found to restore
    RMAN-06023: no backup or copy of datafile 13 found to restore
    RMAN-06023: no backup or copy of datafile 12 found to restore
    RMAN-06023: no backup or copy of datafile 11 found to restore
    RMAN-06023: no backup or copy of datafile 10 found to restore
    RMAN-06023: no backup or copy of datafile 9 found to restore
    RMAN-06023: no backup or copy of datafile 8 found to restore
    RMAN-06023: no backup or copy of datafile 7 found to restore
    RMAN-06023: no backup or copy of datafile 6 found to restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    RMAN>
    But I know from the RMAN crosscheck and list backup commands that the savesets are available on disk. For example:
    RMAN> list backup of datafile 1;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4875 Incr 0 4.37G DISK 00:22:53 21-FEB-10
    BP Key: 4875 Status: AVAILABLE Compressed: YES Tag: TAG20100221T200045
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4929_piece_1_date_20100221_711578185
    List of Datafiles in backup set 4875
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 5086110241948 21-FEB-10 /u01/app/oracle/oradata/ORADB1/system01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4894 Incr 1 1.92G DISK 00:13:46 24-FEB-10
    BP Key: 4894 Status: AVAILABLE Compressed: YES Tag: TAG20100224T200037
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4949_piece_1_date_20100224_711836434
    List of Datafiles in backup set 4894
    File LV Type Ckp SCN Ckp Time Name
    1 1 Incr 5086113791743 24-FEB-10 /u01/app/oracle/oradata/ORADB1/system01.dbf
    RMAN> list backup of datafile 44; (the first one in the list above)
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4872 Incr 0 7.15G DISK 00:35:17 21-FEB-10
    BP Key: 4872 Status: AVAILABLE Compressed: YES Tag: TAG20100221T200045
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4927_piece_1_date_20100221_711576046
    List of Datafiles in backup set 4872
    File LV Type Ckp SCN Ckp Time Name
    44 0 Incr 5086110241948 21-FEB-10 /u04/app/oracle/oradata/ORADB1/NETINSIGHT_INDEXES_03.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4893 Incr 1 4.06G DISK 00:26:52 24-FEB-10
    BP Key: 4893 Status: AVAILABLE Compressed: YES Tag: TAG20100224T200037
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4947_piece_1_date_20100224_711835238
    List of Datafiles in backup set 4893
    File LV Type Ckp SCN Ckp Time Name
    44 1 Incr 5086113791743 24-FEB-10 /u04/app/oracle/oradata/ORADB1/NETINSIGHT_INDEXES_03.dbf
    As you can see, the level 0 and level 1 backups are showing as available. To double check, I perform a crosscheck backup of database;
    RMAN> crosscheck backup of database;
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=74 devtype=DISK
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4927_piece_1_date_20100221_711576046 recid=4872 stamp=711576046
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4928_piece_1_date_20100221_711576046 recid=4873 stamp=711576046
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4930_piece_1_date_20100221_711578189 recid=4874 stamp=711578189
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4929_piece_1_date_20100221_711578185 recid=4875 stamp=711578186
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4932_piece_1_date_20100221_711579570 recid=4876 stamp=711579570
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4931_piece_1_date_20100221_711579392 recid=4877 stamp=711579393
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4934_piece_1_date_20100221_711580369 recid=4878 stamp=711580370
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4935_piece_1_date_20100221_711580535 recid=4879 stamp=711580535
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4933_piece_1_date_20100221_711580122 recid=4880 stamp=711580123
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4948_piece_1_date_20100224_711835237 recid=4892 stamp=711835238
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4947_piece_1_date_20100224_711835238 recid=4893 stamp=711835238
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4949_piece_1_date_20100224_711836434 recid=4894 stamp=711836436
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4950_piece_1_date_20100224_711836866 recid=4895 stamp=711836866
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4951_piece_1_date_20100224_711837267 recid=4896 stamp=711837268
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4952_piece_1_date_20100224_711837971 recid=4897 stamp=711837972
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4953_piece_1_date_20100224_711837989 recid=4898 stamp=711837989
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4955_piece_1_date_20100224_711838522 recid=4899 stamp=711838522
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=/u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4954_piece_1_date_20100224_711838520 recid=4900 stamp=711838521
    Crosschecked 18 objects
    RMAN>
    So I'm unclear as to why RMAN believes the backups of these files don't exist when I attempt to restore the database. Anyone have a clue?
    NOTE: I've also tried to restore spcifically with the tag= clause but I get the same results:
    RMAN> restore database from tag='TAG20100221T200045';
    Starting restore at 25-FEB-10
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 02/25/2010 13:41:04
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 44 found to restore
    RMAN-06023: no backup or copy of datafile 43 found to restore
    RMAN-06023: no backup or copy of datafile 42 found to restore
    RMAN-06023: no backup or copy of datafile 40 found to restore
    RMAN-06023: no backup or copy of datafile 39 found to restore
    RMAN-06023: no backup or copy of datafile 38 found to restore
    RMAN-06023: no backup or copy of datafile 37 found to restore
    RMAN-06023: no backup or copy of datafile 36 found to restore
    RMAN-06023: no backup or copy of datafile 35 found to restore
    RMAN-06023: no backup or copy of datafile 34 found to restore
    RMAN-06023: no backup or copy of datafile 33 found to restore
    RMAN-06023: no backup or copy of datafile 32 found to restore
    RMAN-06023: no backup or copy of datafile 31 found to restore
    RMAN-06023: no backup or copy of datafile 30 found to restore
    RMAN-06023: no backup or copy of datafile 29 found to restore
    RMAN-06023: no backup or copy of datafile 28 found to restore
    RMAN-06023: no backup or copy of datafile 27 found to restore
    RMAN-06023: no backup or copy of datafile 26 found to restore
    RMAN-06023: no backup or copy of datafile 25 found to restore
    RMAN-06023: no backup or copy of datafile 24 found to restore
    RMAN-06023: no backup or copy of datafile 23 found to restore
    RMAN-06023: no backup or copy of datafile 22 found to restore
    RMAN-06023: no backup or copy of datafile 21 found to restore
    RMAN-06023: no backup or copy of datafile 20 found to restore
    RMAN-06023: no backup or copy of datafile 19 found to restore
    RMAN-06023: no backup or copy of datafile 18 found to restore
    RMAN-06023: no backup or copy of datafile 17 found to restore
    RMAN-06023: no backup or copy of datafile 16 found to restore
    RMAN-06023: no backup or copy of datafile 15 found to restore
    RMAN-06023: no backup or copy of datafile 14 found to restore
    RMAN-06023: no backup or copy of datafile 13 found to restore
    RMAN-06023: no backup or copy of datafile 12 found to restore
    RMAN-06023: no backup or copy of datafile 11 found to restore
    RMAN-06023: no backup or copy of datafile 10 found to restore
    RMAN-06023: no backup or copy of datafile 9 found to restore
    RMAN-06023: no backup or copy of datafile 8 found to restore
    RMAN-06023: no backup or copy of datafile 7 found to restore
    RMAN-06023: no backup or copy of datafile 6 found to restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore

    Just as a follow on to my last post, after the RMAN-06023 messages, I list backups of the three datafiles and as you can see RMAN thinks that they are available. If I exit RMAN and list them at the OS level, they are where RMAN things they should be:
    RMAN> restore database;
    Starting restore at 25-FEB-10
    using channel ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 02/25/2010 16:17:39
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    RMAN> list backup of datafile 4;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4880 Incr 0 1.36G DISK 00:08:57 21-FEB-10
    BP Key: 4880 Status: AVAILABLE Compressed: YES Tag: TAG20100221T200045
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4933_piece_1_date_20100221_711580122
    List of Datafiles in backup set 4880
    File LV Type Ckp SCN Ckp Time Name
    4 0 Incr 5086110241948 21-FEB-10 /u02/app/oracle/oradata/ORADB1/users01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4890 Incr 1 934.82M DISK 00:09:42 22-FEB-10
    BP Key: 4890 Status: AVAILABLE Compressed: YES Tag: TAG20100222T200047
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4943_piece_1_date_20100222_711664989
    List of Datafiles in backup set 4890
    File LV Type Ckp SCN Ckp Time Name
    4 1 Incr 5086111401249 22-FEB-10 /u02/app/oracle/oradata/ORADB1/users01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4898 Incr 1 947.57M DISK 00:08:49 24-FEB-10
    BP Key: 4898 Status: AVAILABLE Compressed: YES Tag: TAG20100224T200037
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4953_piece_1_date_20100224_711837989
    List of Datafiles in backup set 4898
    File LV Type Ckp SCN Ckp Time Name
    4 1 Incr 5086113791743 24-FEB-10 /u02/app/oracle/oradata/ORADB1/users01.dbf
    RMAN>
    RMAN> list backup of datafile 3;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4874 Incr 0 2.65G DISK 00:19:50 21-FEB-10
    BP Key: 4874 Status: AVAILABLE Compressed: YES Tag: TAG20100221T200045
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4930_piece_1_date_20100221_711578189
    List of Datafiles in backup set 4874
    File LV Type Ckp SCN Ckp Time Name
    3 0 Incr 5086110241948 21-FEB-10 /u02/app/oracle/oradata/ORADB1/sysaux01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4885 Incr 1 1.95G DISK 00:15:54 22-FEB-10
    BP Key: 4885 Status: AVAILABLE Compressed: YES Tag: TAG20100222T200047
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4940_piece_1_date_20100222_711663910
    List of Datafiles in backup set 4885
    File LV Type Ckp SCN Ckp Time Name
    3 1 Incr 5086111401249 22-FEB-10 /u02/app/oracle/oradata/ORADB1/sysaux01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4895 Incr 1 1.97G DISK 00:18:13 24-FEB-10
    BP Key: 4895 Status: AVAILABLE Compressed: YES Tag: TAG20100224T200037
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4950_piece_1_date_20100224_711836866
    List of Datafiles in backup set 4895
    File LV Type Ckp SCN Ckp Time Name
    3 1 Incr 5086113791743 24-FEB-10 /u02/app/oracle/oradata/ORADB1/sysaux01.dbf
    RMAN>
    RMAN>
    RMAN> list backup of datafile 1;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4875 Incr 0 4.37G DISK 00:22:53 21-FEB-10
    BP Key: 4875 Status: AVAILABLE Compressed: YES Tag: TAG20100221T200045
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level0_set_4929_piece_1_date_20100221_711578185
    List of Datafiles in backup set 4875
    File LV Type Ckp SCN Ckp Time Name
    1 0 Incr 5086110241948 21-FEB-10 /u01/app/oracle/oradata/ORADB1/system01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4884 Incr 1 1.93G DISK 00:12:34 22-FEB-10
    BP Key: 4884 Status: AVAILABLE Compressed: YES Tag: TAG20100222T200047
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4939_piece_1_date_20100222_711663601
    List of Datafiles in backup set 4884
    File LV Type Ckp SCN Ckp Time Name
    1 1 Incr 5086111401249 22-FEB-10 /u01/app/oracle/oradata/ORADB1/system01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    4894 Incr 1 1.92G DISK 00:13:46 24-FEB-10
    BP Key: 4894 Status: AVAILABLE Compressed: YES Tag: TAG20100224T200037
    Piece Name: /u03/oracle_backups/ORADB1/offline/ORADB1_level1_set_4949_piece_1_date_20100224_711836434
    List of Datafiles in backup set 4894
    File LV Type Ckp SCN Ckp Time Name
    1 1 Incr 5086113791743 24-FEB-10 /u01/app/oracle/oradata/ORADB1/system01.dbf
    RMAN> exit
    $ ls -ltr /u03/oracle_backups/ORADB1/offline
    total 59743688
    -rwx------ 1 oracle oinstall 7677960192 2010-02-25 11:13 ORADB1_level0_set_4927_piece_1_date_20100221_711576046
    -rwx------ 1 oracle oinstall 7980834816 2010-02-25 11:24 ORADB1_level0_set_4928_piece_1_date_20100221_711576046
    -rwx------ 1 oracle oinstall 4691853312 2010-02-25 11:29 ORADB1_level0_set_4929_piece_1_date_20100221_711578185
    -rwx------ 1 oracle oinstall 2847391744 2010-02-25 11:34 ORADB1_level0_set_4930_piece_1_date_20100221_711578189
    -rwx------ 1 oracle oinstall 3530924032 2010-02-25 11:39 ORADB1_level0_set_4931_piece_1_date_20100221_711579392
    -rwx------ 1 oracle oinstall 1566449664 2010-02-25 11:41 ORADB1_level0_set_4932_piece_1_date_20100221_711579570
    -rwx------ 1 oracle oinstall 1459781632 2010-02-25 11:43 ORADB1_level0_set_4933_piece_1_date_20100221_711580122
    -rwx------ 1 oracle oinstall 561774592 2010-02-25 11:44 ORADB1_level0_set_4934_piece_1_date_20100221_711580369
    -rwx------ 1 oracle oinstall 58753024 2010-02-25 11:44 ORADB1_level0_set_4935_piece_1_date_20100221_711580535
    -rwx------ 1 oracle oinstall 4364124160 2010-02-25 11:56 ORADB1_level1_set_4947_piece_1_date_20100224_711835238
    -rwx------ 1 oracle oinstall 2971877376 2010-02-25 12:01 ORADB1_level1_set_4948_piece_1_date_20100224_711835237
    -rwx------ 1 oracle oinstall 2066546688 2010-02-25 12:03 ORADB1_level1_set_4949_piece_1_date_20100224_711836434
    -rwx------ 1 oracle oinstall 2119360512 2010-02-25 12:06 ORADB1_level1_set_4950_piece_1_date_20100224_711836866
    -rwx------ 1 oracle oinstall 1003356160 2010-02-25 12:06 ORADB1_level1_set_4951_piece_1_date_20100224_711837267
    -rwx------ 1 oracle oinstall 1637105664 2010-02-25 12:08 ORADB1_level1_set_4952_piece_1_date_20100224_711837971
    -rwx------ 1 oracle oinstall 993607680 2010-02-25 12:08 ORADB1_level1_set_4953_piece_1_date_20100224_711837989
    -rwx------ 1 oracle oinstall 1130496 2010-02-25 12:09 ORADB1_level1_set_4955_piece_1_date_20100224_711838522
    -rwx------ 1 oracle oinstall 283344896 2010-02-25 12:09 ORADB1_level1_set_4954_piece_1_date_20100224_711838520
    -rwx------ 1 oracle oinstall 4344365056 2010-02-25 16:01 ORADB1_level1_set_4937_piece_1_date_20100222_711662448
    -rwx------ 1 oracle oinstall 2959015936 2010-02-25 16:05 ORADB1_level1_set_4938_piece_1_date_20100222_711662448
    -rwx------ 1 oracle oinstall 2067202048 2010-02-25 16:07 ORADB1_level1_set_4939_piece_1_date_20100222_711663601
    -rwx------ 1 oracle oinstall 2089304064 2010-02-25 16:08 ORADB1_level1_set_4940_piece_1_date_20100222_711663910
    -rwx------ 1 oracle oinstall 955711488 2010-02-25 16:09 ORADB1_level1_set_4941_piece_1_date_20100222_711664370
    -rwx------ 1 oracle oinstall 1623564288 2010-02-25 16:11 ORADB1_level1_set_4942_piece_1_date_20100222_711664872
    -rwx------ 1 oracle oinstall 980238336 2010-02-25 16:12 ORADB1_level1_set_4943_piece_1_date_20100222_711664989
    -rwx------ 1 oracle oinstall 280952832 2010-02-25 16:12 ORADB1_level1_set_4944_piece_1_date_20100222_711665385
    -rwx------ 1 oracle oinstall 1130496 2010-02-25 16:12 ORADB1_level1_set_4945_piece_1_date_20100222_711665521

  • Restore NOARCHIVELOG database in oracle 9i

    Hello guys,
    Please help me establish a way to restore my db.
    Here is the scenario ...
    The db version 9.2 was installed and running in the server (Windows).
    The DB was installed in D: drive.
    The C: drive of the server failed, so the server went down.
    The DB was up and running by the time.
    After dealing and starting up the server, Oracle was not starting.
    I made a copy of the entire folder in which oracle resided (D:\Oracle)
    No backup, just a copy and paste of the folder in another drive.
    Now, I installed a new copy of Oracle db 9.2 , and I wonder how can I restore the db.
    The previous db was in NOARCHIVELOG mode.
    I have read that the only way is to perform a cold restore ... I have tried in different ways, but I think that
    the problem is with the fact that I do not posses a real "backup" of my db.
    >
    Only cold backups (that is, backups created when the database was shut down normally) can be used in restoring a database in NOARCHIVELOG mode
    >
    Can you sugest me any ideas on resolving this?

    Hello,
    I applied the followings, and I think I am up with something right now ..
    Below are the steps:
    1 - I created the database with the same name.
    SQL> shutdown immediateI copied all files from the folder I made a copy into the
    D:\oracle\oradata\db_name
    Then I applied:
    SQL> startup nomountAfter that I applied
    CREATE CONTROLFILE REUSE DATABASE "db_name" NORESETLOGS NOARCHIVELOG
    MAXLOGFILES 50
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 113
    LOGFILE
    GROUP 1 'D:\oracle\oradata\db_name\REDO01.LOG' SIZE 100M,
    GROUP 2 'D:\oracle\oradata\db_name\REDO02.LOG' SIZE 100M,
    GROUP 3 'D:\oracle\oradata\db_name\REDO03.LOG' SIZE 100M
    DATAFILE
    'D:\oracle\oradata\db_name\CWMLITE01.DBF',
    'D:\oracle\oradata\db_name\DRSYS01.DBF',
    'D:\oracle\oradata\db_name\EXAMPLE01.DBF',
    'D:\oracle\oradata\db_name\INDX01.DBF',
    'D:\oracle\oradata\db_name\ODM01.DBF',
    'D:\oracle\oradata\db_name\SYSTEM01.DBF',
    'D:\oracle\oradata\db_name\TEMP01.DBF',
    'D:\oracle\oradata\db_name\TOOLS01.DBF',
    'D:\oracle\oradata\db_name\UNDOTBS01.DBF',
    'D:\oracle\oradata\db_name\USERS01.DBF',
    'D:\oracle\oradata\db_name\XDB01.DBF'
    CHARACTER SET WE8MSWIN1252Here it yeld an error saying that
    >
    TEMP01.DBF is not a database file
    >
    I removed from the above, and it went ok.
    After that I opened up the db and it looks fine now
    Any advise on the below
    >
    TEMP01.DBF is not a database file
    >
    I have some data there, but I do not know what to ....
    The most strange thing I note, is this:
    If I apply:
    Select *
    From table_nameI see the results, but if I go and apply:
    Select count(1)
    From table_nameIt says:
    ERROR at line 2:
    ORA-00376: file 11 cannot be read at this time
    ORA-01111: name for data file 11 is unknown - rename to correct file
    ORA-01110: data file 11: 'D:\ORACLE\ORA92\DATABASE\MISSING00011'Moreover, if I go from EM console and apply:
    Select *
    From table_name
    order by fieldit says
    ORA-25153 tEMPORARY TABLESPACE IS EMPTYAny ideas?

  • Can I repair Pictures/iPhoto Library/Database/History/Changes/.....plist

    Tech tool pro is giving me a list of four playlists with unrepairable errors. Should I delete them, try to find them somewhere in my Time Machine backup or just ignore them? I have listed them below. Everything seems to work but I have nearly 20 000 pictures.
    Close tag on line 50787 does not match open tag integer:
    /Volumes/Untitled/Users/myname/Pictures/iPhoto Library/Database/History/Changes/0000000002.plist
    Encountered unexpected character d on line 906:
    /Volumes/Untitled/Users/myname/Pictures/iPhoto Library/Database/History/Changes/0000000003.plist
    Encountered unexpected character d on line 23777:
    /Volumes/Untitled/Users/myname/Pictures/iPhoto Library/Database/History/Changes/0000000004.plist
    Found non-key inside <dict> at line 195087:
    /Volumes/Untitled/Users/myname/Pictures/iPhoto Library/Database/History/Changes/0000000006.plist
    Using version  9.4.2

    Hi Terence,
    If you could please help me.
    Thanks.
    Bidhan.
    Process:         iPhoto [1332]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4.2 (9.4.2)
    Build Info:      iPhotoProject-710042000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [198]
    User ID:         501
    Date/Time:       2012-12-27 15:34:59.449 +0530
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          54712 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  7162 sec
    Per-App Crashes Since Last Report:   13
    Anonymous UUID:                      9C0087D9-04E5-50E9-22E9-7DDA1C8551B6
    Crashed Thread:  18  Import thread 0
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000c49
    VM Regions Near 0xc49:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/iPhoto.app/Contents/MacOS/iPhoto
        VM_ALLOCATE            0000000000001000-000000000003a000 [  228K] ---/--- SM=NUL 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x92f9c7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92f9bcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x93107599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9310cf7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9310c63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9310c4ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x9813b15a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x9813aec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x9813ad44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x9081fa3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x9081f26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x908156cc -[NSApplication run] + 855
    12  com.apple.AppKit                        0x907b86f6 NSApplicationMain + 1053
    13  com.apple.iPhoto                        0x00049c99 0x3a000 + 64665
    14  com.apple.iPhoto                        0x000492e5 0x3a000 + 62181
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x92f9ec02 __select_nocancel + 10
    1   libdispatch.dylib                       0x97962a08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib                       0x979627a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fe2e12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fe1efa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fe2e12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fe1efa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fe2e12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fe1efa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fe2e12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fe1efa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fe2e12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fe1efa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fe2e12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fe1efa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fe2e12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01fe1efa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x92f9f0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x98af604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x98af5e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98addcca start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x92f9f0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x98af604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x98af5e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98addcca start_wqthread + 30
    Thread 11:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x960953c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x960951ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9609a740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x0262f48f -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   libobjc.A.dylib                         0x923c8586 -[NSObject performSelector:] + 62
    8   com.apple.proxtcore                     0x01febdf9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   libobjc.A.dylib                         0x923c85d3 -[NSObject performSelector:withObject:] + 70
    10  com.apple.proxtcore                     0x01fe422c -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore                     0x01fe3aef -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore                     0x01fe3313 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore                     0x01fe1f10 -[XTThread run:] + 434
    14  com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    15  com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    16  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    17  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 12:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x92f9c7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x92f9bcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x93107599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9310cf7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9310c63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9310c4ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9600313a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    8   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    10  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 13:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x92f9ebe6 __select + 10
    1   com.apple.CoreFoundation                0x93150c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    3   libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x92f9f0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x98af604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x98af5e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98addcca start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib                  0x92f9f0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x98af604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x98af5e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98addcca start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib                  0x92f9f0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x98af604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x98af5e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98addcca start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x98b7e0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x96065734 -[NSCondition wait] + 274
    4   com.apple.iPhoto                        0x0008ba64 0x3a000 + 334436
    5   com.apple.iPhoto                        0x0008b672 0x3a000 + 333426
    6   com.apple.CoreFoundation                0x93162d6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x93162ca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x0264b85b -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x0265c5f4 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x923c85d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x01febdf9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x923c85d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x01fe422c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x01fe3aef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x01fe3313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x01fe1f10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    20  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 18 Crashed:: Import thread 0
    0   com.apple.QuickTimeComponents.component          0x91d4a129 0x91640000 + 7381289
    1   com.apple.QuickTimeComponents.component          0x91d4ccbd 0x91640000 + 7392445
    2   com.apple.QuickTimeComponents.component          0x91d34e52 0x91640000 + 7294546
    3   com.apple.CoreServices.CarbonCore          0x92963adb callComponentStorage_44 + 25
    4   com.apple.CoreServices.CarbonCore          0x92954abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    5   com.apple.CoreServices.CarbonCore          0x92954aff CallComponentFunctionWithStorageProcInfo + 30
    6   com.apple.QuickTimeComponents.component          0x91d3360d JPEG_DComponentDispatch + 77
    7   com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    8   com.apple.CoreServices.CarbonCore          0x928ceb48 CallComponentDispatch + 29
    9   com.apple.QuickTimeComponents.component          0x921d1c21 0x91640000 + 12131361
    10  com.apple.QuickTimeComponents.component          0x91d2f51b 0x91640000 + 7271707
    11  com.apple.QuickTimeComponents.component          0x91d30aef 0x91640000 + 7277295
    12  com.apple.QuickTimeComponents.component          0x91d31ea8 0x91640000 + 7282344
    13  com.apple.CoreServices.CarbonCore          0x92963adb callComponentStorage_44 + 25
    14  com.apple.CoreServices.CarbonCore          0x92954abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    15  com.apple.CoreServices.CarbonCore          0x92954aff CallComponentFunctionWithStorageProcInfo + 30
    16  com.apple.QuickTimeComponents.component          0x91d2e187 Base_CDComponentDispatch + 81
    17  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    18  com.apple.CoreServices.CarbonCore          0x928ceb65 DelegateComponentCall + 24
    19  com.apple.QuickTimeComponents.component          0x91d33625 JPEG_DComponentDispatch + 101
    20  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    21  com.apple.CoreServices.CarbonCore          0x928ceb48 CallComponentDispatch + 29
    22  com.apple.QuickTime                     0x98f31f4d ImageCodecBandDecompress + 43
    23  com.apple.QuickTime                     0x98f25b05 DoBandedDecompress + 17336
    24  com.apple.QuickTime                     0x98f216e0 ICMAction + 1286
    25  com.apple.QuickTime                     0x98f20fd0 ICMDeviceLoop + 3924
    26  com.apple.QuickTime                     0x98f270a0 DecompressSequenceFrameWhen + 803
    27  com.apple.QuickTime                     0x98f26d74 DecompressSequenceFrameS + 61
    28  com.apple.QuickTimeImporters.component          0x900b97ad importGraphicDrawInternal + 1834
    29  com.apple.QuickTimeImporters.component          0x900b31ea importGraphicDrawOrDecide + 1782
    30  com.apple.CoreServices.CarbonCore          0x92954abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    31  com.apple.CoreServices.CarbonCore          0x92954aff CallComponentFunctionWithStorageProcInfo + 30
    32  com.apple.QuickTimeImporters.component          0x900b1d31 ImportGraphicComponentDispatch + 81
    33  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    34  com.apple.CoreServices.CarbonCore          0x928ceb65 DelegateComponentCall + 24
    35  com.apple.QuickTimeImporters.component          0x90050768 ImportJFIFComponentDispatch + 98
    36  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    37  com.apple.CoreServices.CarbonCore          0x928ceb48 CallComponentDispatch + 29
    38  com.apple.QuickTimeComponents.component          0x921d2b61 0x91640000 + 12135265
    39  com.apple.QuickTimeComponents.component          0x91f0fbe0 0x91640000 + 9239520
    40  com.apple.CoreServices.CarbonCore          0x9296391f callComponentStorage_444 + 32
    41  com.apple.CoreServices.CarbonCore          0x92954abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    42  com.apple.CoreServices.CarbonCore          0x92954aff CallComponentFunctionWithStorageProcInfo + 30
    43  com.apple.QuickTimeComponents.component          0x91f0eb92 ExportBaseComponentDispatch + 81
    44  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    45  com.apple.CoreServices.CarbonCore          0x928ceb65 DelegateComponentCall + 24
    46  com.apple.QuickTimeComponents.component          0x91f133e2 ExportJFIFComponentDispatch + 98
    47  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    48  com.apple.CoreServices.CarbonCore          0x928ceb48 CallComponentDispatch + 29
    49  com.apple.QuickTimeComponents.component          0x921d3825 0x91640000 + 12138533
    50  com.apple.QuickTimeComponents.component          0x91f0f125 0x91640000 + 9236773
    51  com.apple.CoreServices.CarbonCore          0x92963adb callComponentStorage_44 + 25
    52  com.apple.CoreServices.CarbonCore          0x92954abf CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 45
    53  com.apple.CoreServices.CarbonCore          0x92954aff CallComponentFunctionWithStorageProcInfo + 30
    54  com.apple.QuickTimeComponents.component          0x91f0eb92 ExportBaseComponentDispatch + 81
    55  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    56  com.apple.CoreServices.CarbonCore          0x928ceb65 DelegateComponentCall + 24
    57  com.apple.QuickTimeComponents.component          0x91f133e2 ExportJFIFComponentDispatch + 98
    58  com.apple.CoreServices.CarbonCore          0x928ceaee CallComponent + 151
    59  com.apple.CoreServices.CarbonCore          0x928ceb48 CallComponentDispatch + 29
    60  com.apple.QuickTime                     0x991128b7 GraphicsExportDoExport + 43
    61  com.apple.iPhoto                        0x0015e5b9 0x3a000 + 1197497
    62  com.apple.iPhoto                        0x0015e0e1 0x3a000 + 1196257
    63  com.apple.iPhoto                        0x00159212 0x3a000 + 1176082
    64  com.apple.iPhoto                        0x00157ead 0x3a000 + 1171117
    65  libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    66  libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 19:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x92f9e8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98af8289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98af8512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x9a55cfe9 CVDisplayLink::waitUntil(unsigned long long) + 297
    4   com.apple.CoreVideo                     0x9a55c078 CVDisplayLink::runIOThread() + 658
    5   com.apple.CoreVideo                     0x9a55bdce startIOThread(void*) + 160
    6   libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    7   libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 20:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x92f9ec72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x98b7da61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x98b7d92a usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x90a04d4d -[NSUIHeartBeat _heartBeatThread:] + 879
    4   com.apple.Foundation                    0x960671d8 -[NSThread main] + 45
    5   com.apple.Foundation                    0x9606715b __NSThread__main__ + 1396
    6   libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    7   libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 21:
    0   libsystem_c.dylib                       0x98adf5e0 strlen + 16
    1   libsystem_c.dylib                       0x98af4167 pthread_setname_np + 33
    2   com.apple.QuickTimeComponents.component          0x91d4d4fc 0x91640000 + 7394556
    3   libsystem_c.dylib                       0x98af3557 _pthread_start + 344
    4   libsystem_c.dylib                       0x98addcee thread_start + 34
    Thread 18 crashed with X86 Thread State (32-bit):
      eax: 0x00000001  ebx: 0x7fadc0c0  ecx: 0x7fad0000  edx: 0x000000c0
      edi: 0xb0101a78  esi: 0x7fadf440  ebp: 0xb0101a98  esp: 0xb0101a40
       ss: 0x00000023  efl: 0x00010246  eip: 0x91d4a129   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000c49
    Logical CPU: 0
    Binary Images:
       0x3a000 -   0xd26feb  com.apple.iPhoto (9.4.2 - 9.4.2) <3AC6405B-33E2-3184-9F20-4C9CC5256A3A> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xeb8000 -   0xf92ffc  org.python.python (2.6.7 - 2.6.7) <AEF0F842-12A1-3139-9187-6B33EBE4100F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfdd000 -   0xfe5fff  com.apple.PhotoFoundation (1.0 - 10.17) <228E0350-AA23-372E-8D42-5285DEF45C2D> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x1055000 -  0x1231ffb  com.apple.geode (1.5.3 - 270.7) <F09009D2-846B-3190-965A-D6600D682573> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x12c2000 -  0x12c7ff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <65A74F18-5020-31EC-B7E9-EBC14E2D9CA1> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x12d1000 -  0x1300ff7  com.apple.iLifeAssetManagement (2.7 - 40.34) <2B65BA8A-2C25-360D-B50E-0A9EECA1CE57> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x1322000 -  0x1349ff3  com.apple.iPhoto.Tessera (1.1 - 70.18) <F190FD9B-9CC9-3D4D-9744-113F7CA36097> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x135e000 -  0x1382ffb  com.apple.iPhoto.Tellus (1.3 - 70.18) <768463A7-60B4-3D50-B36B-D6E5AFA43DC9> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x139a000 -  0x13a5fff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <86E53BF3-BCAD-36F9-999B-013E359EF079> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x13b2000 -  0x13c7ffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <4A781CBF-9764-3531-91E0-94C5B4DFCFDF> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x13d4000 -  0x13fdff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <F5A4CCC3-E5E2-3451-96FD-40BA328605B6> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x1416000 -  0x1418fff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x141e000 -  0x1429ff7  com.apple.UpgradeChecker (9.2 - 9.2) <D34CC218-8200-34D7-816C-B747EE4BF5F7> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1432000 -  0x14b1ff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x14f6000 -  0x1614ff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x16c8000 -  0x16ddff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <2EB77610-6036-3CCD-9A93-51F7D6DE6EB2> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x16ee000 -  0x1a87ff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <36D94EEC-7C08-31C9-BE91-612EBCE8E528> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1b82000 -  0x1e13ff3  com.apple.iLifePageLayout (1.3 - 200.9) <067ACE80-5B73-39EE-850B-E392F6573AAC> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1eec000 -  0x1f83ff7  com.apple.MobileMe (13 - 1.0.4) <5E6C6DEC-1F48-358F-8117-40FAAEB8AFAD> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1fde000 -  0x2046ff3  com.apple.proxtcore (1.4.1 - 250.56) <BBADA727-FB78-32AF-8D45-4498F68343A7> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x208b000 -  0x2189ff7  com.apple.iLifeSQLAccess (1.7.1 - 60.5) <845C6292-8EC2-3B4A-8E2E-8D98986148C2> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x21d1000 -  0x21fcffb  com.apple.ProUtils (1.1 - 200.36) <DD23930A-A4CD-36B5-A3CB-0C4D61A2E4A6> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x2214000 -  0x227ffff  com.apple.iLifeKit (1.3.1 - 156.11) <61CDA3C7-7EEA-38B7-8458-E91BD8BF214A> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x22c3000 -  0x24f4ff3  com.apple.prokit (7.3.1 - 1943) <4F8BB1EA-FA77-3B98-8889-8045F3F23A38> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x260c000 -  0x2b38ffb  com.apple.RedRock (1.9.4 - 310.33) <548258F5-3AE9-3AD4-B986-A9674D131164> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2d36000 -  0x2d59ffb  com.apple.AOSAccounts (1.1.2 - 1.1.94) <B0C709CB-DB8D-37D3-A58C-542703F4856B> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2d72000 -  0x2d72fff  com.apple.SafariServices.framework (8536 - 8536.26.17) <7AC5C0A5-0A71-33DD-A5C2-72545BEE3D3C> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x2d78000 -  0x2d7fff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x2d8a000 -  0x2d8affc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2d90000 -  0x2ffffff  com.apple.CalendarStore (6.0 - 1245) <F1909196-2119-3516-952D-32E756BCC04D> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x3105000 -  0x3161fff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x3191000 -  0x31c3ff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x31d7000 -  0x31e0fff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x31ea000 -  0x31f2ff3  com.apple.AppSandbox (2.0 - 1) <5C586FB0-9EBB-3F14-A63F-497C7A034359> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x31fc000 -  0x3240ff3  com.apple.CalDAV (6.0 - 112.5) <DF589033-DBDE-3162-A17D-401B39897767> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x3272000 -  0x327bff3  com.apple.CalendarAgentLink (1.0 - 37) <2D0AFE12-0235-3B60-B786-0EC07AC9F52C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x328b000 -  0x329cfff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x32ae000 -  0x3310fff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x334a000 -  0x334aff7 +cl_kernels (???) <A8FAE489-C7F7-4AD0-9489-10AAEDF03135> cl_kernels
    0x334c000 -  0x3399ffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x33ee000 -  0x343cfff  com.apple.iCalendar (6.0 - 126.5) <C30CAF95-3D02-3E2E-8855-51DCDF8DB219> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x3468000 -  0x3475ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x3480000 -  0x35ccfff  com.apple.syncservices (7.0 - 713) <442C8E15-8870-3D65-98EC-82C0E2580EC0> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x3648000 -  0x36b5ffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x36e3000 -  0x370aff3  libsandbox.1.dylib (220) <D05340F5-32E0-31C7-9D26-28804F4723D6> /usr/lib/libsandbox.1.dylib
    0x3711000 -  0x3724ff3  com.apple.AppContainer (2.0 - 1) <799C8E8B-F983-3A3D-91CF-A2C9B5B7D007> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x3736000 -  0x373afff  com.apple.SecCodeWrapper (2.0 - 1) <EBB54594-C7F3-37FA-9759-09BD098ED688> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x3741000 -  0x3742ffd +cl_kernels (???) <B0D711C8-51E7-4B05-8433-87449EB0D699> cl_kernels
    0x3744000 -  0x3748ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x374f000 -  0x3751ffb  com.apple.LibraryRepair (1.0 - 1) <73246564-BF68-3833-B9A3-3CDA607BA706> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x375b000 -  0x37b5fff  com.apple.proapps.MIO (1.0.6 - 512) <DFB10D40-23B3-3666-9F1F-161BE25AB59D> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x37cf000 -  0x445eff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4be0000 -  0x4be1fff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x4be5000 -  0x4c0aff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x4c11000 -  0x4c45fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4c4b000 -  0x4db2fff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x4db9000 -  0x4e15fff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4e2f000 -  0x4f49ff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x4fe9000 -  0x5021ff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x503f000 -  0x5066ff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x507c000 -  0x50adff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x50c5000 -  0x510dffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x5131000 -  0x51d0fff  com.apple.imcore (8.0 - 900) <2052F6C8-BDD3-339B-B0E2-6A3E282010A4> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x51f8000 -  0x524cff7  com.apple.imfoundation (8.0 - 900) <7A1506BB-DDAD-3DB7-8557-19AB1B519FB0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x5279000 -  0x5281ff7  com.apple.marco (8.0 - 900) <C2AE3F46-EFC9-349E-8D24-DF686C9BE2E7> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x528a000 -  0x52b1ff7  com.apple.ExpressCheckout (1.0 - 1.0) <ACE460FA-35FB-3C0E-9BA8-937F560F0847> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x52cc000 -  0x52faffb  com.apple.iLifeImageAnalysis (3.0 - 3) <C3A267E3-176C-3708-9099-E9F33400A1D5> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0x674d000 -  0x680dfff +net.sourceforge.webcam-osx.common (0.9.2 - 0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam
    0xcfaf000 -  0xcfbcff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xcfca000 -  0xcfcbffd +com.1passwd.InputManager (2.9.21 - 7517) <0EE4D847-85F5-1C14-CE38-8BF6B0553055> /Library/InputManagers/*/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0xd909000 -  0xd90efff +com.eltima.FolxIM (1.7) <E6F86D93-24F9-BFC5-6993-D1DE35425271> /Library/InputManagers/*/FolxIM.bundle/Contents/MacOS/FolxIM
    0xdaf2000 -  0xdaf2ffd +cl_kernels (???) <57D50CCD-0E39-473E-AC5B-534A3E4A3D4C> cl_kernels
    0x12923000 - 0x12aafff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12ae6000 - 0x12c37ff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x12c65000 - 0x12c71ffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x12c78000 - 0x12ca4ffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x12cad000 - 0x12cb5ffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x12cbc000 - 0x12cbefff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x12cd2000 - 0x12cd3ffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <341A7E90-613E-3306-919F-8F49EE350831> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x13161000 - 0x131f3ff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x15297000 - 0x1529affe  com.apple.DirectoryServicesSource (2.1 - 1167) <2A3AD43B-950C-32AD-A578-3271EAD55E3E> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x15313000 - 0x153d1ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x156ff000 - 0x15741fff  com.apple.facetimeservices (8.0 - 900) <CB59547A-C7DE-3F20-8A1F-724AF15F664E> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x157b0000 - 0x157f1ff7  com.apple.ShareKit (1.0 - 119.8) <BA4F3619-1629-389A-AB2F-E32BD85C010F> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
    0x1582f000 - 0x15836fff  com.apple.iPhoto.RSSPublisher (1.1 - 1.1) <C13A2FCB-178C-3CA9-AB1C-44B4C76D26BD> /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x1583d000 - 0x15842ffe  com.apple.iphoto.accountconfig.Email (9.2 - 9.2) <50B32E94-2383-3409-A2AE-8367DE6CD6EF> /Applications/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin/Contents/Ma cOS/Email
    0x15862000 - 0x15889ffb  com.apple.iPhoto.FacebookPublisher (1.2 - 1.2) <17607BF1-A294-33E6-B454-49F815BA72C1> /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
    0x15895000 - 0x158b4ffb  com.apple.iPhoto.FlickrPublisher (1.2 - 1.2) <BEFEC249-367D-30EA-B2C3-DC0AA41A8FED> /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Ma cOS/FlickrPublisher
    0x158be000 - 0x158f4ffb  com.apple.iPhoto.MobileMePublisher (1.2 - 1.2) <76739425-BFF0-37D0-86CA-DB64C8579E2E> /Applications/iPhoto.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/ MacOS/MobileMePublisher
    0x15903000 - 0x15917ff7  com.apple.iPhoto.SharedPhotoStreamPublisher (1.0 - 1.0) <9157DF4E-949A-3E72-B219-D2AC6D613769> /Applications/iPhoto.app/Contents/PlugIns/SharedPhotoStreamPublisher.publisher/ Contents/MacOS/SharedPhotoStreamPublisher
    0x15922000 - 0x15925fff  com.apple.iphoto.accountconfig.Facebook (1.2 - 1.2) <A69EF05F-5213-3D42-B6C5-97D4C8C5E7A7> /Applications/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents /MacOS/Facebook
    0x1592b000 - 0x1592efff  com.apple.iphoto.accountconfig.Flickr (1.1 - 1) <4002CDBC-05C4-3DEF-ADE3-9917FB7050E9> /Applications/iPhoto.app/Contents/PlugIns/Flickr.accountconfigplugin/Contents/M acOS/Flickr
    0x15934000 - 0x15939ff8  com.apple.iphoto.accountconfig.MobileMe (1.1 - 1) <433656FC-3D8F-3088-BCF3-C6765E788E20> /Applications/iPhoto.app/Contents/PlugIns/MobileMe.accountconfigplugin/Contents /MacOS/MobileMe
    0x15a06000 - 0x15a07ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x15e00000 - 0x15e04ff7  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <08137D06-718F-30B1-8BF3-9498BEAFA5C6> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x17cbb000 - 0x17cbbfff  com.apple.iLMBAppDefPlugin (2.7.2 - 339) <70319805-38A9-3043-ADAF-A8E3460C2E7F> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x17cc0000 - 0x17cc1fff  com.apple.iLMBFolderPlugin (2.7.2 - 339) <A492DD96-B17A-3581-8F02-BB46C385D5B9> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x17cc6000 - 0x17cc9fff  com.apple.iLMBGarageBandPlugin (2.7.2 - 339) <78FF504C-F636-3C8D-8AAA-BACF4D5B7D9B> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x17ccf000 - 0x17cd7ffe  com.apple.iLMBiTunesPlugin (2.7.2 - 339) <50409BA5-9D15-3D95-BBC5-36C6EA6EC85B> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x17cde000 - 0x17d8dffb  com.apple.iTunesAccess (11.0.1 - 11.0.1) <6E9ECDC0-2344-36A0-BFCB-554E88F8F177> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x180d9000 - 0x180e6ffb +net.telestream.license (1.0.7.2-GC - 1.0.7.2-GC) <3B3ADB81-79F3-6371-31FE-66EF8D8E3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x180ef000 - 0x180f6ffc  com.apple.AppleGVAHW.component (1.1 - 1) <402A3FA9-6028-3639-989F-E9FCA85D04CF> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x180fd000 - 0x18115ff2  com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x19252000 - 0x19444fe2 +net.telestream.wmv.import (2.3.5.4 - 2.3.5.4) <7DAE8093-C4E1-4719-A095-5FC766307082> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x19479000 - 0x19524fff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x19568000 - 0x19729ff2 +net.telestream.wmv.advanced (2.3.5.4 - 2.3.5.4) <33F5D738-1D6C-7F92-CEC2-07BDE4D151A1> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x1976d000 - 0x197d5feb  com.apple.AppleProResDecoder (3.0.2 - 5718) <4442CBCE-7163-3E6A-8511-A52E9F6D8AFC> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x19806000 - 0x1984ffff  com.apple.AppleVAH264HW.component (3.0 - 3.0) <3048BA40-0E8E-357A-8F9D-27D2FD322036> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x19913000 - 0x19a5dff7  com.apple.AppleGVAFramework (4.0.27 - 4.0.27) <A821DD12-2544-3EAB-8439-4D17BCEB8460> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x19a79000 - 0x19ab3fff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.13) <5FB303B9-3672-39AA-8CD6-E323CC0E41A8> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x19abf000 - 0x19ae0fff  com.apple.AppleIntermediateCodec (2.0.1 - 5718) <6A70694B-21C7-381B-8DE3-CD6490C70A77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x8ed4a000 - 0x8f58bffb  com.apple.GeForceGLDriver (8.0.61 - 8.0.0) <36946D7B-4FF7-34CC-B6FE-D6F48406A60F> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe39000 - 0x8fe6be57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x9000aff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9000b000 - 0x90016fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x90017000 - 0x90020ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90021000 - 0x90131ff3  com.apple.QuickTimeImporters.component (7.7.1 - 2599.13) <410311C4-34FF-38F0-8EE0-3093AEEC1A82> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x90132000 - 0x901dcfff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x901dd000 - 0x9040dfff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9040e000 - 0x90415fff  libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib
    0x90416000 - 0x9041dff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9041e000 - 0x9041efff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9041f000 - 0x90421fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x90422000 - 0x90447ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90448000 - 0x90471ff7  libRIP.A.dylib (324.6) <7976E6A2-A489-33F5-A727-7634DDE3B761> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90472000 - 0x90526fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90527000 - 0x9054bfff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9054c000 - 0x9054cffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <4C13DEA2-1EB0-3D06-901A-DB93184C06F0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9054d000 - 0x905affff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x905b0000 - 0x906bbff7  libJP2.dylib (845) <D409C913-6FA4-3D60-BFE0-B9FC6A02FEE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x906bc000 - 0x91278ffb  com.apple.AppKit (6.8 - 1187.34) <06EDB1D1-3B8A-3699-8E3A-D8F50A27AB7C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91279000 - 0x91330ff3  com.apple.QuickTimeMPEG4.component (7.7.1 - 2599.13) <1B5BA13C-4AB7-333E-9A14-A95EC9E55049> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x91331000 - 0x9144fff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x91476000 - 0x9147efff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <25A7232F-9B6A-3746-A3A8-12479D086B1E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9147f000 - 0x9147ffff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x91480000 - 0x914b3ff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x914b4000 - 0x914befff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x914bf000 - 0x91504ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91505000 - 0x9155efff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9155f000 - 0x915f9fff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x915fa000 - 0x91611fff  com.apple.GenerationalStorage (1.1 - 132.2) <93694E0D-35D3-3633-976E-F354CBD92F54> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x91612000 - 0x91634fff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x91635000 - 0x9163fffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x91640000 - 0x92378ff7  com.apple.QuickTimeComponents.component (7.7.1 - 2599.13) <85C70D1B-D074-3891-BF8D-9BA81D2C224B> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x923aa000 - 0x924b7057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x924b8000 - 0x9258efff  com.apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9258f000 - 0x925cffff  com.apple.MediaKit (13 - 659) <37B8C1E3-B67D-3FE6-8A14-7FFD9F31C556> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x925d5000 - 0x925d7fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x925d8000 - 0x925edfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x925ee000 - 0x9262fff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x92630000 - 0x9276bff7  libBLAS.dylib (1073.4) <FF74A

  • Aperture Library.aplibrary/Database/History/Changes/

    Hello everyone, i've recently had some trouble with corrupted Aperture library. This has all been fixed now however in the process of trying to fix things up I stumbled accross Aperture Library.aplibrary/Database/History/Changes/ folder - I've been trying to clear some space from my HDD and notice that this folder is enourmous. Almost as large as the preview, master or thumbnail folders.
    It measures over 40gb which accounts for over 20 per cent of my library size. What excectly does this folder do (Aperture Library.aplibrary/Database/History/Changes). There a hundreds of plist files measuring several 100mb each.
    I know I can safely delete things like preview and thumbnail and rebuilt the database however have been hestitant to touch this folder as I don't know what it does. Can someone shed some light on the purpose of this folder. Google searches have just come up with threads about disk warrior reporting the folder as having errors but doesn't say what the folder does. Can I delete to save space? I'm concerned this folder contains the changes made to masters meaning i can't revered changes in the versions.

    Just as a test I took one of my libraries that I do this sort of thing to and removed the Changes folder and ran Aperture on the library. Aperture worked fine. The library behaved just as expected.
    I've never paid much attention to this folder before and it's not clear just what 'changes' they are referring to but I wouldn;t get to worked up about it. Just make sure you have good working backups (as you should have anyway) and remember the next time you run DiskWarrior you'll probably see these errors.
    regards

  • Can some1 help plz to restore my database?

    Hi All,
    I am in critical condition lost all my datafiles/control files and redos.
    Im left with just 1 day old backup(full RMAN backup) yet database is open, becasuse I am still to come out of it.
    I can't connect to rman directly to restore my control files it says control file doesnt exist.
    Is there any way to restore my database from my old backup.
    Oracle version: 10.2.0.5.0

    784786 wrote:
    exactly how did this happen?
    While doing one activity by mistake all the datafiles/controlfiles and redolog files got deleted.
    what is OS name & version?
    SunOS ss21 5.10 Generic_118833-33 sun4u sparc SUNW,Sun-Fire-V240
    what does the above mean exactly?
    The database is still open and not down.
    If/when DB is shutdown, it will not open again.
    Consider taking FULL online backup NOW (while you can still do so).
    ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
    the resultant trace file will provide SQL to make new control files.

  • Win 7 OS,64 Bit..Going back to ver 10.3 as I wish to use the cdbackup/restore version..I

    Win 7 OS,64 Bit..Going back to ver 10.3 as I wish to use the cdbackup/restore version..I
    wish to restore to my PC only..My aim is delete all  music files from 11.1.5.5 (a bummer)
    then uninstall it so I don't think I have to consider the itl and.xlm files..Am I thinking
    okay?.Starting 10.3  from scratch...Any foreseeable problems here?..Nicolino

    nicolini wrote:
    Will I find the"Previous ITunes Library Folder" in the 10.3 download...All cd/dvd backups are from my collection of cds....
    No. Your iTunes library folder (normally inside User's Music) will contain your main iTunes Library.itl database file and, if you've updated iTunes at some point, a collection of archived .itl files made during some of those updates is placed in a subfolder called Previous iTunes Libraries.
    Ah, perhaps I have misunderstood. Do you mean that you are trying to restore a set of iTunes backup CDs/DVDs made with an earlier version of iTunes or that you want to backup the library that you have now?
    I may be wrong, but I thought the current version of iTunes retains the ability to unpack a backup set made with an older version of iTunes. Having never relied on the feature I don't have much experience with it. If you're trying to backup your library now a folder cloning tool such as described in this backup tip is a better way to go.
    tt2

  • Can I restore another database's datafile to this database?

    I have 2 database(both of them are same version Oracle10g 10.2.0.1) db10g and sdb10g. Now I lose the read-only datafile '/u01/app/oracle/oradata/db10g/example01.dbf' on the database db10g and no any backup of this file. I want to copy the datafile '/u01/app/oracle/oradata/sdb10g/example01.dbf' (another database sdb10g's datafile) to the corresponding place of database db10g and perform a recovery. Is it possible?
    Can I restore another database's datafile to this database?

    Hi,
    This will help you:
    - [How move tablespaces across platforms using Transportable Tablespaces with RMAN - Note 371556.1|https://metalink.oracle.com/metalink/plsql/f?p=130:14:616534565062684573::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,371556.1,1,1,1,helvetica]
    This link tell you how to do it step by step ;)
    Cheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • Error on restore a database using sqlcmd

    Hi
    I wrote a command to to restore a database (from SQL server backup tool) , it works for a few restore files but faild with a specific bak file.
    The error:
    sqlcmd  -U sa -P password -Q "RESTORE DATABASE TfsWorkItemTracking FROM DISK='x:\tfs\TfsWorkItemTracking.bak' WITH  FILE = 1,
     MOVE N'TfsWorkItemTracking' TO N'D:\SQL_Data\Data\TfsWorkItemTracking.mdf',  MOVE N'TfsWorkItemTracking_log' TO N'L:\SQL_Data\Log\TfsWorkIt
    emTracking_log.ldf',  NOUNLOAD,  REPLACE,  STATS = 100"
    Msg 3634, Level 16, State 1, Server SRVRND-TFSDB10, Line 1
    The operating system returned the error '3(failed to retrieve text for this error. Reason: 15105)' while attempting 'CreateFile' on 'C:\Prog
    ram Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTData\TeamFoundationServer10FullTextCatalog\SQL.HDR'.
    Msg 3013, Level 16, State 1, Server SRVRND-TFSDB10, Line 1
    RESTORE DATABASE is terminating abnormally.
    I understood from the error that it is an access error - BUT the path the process try to create the file is not exist at all.
    One more issue - when I use the SQL Management consle to restore the database it works propery.
    Any idea ?
    CM Consultant

    Hello Jason, OP and future readers,
    The issue here is not what Jason suggested, but was caused by the fact that this database (TfsWorkItemTracking) is a part of Team Foundation Server, and has embedded in it a third item (for Full Text Search queries) that also needs its own MOVE TO clause.
    Here is a suitable SQLCMD query that will do what the OP needed:
    sqlcmd -U sa -P password -Q "RESTORE DATABASE [TfsWorkItemTracking] FROM  DISK = ’x:\tfs\TfsWorkItemTracking.bak’ WITH  FILE = 1, 
    MOVE N’TfsWorkItemTracking’ TO N’D:\SQL_Data\Data\TfsWorkItemTracking.mdf’, 
    MOVE N’TfsWorkItemTracking_log’ TO ’L:\SQL_Data\Log\TfsWorkItemTracking.LDF’, 
    MOVE N’sysft_TeamFoundationServer10FullTextCatalog’ TO N’D:\SQL_Data\Data\TfsWorkItemTracking.TeamFoundationServer10FullTextCatalog’, 
    NOUNLOAD,  STATS = 100"
    The original poster was missing that third "MOVE TO" clause, and SQL Server didn't know what to do with the Full Text metadata in this backup.  Note that this object is referenced in the error message, and note that it is attempting
    to create this file on the C:, which is the original location of the file when the backup was made, hence leading to the solution.
    It is a certainty that the OP ran into this while attempting to migrate from Team Foundation Server 2008 to new hardware and a newer version of SQL and TFS, as this is a common hiccough in the process that isn't well documented.  (The majority of the
    instructions just say "back up the databases, then restore them to the new SQL server...)
    Jeff Woods
    STI Computer Services, Inc.
    Eagleville, PA

  • Restoring a database - error

    Hello Everyone
    I'm restoring a database given by client and although it shows up in the list of companies at log in,I'm unable to log in to the database.The following error occurs
    Your software version is not updated [130-4]
    Both client and me are on SAP 2007B PL00.Is there any other reason and solution for this?
    Thanks & Regards
    Raghu
    Edited by: Raghu Ram on Mar 17, 2009 11:37 AM

    From the error displayed, I think that the B1 Client Software is not upgraded to that of the Server. From the Client machine connect to the B1_SHR folder of the Server and install the B1 client again.
    Also, Run the following queries in the SQL Server Management Studio to check if both the SBO_Common and the company databases have the same version
    You can also use the following Query in Company Database
    Select * from CINF
    To know the Version Number from SBO-Common use the following query
    Select * from SINF

  • Restoring Oracle Database

    Hi All,
    If we have to restore Oracle database than is it necessary to drop users everytime while restoring. If not, then what are the steps to restore the database.
    Thanks,
    Nikky

    Nikky wrote:
    Hi All,
    If we have to restore Oracle database than is it necessary to drop users everytime while restoring. If not, then what are the steps to restore the database.
    Thanks,
    NikkySorry but your question is not clear at all,
    please provide the following :
    - what is your oracle version ?
    - your os ?
    - your backup strategy ?

  • Error in restoring a database

    Hi,
    I can't able to restore a database, below is the error,please help me out?
    TITLE: Microsoft SQL Server Management Studio
    Restore failed for Server 'xxxxx'.  (Microsoft.SqlServer.SmoExtended)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ_RTM).100402-1539+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476
    ADDITIONAL INFORMATION:
    System.Data.SqlClient.SqlError: The media set has 2 media families but only 1 are provided. All members must be provided. (Microsoft.SqlServer.Smo)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.1600.1+((KJ_RTM).100402-1539+)&LinkId=20476

    Basically the error is telling you that when the backup was taken it was made to two backup files rather than one, so the backup was stripped across the two of them. You're now trying to restore the backup using only one of those files, which is why you're
    getting the error. To do the restore you need to use both files not just one of them. There's a good discussion of this error here
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/abf50e00-c9b0-4809-9e61-43ed8a53e968/the-media-set-has-2-media-families-but-only-1-are-provided?forum=sqltools which goes into more detail of how you end up in this situation, and also methods you
    can use to find out what the second file was (in case you don't know) so you can hopefully track it down.

  • How to restore a database backup taken from a SQL Server 2012 instance to SQL Server 2014

    I am trying to restore a database backup taken from a SQL Server 2012 instance to my new SQL Server 2014 instance.  When I add the .bak through the Mgmt studio UI, it does not seem to find a backup set in the file so I cannot proceed (does not give
    me any errors though either.  I tried restoring through TSQL command but only got a database restore terminating abnormally error with no other details.  How can I restore this database to SQL 2014?

    Hello,
    Please examine SQL Server Error Log and share with us any error you can find. The following article may locate the log:
    http://msdn.microsoft.com/en-us/library/ms187109.aspx
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Restored standby database from primary; now no logs are shipped

    Hi
    We recently had a major network/SAN issue and had to restore our standby database from a backup of the primary. To do this, we restored the database to the standby, created a standby controlfile on the primary, copied this across to the control file locations and started in standby recover and applied the logs manually/registered to get it back up to speed.
    However, no new logs are being shipped across from the primary.
    Have we missed a step somewhere?
    One thing we've noticed is that there is no RFS process running on the standby:
    SQL> SELECT PROCESS, CLIENT_PROCESS, SEQUENCE#, STATUS FROM V$MANAGED_STANDBY;
    PROCESS CLIENT_P SEQUENCE# STATUS
    ARCH ARCH 0 CONNECTED
    ARCH ARCH 0 CONNECTED
    MRP0 N/A 100057 WAIT_FOR_LOG
    How do we start this? Or will it only show if the arc1 process on the primary is sending files?
    The arc1 process is showing at OS level on the primary but I'm wondering if its faulty somehow?
    There are NO errors in the alert logs in the primary or the standby. There's not even the normal FAL gap sequence type error - in the standby it's just saying 'waiting for log' and a number from ages ago. It's like the primary isn't even talking to the standby. The listener is up and running ok though...
    What else can we check/do?
    If we manually copy across files and do an 'alter database register' then they are applied to the standby without issue; there's just no automatic log shipping going on...
    Thanks
    Ross

    Hi all
    Many thanks for all the responses.
    The database is 10.2.0.2.0, on AIX 6.
    I believe the password files are ok; we've had issues previously and this is always flagged in the alert log on the primary - not the case here.
    Not set to DEFER on primary; log_archive_dest_2 is set to service="STBY_PHP" optional delay=720 reopen=30 and log_archive_dest_state_2 is set to ENABLE.
    I ran those troubleshooting scripts, info from standby:
    SQL> @troubleshoot
    NAME DISPLAY_VALUE
    db_file_name_convert
    db_name PHP
    db_unique_name PHP
    dg_broker_config_file1 /oracle/PHP/102_64/dbs/dr1PHP.dat
    dg_broker_config_file2 /oracle/PHP/102_64/dbs/dr2PHP.dat
    dg_broker_start FALSE
    fal_client STBY_PHP
    fal_server PHP
    local_listener
    log_archive_config
    log_archive_dest_2 service=STBY_PHP optional delay=30 reopen=30
    log_archive_dest_state_2 DEFER
    log_archive_max_processes 2
    log_file_name_convert
    remote_login_passwordfile EXCLUSIVE
    standby_archive_dest /oracle/PHP/oraarch/PHParch
    standby_file_management AUTO
    NAME DB_UNIQUE_NAME PROTECTION_MODE DATABASE_R OPEN_MODE
    PHP PHP MAXIMUM PERFORM PHYSICAL S MOUNTED
    ANCE TANDBY
    THREAD# MAX(SEQUENCE#)
    1 100149
    PROCESS STATUS THREAD# SEQUENCE#
    ARCH CONNECTED 0 0
    ARCH CONNECTED 0 0
    MRP0 WAIT_FOR_LOG 1 100150
    NAME VALUE UNIT TIME_COMPUTED
    apply finish time day(2) to second(1) interval
    apply lag day(2) to second(0) interval
    estimated startup time 8 second
    standby has been open N
    transport lag day(2) to second(0) interval
    NAME Size MB Used MB
    0 0
    On the primary, the script has froze!! How long should it take? Got as far as this:
    SQL> @troubleshoot
    NAME DISPLAY_VALUE
    db_file_name_convert
    db_name PHP
    db_unique_name PHP
    dg_broker_config_file1 /oracle/PHP/102_64/dbs/dr1PHP.dat
    dg_broker_config_file2 /oracle/PHP/102_64/dbs/dr2PHP.dat
    dg_broker_start FALSE
    fal_client STBY_R1P
    fal_server R1P
    local_listener
    log_archive_config
    log_archive_dest_2 service="STBY_PHP" optional delay=720 reopen=30
    log_archive_dest_state_2 ENABLE
    log_archive_max_processes 2
    log_file_name_convert
    remote_login_passwordfile EXCLUSIVE
    standby_archive_dest /oracle/PHP/oraarch/PHParch
    standby_file_management AUTO
    NAME DB_UNIQUE_NAME PROTECTION_MODE DATABASE_R OPEN_MODE SWITCHOVER_STATUS
    PHP PHP MAXIMUM PERFORMANCE PRIMARY READ WRITE SESSIONS ACTIVE
    THREAD# MAX(SEQUENCE#)
    1 100206
    NOW - before you say it - :) - yes, I'm aware that fal_client as STBY_R1P and fal_server as R1P are incorrect - should be PHP - but it looks like it's always been this way! Well, as least for the last 4 years where it's worked fine, as I found an old SP file and it still has R1P set in there...?!?
    Any ideas?
    Ross

Maybe you are looking for

  • Excel 2007 Download Error from SQL Server 2012

    Thank you for your help/comments in advance We are running SQL Server 2012, downloading SSRS reports into Excel 2007. The report renders to the monitor just fine. Most downloads are fine but we get an error with the largest downloads (common denomina

  • Unplanned delivery cost report per vendor

    Hi All, Is there any SAP report that lets us run all unplanned freight charges per supplier.Thanks in Advance. Rgd's, Jagdish

  • Dynamic VHD attached to disk management increases in size

    When attaching a dynamic VHD to the disk management, the size of the VHD gets increased by some 32 MB, why does this happen ? What information does the disk management writes to the VHD. When attaching the VHD in read only mode, the Size remains the

  • Cisco 1760 and VoIP gateway

    Hello NetProf! I'm repeating my request for help, mabey clearing a few things out. 1. We have a cisco 1760 router running CCME 2. Some connected to it cisco 79xx ip-phones 3. A third party gatekeeper - MikroTik router 4. Every device is logged in the

  • 6822 and PC Suite 6.84 Will not connect via Blueto...

    I have just downloaded PC Suite to connect to my Nokia 6822, having reloaded the O/S on my laptop. Phone 6822 O/S Windows XP Pro SP2 PC Suite 6.84.10.3 Bluetooth Stack WIDCOMM 3.0.1.905 The phone shows as being paired (padlock symbol) but still requi