To know if parsed SQL is in library cache and parse count

hello,
i want to know if a sql that was fired has its parsed code still in library cache. How do i know? One more question. I would also like to know how many times a sql is parsed and loaded onto library cache (assuming that I have its hash value)
thank you in advance.

V$DB_OBJECT_CACHE: To view displays database objects that are cached in the library cache.
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_1083.htm
V$SQLAREA lists statistics on shared SQL area and contains one row per SQL string. It provides statistics on SQL statements that are in memory, parsed, and ready for execution.
http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2129.htm
select sql_text from v$sqlarea where users_executing > 0;

Similar Messages

  • Concurrent sessions accessing parsed sql from teh library cache

    Hi there,
    I am having five concurrent session firing exactly same SQL statement inside a stored procedure.
    Stored Procedure
    PROC1(a int)
    begin
    select <C1>,<C2> into <V1>,<V2> from <T1>, <T2> where <JOIN between both table> and T1.<C3>=a;
    end;
    All those five sessions are calling the procedure PROC1 which subsequently executes the sql statement.
    Execution time of sql statement is 2 seconds.
    I ma wondering whether all other sessions will wait for the currently executing session to release the latch on parsed sql(getting stored in the library cache)? (In this case last session will wait for 8 seconds) Or would they execute in parallel with their own copy of parsed sql?
    Please help!!!
    TIA,
    Nishant

    Can you please elaborate a little further.
    AFAIK the query plans are stored in the library cache and there will be latches on data structures. Won't it mandate serial execution? Please correct me if I am wrong.
    Thanks...
    Nishant

  • Concurrent sessions accessing parsed sql from the library cache

    Hi there,
    I am having five concurrent session firing exactly same SQL statement inside a stored procedure.
    Stored Procedure
    PROC1(a int)
    begin
    select <C1>,<C2> into <V1>,<V2> from <T1>, <T2> where <JOIN between both table> and T1.<C3>=a;
    end;
    All those five sessions are calling the procedure PROC1 which subsequently executes the sql statement.
    Execution time of sql statement is 2 seconds.
    I ma wondering whether all other sessions will wait for the currently executing session to release the latch on parsed sql(getting stored in the library cache)? (In this case last session will wait for 8 seconds) Or would they execute in parallel with their own copy of parsed sql?
    Please help!!!
    TIA,
    Nishant

    Would it be like that the first session will hard parse the SQL statement and all other concurrent sessions will have a "softer" soft parse and take a copy of query plan and execute the statement without waiting for each otherYes, I think this is the way it works according to official Oracle documentation
    (and why there is a shared pool).:
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14220/sqlplsql.htm#i2196
    But I don't know if you can find detailed documentation about all latching steps for hard parse and soft part steps.

  • In the last week, Safari is unexpectedly quitting.  I'm running mac 10.4.11 system and Safari 4.1.3 version.  I have looked for the files listed on other helps in my library/cache and do not see them.  I have copy of report-don't know how to send it here.

    Date/Time:      2011-12-26 10:40:24.451 -0500
    OS Version:     10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path:   /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [374]
    Version:        4.1.3 (4533.19.4)
    Build Version: 1
    Project Name:  WebBrowser
    Source Version: 75331904
    PID:   398
    Thread: 0
    Exception: EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at0x00000000
    Thread 0 Crashed:
    0  libobjc.A.dylib                           0x90a59387objc_msgSend + 23
    1  com.apple.WebKit                          0x0102483e-[WebHTMLView(WebPrivate) close] + 156
    2  com.apple.WebKit                          0x0102475c-[WebHTMLView dealloc] + 74
    3  com.apple.AppKit                          0x9329354b-[NSView release] + 180
    4  com.apple.Foundation                       0x927e72cfNSPopAutoreleasePool + 530
    5  com.apple.Foundation                       0x92867904-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 951
    6  com.apple.Foundation                       0x928674d6_sendCallbacks + 201
    7  com.apple.CoreFoundation                   0x9082cf06CFRunLoopRunSpecific + 1213
    8  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    9  com.apple.HIToolbox                        0x92e01878RunCurrentEventLoopInMode + 285
    10 com.apple.HIToolbox                        0x92e00f82ReceiveNextEventCommon + 385
    11 com.apple.HIToolbox                        0x92e00dd9BlockUntilNextEventMatchingListInMode + 81
    12 com.apple.AppKit                          0x93286f45_DPSNextEvent + 572
    13 com.apple.AppKit                          0x93286b37-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    14 com.apple.Safari                          0x0000f6f90x1000 + 59129
    15 com.apple.AppKit                          0x932808c4-[NSApplication run] + 512
    16 com.apple.AppKit                          0x93274820NSApplicationMain + 573
    17  com.apple.Safari                          0x0000749b0x1000 + 25755
    18 com.apple.Safari                          0x0010e5120x1000 + 1103122
    19 com.apple.Safari                          0x000072190x1000 + 25113
    Thread 1:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.JavaScriptCore                   0x0050ade0***::ThreadCondition::wait(***::Mutex&) + 24
    2  com.apple.WebCore                         0x015eadd0WebCore::IconDatabase::syncThreadMainLoop() + 256
    3  com.apple.WebCore                         0x015e8856WebCore::IconDatabase::iconDatabaseSyncThread() + 192
    4  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 2:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Foundation                       0x9285f5da+[NSURLCache _diskCacheSyncLoop:] + 206
    4  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    5  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 3:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Safari                          0x00026c6d0x1000 + 154733
    4  com.apple.Safari                          0x00026b260x1000 + 154406
    5  com.apple.Safari                          0x00026aab0x1000 + 154283
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 4:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.JavaScriptCore                   0x00510742***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2  com.apple.Safari                          0x002ddd660x1000 + 3001702
    3  com.apple.Safari                          0x002dde5c0x1000 + 3001948
    4  com.apple.Safari                          0x0003a0cd0x1000 + 233677
    5  com.apple.Safari                          0x0003a02f0x1000 + 233519
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 5:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.Foundation                       0x92858c60-[NSConditionLock lockWhenCondition:] + 39
    2  com.apple.Syndication                      0x998ce79e-[AsyncDB _run:] + 181
    3  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    4  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 6:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                  0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Foundation                       0x9283839c+[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    5  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 7:
    0  libSystem.B.dylib                         0x90019d0cselect + 12
    1  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 8:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.JavaScriptCore                   0x00510742***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2  com.apple.WebCore                         0x018bb8d2WebCore::LocalStorageThread::threadEntryPoint() + 170
    3  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 9:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  com.apple.ColorSync                        0x915a96abpthreadSemaphoreWait(t_pthreadSemaphore*) + 35
    2  com.apple.ColorSync                        0x915c3ddcCMMConvTask(void*) + 60
    3  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 10:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.audio.CoreAudio                  0x91469356HALRunLoop::OwnThread(void*) + 158
    4  com.apple.audio.CoreAudio                  0x91469171CAPThread::Entry(CAPThread*) + 93
    5  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 11:
    0  libSystem.B.dylib                         0x90009817mach_msg_trap + 7
    1  com.apple.CoreFoundation                   0x9082d227CFRunLoopRunSpecific + 2014
    2  com.apple.CoreFoundation                   0x9082ca42CFRunLoopRunInMode + 61
    3  com.apple.Foundation                       0x928386ca-[NSRunLoop runMode:beforeDate:] + 182
    4  com.apple.Foundation                       0x928385c6-[NSRunLoop run] + 75
    5  com.apple.Safari                           0x000792ff0x1000 + 492287
    6  com.apple.Foundation                       0x92802cfcforkThreadForFunction + 123
    7  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 12:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  ...lashPlayer-10.4-10.5.plugin             0x120de30funregister_ShockwaveFlash + 47503
    2  ...lashPlayer-10.4-10.5.plugin             0x11cb6f9f0x11c9d000 + 106399
    3  ...lashPlayer-10.4-10.5.plugin             0x120de3fcunregister_ShockwaveFlash + 47740
    4  ...lashPlayer-10.4-10.5.plugin             0x120de440unregister_ShockwaveFlash + 47808
    5  ...lashPlayer-10.4-10.5.plugin             0x120de566unregister_ShockwaveFlash + 48102
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 13:
    0  libSystem.B.dylib                         0x90024407semaphore_wait_signal_trap + 7
    1  ...lashPlayer-10.4-10.5.plugin             0x120de30funregister_ShockwaveFlash + 47503
    2  ...lashPlayer-10.4-10.5.plugin             0x11cb6f9f0x11c9d000 + 106399
    3  ...lashPlayer-10.4-10.5.plugin             0x120de3fcunregister_ShockwaveFlash + 47740
    4  ...lashPlayer-10.4-10.5.plugin             0x120de440unregister_ShockwaveFlash + 47808
    5  ...lashPlayer-10.4-10.5.plugin             0x120de566unregister_ShockwaveFlash + 48102
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 14:
    0  libSystem.B.dylib                         0x90047927semaphore_timedwait_signal_trap + 7
    1  ...lashPlayer-10.4-10.5.plugin             0x120de2d7unregister_ShockwaveFlash + 47447
    2  ...lashPlayer-10.4-10.5.plugin             0x11fc45480x11c9d000 + 3306824
    3  ...lashPlayer-10.4-10.5.plugin             0x120de3fcunregister_ShockwaveFlash + 47740
    4  ...lashPlayer-10.4-10.5.plugin             0x120de440unregister_ShockwaveFlash + 47808
    5  ...lashPlayer-10.4-10.5.plugin             0x120de566unregister_ShockwaveFlash + 48102
    6  libSystem.B.dylib                         0x90023d67_pthread_body + 84
    Thread 0 crashed with X86 Thread State (32-bit):
      eax:0x00000000  ebx: 0x010249c6  ecx: 0x90aa344c  edx: 0x101973a0
      edi:0x00000008  esi: 0x0ee3f790  ebp: 0xbfffecb8  esp: 0xbfffec74
       ss:0x0000001f  efl: 0x00010206  eip: 0x90a59387   cs: 0x00000017
       ds:0x0000001f   es:0x0000001f   fs:0x00000000   gs: 0x00000037
    Binary Images Description:
       0x1000 -   0x330fffcom.apple.Safari 4.1.3 (4533.19.4)            /Applications/Safari.app/Contents/MacOS/Safari
      0x505000-   0x6ddfffcom.apple.JavaScriptCore 4533.19 (4533.19.1)            /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1008000-  0x10f5fff com.apple.WebKit4533.19 (4533.19.4)            /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x119a000-  0x1448fff com.apple.QuartzCore1.4.13            /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x14dc000-  0x15bafff libxml2.2.dylib             /usr/lib/libxml2.2.dylib
    0x15e6000-  0x20a7fff com.apple.WebCore4533.19 (4533.19.4)            /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x11593000 - 0x11596fff com.macromedia.Flash Player.plugin10.3.183.11            /Library/InternetPlug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x11c9d000 - 0x126ebfffcom.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.11            /Library/InternetPlug-Ins/FlashPlayer.plugin/Contents/PlugIns/FlashPlayer-10.4- 10.5.plugin/Contents/MacOS/FlashPlayer-10.4-10.5
    0x8fe00000 - 0x8fe4afff dyld 46.16            /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib             /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib             /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.85(???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11(368.35)            /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)            /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib             /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib             /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib             /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib             /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)            /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib             /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore682.31 (682.32)            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices4.1            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0)            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36)            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib             /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774)            /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2            /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib             /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6            /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5            /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4(???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 316.3            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916ecfff com.apple.print.framework.PrintCore4.6 (177.13)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91719000 - 0x917c2fff com.apple.QD 3.10.28 (???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917e8000 - 0x91833fff com.apple.HIServices 1.5.2 (???)            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91852000 - 0x91868fff com.apple.LangAnalysis 1.6.3            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91874000 - 0x9188efff com.apple.FindByContent 1.5            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91898000 - 0x918d5fff com.apple.LaunchServices 183.1            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e9000 - 0x918f5fff com.apple.speech.synthesis.framework3.5            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918fc000 - 0x9193cfff com.apple.ImageIO.framework 1.5.9            /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9194f000 - 0x91a01fff libcrypto.0.9.7.dylib             /usr/lib/libcrypto.0.9.7.dylib
    0x91a47000 - 0x91a5dfff libcups.2.dylib             /usr/lib/libcups.2.dylib
    0x91a62000 - 0x91a80fff libJPEG.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a85000 - 0x91ae4fff libJP2.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91af6000 - 0x91afafff libGIF.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91afc000 - 0x91b84fff libRaw.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b88000 - 0x91ba3fff libPng.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba8000 - 0x91baafff libRadiance.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ca7000 - 0x91ce6fff libTIFF.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cec000 - 0x91cecfff com.apple.Accelerate 1.3.1(Accelerate 1.3.1)            /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cee000 - 0x91d7cfff com.apple.vImage 2.5            /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d83000 - 0x91d83fff com.apple.Accelerate.vecLib 3.3.1(vecLib 3.3.1)            /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d85000 - 0x91ddefff libvMisc.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91de7000 - 0x91e0bfff libvDSP.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e13000 - 0x9221cfff libBLAS.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92256000 - 0x9260afff libLAPACK.dylib             /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92637000 - 0x92724fff libiconv.2.dylib             /usr/lib/libiconv.2.dylib
    0x92726000 - 0x927a4fff com.apple.DesktopServices 1.3.7            /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927e5000 - 0x92a1dfff com.apple.Foundation 6.4.12 (567.42)            /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b3d000 - 0x92b54fff libGL.dylib             /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b5f000 - 0x92bb7fff libGLU.dylib             /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bcb000 - 0x92bcbfff com.apple.Carbon 10.4 (???)            /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bcd000 - 0x92bddfff com.apple.ImageCapture 3.0.4            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92beb000 - 0x92bf3fffcom.apple.speech.recognition.framework 3.6            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bf9000 - 0x92bfefff com.apple.securityhi 2.0.1 (24742)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92c04000 - 0x92c95fff com.apple.ink.framework 101.2.1 (71)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92ca9000 - 0x92cacfff com.apple.help 1.0.3 (32.1)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92caf000 - 0x92ccdfff com.apple.openscripting 1.2.7 (???)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cdf000 - 0x92ce5fff com.apple.print.framework.Print 5.1(192.3)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ceb000 - 0x92d4efff com.apple.htmlrendering 66.1 (1.1.3)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d72000 - 0x92db3fff com.apple.NavigationServices 3.4.4(3.4.3)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dda000 - 0x92de7fff com.apple.audio.SoundManager 3.9.1            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dee000 - 0x92df3fff com.apple.CommonPanels 1.2.3 (73)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92df8000 - 0x930edfff com.apple.HIToolbox 1.4.10 (???)            /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931f3000 - 0x931fefff com.apple.opengl 1.4.16            /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93203000 - 0x9321efff com.apple.DirectoryService.Framework3.2            /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9326e000 - 0x9326efff com.apple.Cocoa 6.4 (???)            /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93270000 - 0x93926fff com.apple.AppKit 6.4.10 (824.48)            /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93ca7000 - 0x93d22fff com.apple.CoreData 91 (92.1)            /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d5b000 - 0x93e14fff com.apple.audio.toolbox.AudioToolbox1.4.7            /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e57000 - 0x93e57fff com.apple.audio.units.AudioUnit1.4.2            /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94060000 - 0x940a1fff libsqlite3.0.dylib             /usr/lib/libsqlite3.0.dylib
    0x940a9000 - 0x940e3fff libGLImage.dylib             /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940e8000 - 0x940fefff com.apple.CoreVideo 1.4.2            /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94198000 - 0x941d6fff com.apple.vmutils 4.0.2 (93.1)            /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9421a000 - 0x9422afff com.apple.securityfoundation 2.2.1(28150)            /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94237000 - 0x94274fff com.apple.securityinterface 2.2.1(27695)            /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94290000 - 0x9429ffff libCGATS.A.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x942a6000 - 0x942b1fff libCSync.A.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942fd000 - 0x94317fff libRIP.A.dylib             /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9431d000 - 0x9463cfff com.apple.QuickTime 7.6.4 (1327.73)            /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94700000 - 0x9470efff com.apple.framework.Apple80211 4.5.5(455.2)            /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x947c2000 - 0x94908fff com.apple.AddressBook.framework4.0.6 (490)            /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94994000 - 0x949a3fff com.apple.DSObjCWrappers.Framework1.1            /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x949aa000 - 0x949d3fff com.apple.LDAPFramework 1.4.2(69.1.1)            /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949d9000 - 0x949e8fff libsasl2.2.dylib             /usr/lib/libsasl2.2.dylib
    0x949ec000 - 0x94a11fff libssl.0.9.7.dylib             /usr/lib/libssl.0.9.7.dylib
    0x94a1d000 - 0x94a3afff libresolv.9.dylib             /usr/lib/libresolv.9.dylib
    0x94f5c000 - 0x94f94fff com.apple.PDFKit 1.0.4            /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95ec0000 - 0x95ec0fff com.apple.vecLib 3.3.1 (vecLib3.3.1)            /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96598000 - 0x9659dfff com.apple.agl 2.5.9 (AGL-2.5.9)            /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96f69000 - 0x97040fff com.apple.QuartzComposer 1.2.6(32.25)            /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x970c9000 - 0x970c9fff com.apple.quartzframework 1.0            /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x978a0000 - 0x98797fffcom.apple.QuickTimeComponents.component 7.6.4 (1327.73)            /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98f2c000 - 0x98f55fff com.apple.CoreMediaPrivate 15.0            /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x998cb000 - 0x99902fff com.apple.Syndication 1.0.8 (56.1)            /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b518000 - 0x9b558fff com.apple.CoreMediaIOServicesPrivate20.0            /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9b8e1000 - 0x9b8f3fff com.apple.SyndicationUI 1.0.8 (56.1)            /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9fefc000 - 0x9ffaafff com.apple.QTKit 7.6.4 (1327.73)            /System/Library/Frameworks/QTKit.framework/QTKit
    Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, IntelCore Duo, 1.83 GHz, 512 MB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairport_wireless_card_type_airport_extreme(0x14E4, 0x89), Broadcom BCM43xx 1.0 (4.170.46.9)
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incomingserial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST3160023AS, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-846
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500mA
    USB Device: MP500, Canon, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Upto 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12Mb/sec, 250 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Upto 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12Mb/sec, 500 mA

    Hello,
    There are no files like that in that folder (com.apple.safari).  They all have long numbers with .jpeg or .png at the end.  That's what I meant by I cannot find any files like those mentioned in all the helps I read today.  BTW-it's still crashing - no particular pattern to it at all.
    The only two things I have downloaded recently is a new version of Flash and a Mac-driven update to Office.
    Thank you very much for your attempt to help us.
    J.

  • How to know whether file is document file or not and page count

    How can i know whether the file is document file
    Eg: File file = new File("test.text"); 
            File file = new File("test.doc"); 
            File file = new File("test.pdf");   etc should return true
    File file = new File("test.exe"); 
           File file = new File("test.dat");  etc should return false
    and if it is true i should get the page count for example if pdf or doc file is containinf 100 pages
    i should get the value 100 is there any way to acheive this in java pls give some idea or example code
    Regards

    To get the number of pages you would need to write or find an existing Java API that can parse the proprietary formats of each type. And some formats do not really have pages. For instance, the number of pages of a .txt (often opened by Notepad by default) file would depend on your page length which is not generally stored in the file it is set by the tool you use to read the file.

  • How to get the table_name and its count(*) in a SQL

    Hi,
    Can anybody tell me how to write a sql to get the table_name and its count(*) in a SQL:
    Output should be:
    table_name count(*)
    XXX 261723
    YYY 3343
    Regards,
    G. Rajakumar.

    hello
    there r a lot ways
    i'll suggest u two of them
    1) the following dynamic sql procedure
    DECLARE
    TYPE array_type IS TABLE OF VARCHAR(30);
    TYPE cur_typ IS REF CURSOR;
    c1 cur_typ;
    count1 integer;
    tab_arr array_type;
    querystr varchar2(200);
    begin
    SELECT table_name bulk collect into tab_arr FROM sys.all_all_tables ;
    FOR I IN tab_arr.first..tab_arr.last LOOP
    DBMS_OUTPUT.PUT(TAB_ARR(I));
    querystr := 'select count(*) from ' ||TAB_ARR(I);
    open c1 for querystr;
    fetch c1 into count1;
    EXIT WHEN c1%NOTFOUND;
    dbms_output.put_line(count1);
    END LOOP;
    close c1;
    END;
    2) or use ANALYZE to analyze the tables and get the number of rows in the NUM_ROW column of DBA_TABLES view.
    if u still have any problem mail me at [email protected]
    shalini

  • IOS - Library/Cache - Database question

    Hello there,
    Some time ago I've read on this forum that the correct directory to use on iOS for storing data is Library/Cache and since then I've fixed my app to use that directory.
    Here it is the link to an article written by "our" Saumitra:
    http://www.saumitrabhave.com/2011/11/air-ios-solving-apps-must-follow-ios.html
    My app has 2 db files (and some xml files).
    The struct looks like this:
    [root] my main app
    ├──data
    │  └──dbtemplates  (this dir contains my two db files)
    └──xml
       ├──en (this dir contains english localization)
       └──it (this dir contains italian localization)
    When my app starts, it copies these 2 db files in Library/Cache directory and then the app fills them with data generated on the fly: from that moment my app will use these two new databases for reading and saving datas.
    My questions are:
    1) With this struct, is it true that my app won't be rejected by Apple? (I mean with data/dbtemplates, xml/it and xml/en subdirectories)
    2) Is the Library/Cache the right directory to copy my new db in?
    3) If Apple accepts my app, sooner or later I will develop an update to my app: in that case, if the user has not uninstalled my app, when he updates the app from the apple store, the db files that I stored in Library/Cache won't be deleted from the update process, true?
    Unilt today I was pretty sure that the answers to my questions were "yes", "yes" and "yes" but today I've spoken with a friend of mine that told me that I need also to flag my dbfiles as "do not backup" and the only wat to accomplish this is to use a native extension:
    http://www.jampot.ie/ane/ane-ios-data-storage-set-donotbackup-attribute-for-ios5-native-ex tension/
    Can someone clear my doubts?
    Thanks in advance

    1) With this struct, is it true that my app won't be rejected by Apple? (I mean with data/dbtemplates, xml/it and xml/en subdirectories)
         Its seems absolutely fine. data and xml are the folders you package as assets right?
    2) Is the Library/Cache the right directory to copy my new db in?
         As I see your use case, I think you should rather use the applicationStorageDirectory. Because thes files are essential for your application to work.
    3) If Apple accepts my app, sooner or later I will develop an update to my app: in that case, if the user has not uninstalled my app, when he updates the app from the apple store, the db files that I stored in Library/Cache won't be deleted from the update process, true?
         No. As per Apple QnA "the entire <Application_Home>/Library directory has always been preserved during updates and backups, except for <Application_Home>/Library/Caches." See this . So if you store the XMLs in Caches they will be deleted but Not if you store them in applicationStorageDirectory which is (Library/Application Support/....) See recommended usage of this directory here
    About "Do Not Backup Attribute".
    As you can see that above link mentions adding the do not backup extended attribute to "Application Support". You should set it if you dont need those files to be backed up but, You should not set this attribute if it is essential for your application to have those files when restored from backup to function properly or get "restored" completely.

  • Unknown SQL eating CPU time and library cache locks

    Hello everyone,
    we are seeing a lot of activity when opening new connections to the database from PHP web server and the time is being spent on a SQL which in Enterprise manager is reported as UNKNOWN and selecting the GV$SQL view for this sql_id yields nothing, the SQL is not there. We do not have any logon triggers.
    I was wondering, if I know this SQL_ID (it's "c5brdpybgqss6"), can I see what it actually does? Can I trace it somehow?
    Our environment is:
    Oracle Database 11g Release 11.1.0.7.0 - 64bit Production
    With the Real Application Clusters option
    Two RAC instances, running RedHat ES 5 64bit
    Clients are PHP, using oci8, using Instant Client 11.1.0.7
    Thanks for any ideas how to further analyze this,
    Michal.

    Unfortunately no, it is NULL (see below). I tried metalink, but I don't know what to search for. I'll probably have to file a ticket with the support.
    select username, sid, serial#, status, sql_id, prev_sql_id, event, seconds_in_wait
    from gv$session
    where sql_id='c5brdpybgqss6'
    order by username, sid, serial#;
    USERNAME SID SERIAL# STATUS SQL_ID PREV_SQL_ID EVENT SECONDS_IN_WAIT
    IMWC2 945 64434 ACTIVE c5brdpybgqss6 latch: shared pool 5
    IMWC2 1020 38821 ACTIVE c5brdpybgqss6 library cache lock 2
    973 7519 ACTIVE c5brdpybgqss6 class slave wait 0
    992 20 ACTIVE c5brdpybgqss6 EMON slave idle wait 3
    1004 5 ACTIVE c5brdpybgqss6 EMON slave idle wait 5
    1006 1195 ACTIVE c5brdpybgqss6 EMON slave idle wait 3
    1014 2635 ACTIVE c5brdpybgqss6 EMON slave idle wait 3
    1020 2755 ACTIVE c5brdpybgqss6 EMON slave idle wait 3
    1026 3967 ACTIVE c5brdpybgqss6 EMON slave idle wait 2
    1027 3039 ACTIVE c5brdpybgqss6 EMON slave idle wait 2
    1042 805 ACTIVE c5brdpybgqss6 EMON slave idle wait 3
    1044 481 ACTIVE c5brdpybgqss6 EMON slave idle wait 3
    1046 300 ACTIVE c5brdpybgqss6 EMON slave idle wait 1
    1053 2 ACTIVE c5brdpybgqss6 Streams AQ: waiting for time management or cleanup tasks 209637
    1055 8 ACTIVE c5brdpybgqss6 Streams AQ: emn coordinator idle wait 4
    1056 10 ACTIVE c5brdpybgqss6 Streams AQ: emn coordinator idle wait 0
    1059 6 ACTIVE c5brdpybgqss6 Streams AQ: waiting for time management or cleanup tasks 0

  • I just need to know how you get an iTunes library off the original hard drive of a mac and onto an external hard drive and still have it work normally?

    I just need to know how you get an iTunes library off the original hard drive of an imac and onto an external hard drive and still have it work as it normally would?

    http://support.apple.com/kb/HT1449

  • I just got a new pc running windows 7 and don't know how to transfer my itunes library from my old computer using windows xp

    i just got a new pc running windows 7 and cannot get my i tunes library from my old windows xp i have an ipad,ipod nano .ipod touch ,will any of these do it? My library is one i downloaded from cds not purchased thanks'

    Iv just got a macbook pro today, and I don't know how to transfer my itunes library from my imac..
    the simplest way, assuming all your media files are in the default location, would be to connect the two Macs with a firewire cable, boot the source Mac in Target Disk Mode, and copy the entire iTunes folder (not just the iTunes music folder) from <MacintoshHD>/users/yourname/music on the source to <MacintoshHD>/users/yourname/music on the target (overwriting the iTunes folder in place there).
    My sister is having my old imac, so I also need to then clear the itunes on the imac for her.
    just a create a new admin user account for her on the iMac.

  • Hi I would like to know if I can delete my file fpsaud (Library Cache) because my app Clean my mac cannot do it. Is this operation dangerous? Thanks

    Hi I would like to know if I can delete my file psaud (Library Cache) because my App Mac Cleanse cannot do it. Can I move this this manually into the trash? Is it dangerous? Thanks

    You should have stopped after the first paragraph, because that was the only helpful part. You managed to sarcastically tell the questioner that he or she is dumb, throw in a couple of tidbits to convince any reader how smart you must be, and discourage any further learning.
    I saw nowhere in the original question where marcozroberto was complaining about speed.
    Caches, to us lesser mortals, are one of the first culprits that come to mind when all the cookies (including smart cookies) and browser cache have been erased, yet the ads on Web pages still want to know if I'd like to find a date tonight in my specific area code. So, I turn to sites like the Apple discussion pages to find out what other pieces of memory I have to flush to feel less stalked.  According to you, I shouldn't bother my poor head learning about this machine I bought, I should just trust  manufacturers and programmers to manage everything.
    I doubt fpsaud is really the problem with my browsing (my next guess is the IP address), but I won't learn that here.

  • How to know whether the Content Type at Library level is Inheriting Parent Content type or not Using Powershell?

    Hi,
    How to know whether the Content Type at Library level is Inheriting Parent Content type or not using Powershell?
    Is there any property for that? Or Do I need to compare the Content type Id's at Site collection level and Library level?
    Any help would be greatly appreciated.
    Thank you,
    AA.

    Hi Ashok,
    For a content type, there is an attribute called Inherits, the value of this attribute determines whether the content type inherits fields from its parent content type when it is created.
    If Inherits is TRUE, the child content type inherits all fields that are in the parent, including fields that users have added.
    If Inherits is FALSE or absent and the parent content type is a built-in type, the child content type inherits only the fields that were in the parent content type when SharePoint Foundation was
    installed. The child content type does not have any fields that users have added to the parent content type.
    More information, please refer to the link:
    https://msdn.microsoft.com/en-us/library/office/aa544268.aspx?f=255&MSPPError=-2147217396
    Best Regards,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I want to know when a sql-query was excuted in DBA_HIST_SQL_PLAN !!

    Hi, all.
    I want to know when a sql query wqas excuted in past 3 month.
    select * from DBA_HIST_SQL_PLAN
    where plan_hash_value='1844343569'
    is working?
    The plan_hash_value is from v$sql_plan of current instance.
    There ware 3times database shutdown/startup.
    When a oracle instance is initiated, is the plan_hash_value of the same query changing?
    Thanks in advance.

    You can't go back 3 months unless your retention period is set to that length of time.
    select retention from DBA_HIST_WR_CONTROL;
    If you want to retain data for longer then you need to modify you snapshots settings, but this can impact your DB if it grows too large.
    BEGIN
    DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS( retention => 100800);
    END;
    Then you could get the details out by using something like
    select a.SNAP_ID, begin_interval_time, end_interval_time, SQL_ID, PLAN_HASH_VALUE,VERSION_COUNT, FETCHES_TOTAL, EXECUTIONS_DELTA , EXECUTIONS_TOTAL
    from DBA_HIST_SQLSTAT a, DBA_HIST_SNAPSHOT b
    where b.snap_id=a.snap_id
    and b.instance_number=a.instance_number
    and sql_id='&sql_id'
    ;

  • How can I know which photos are in the library was used in each album I have created before.

    How can I know which photos are in the library was used in each album I have created before?
    I have many photos in the library folder of iPhoto, but actually I don't know which photos were used in my album.
    Is there any method to find this?
    Thanks.

    Album or Book?
    If Album you can find the ones not already used:
    File -> New Smart Album
    Album -> is not -> Any
    Regards
    TD

  • I am so tired of iphoto crashing, losing work I've done.  I want to switch to photoshop elements 10 but need to know if it uses the iphoto library or if I can import that library into elements

    I am so tired of iphoto crashing, losing work I've done.  I want to switch to photoshop elements 10 but need to know if it uses the iphoto library or if I can import that library into elements

    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.

Maybe you are looking for