Query to find no of segments in sob and validating those dynamically?

Hi,
I need to upload segments into staging table and then perform validations as follows:
Based on SOB no of segments differ so before loading the data into staging table I need to know no of segments upfront so that I can load into those columns in the staging table and I can use those columns only for validations.
Once I know no of segments, I need to query all those segments and see if more than one segment combination has same ccid.If so I've to reject it and write it to log file .
I've to check whether chart_of_account_id is same in the following queries?
select chart_of_accounts_id from gl_sets_of_books where set_of_books_id =44;
select chart_of_accounts_id from gl_code_combinations where segment1='yyy' and segment2='aaa'
Can anyone help in performing all these dynamically based no of segments based on sob in a pl/sql
Thanks,
Kiran

What Oracle EBS version are you on?
For 11i, this should work :
select gsb.name,
fifs.id_flex_structure_code "Chart of Accounts",
fifsv.*
from fnd_id_flex_segments_vl fifsv,
fnd_id_flexs fif,
fnd_id_flex_structures_vl fifs,
gl_sets_of_books gsb
where fif.id_flex_name = 'Accounting Flexfield'
and fifsv.id_flex_code = fif.id_flex_code
and fifs.id_flex_code = fif.id_flex_code
and fifs.id_flex_num = fifsv.id_flex_num
and gsb.name = <SoB Name>
and gsb.chart_of_accounts_id = fifsv.id_flex_num

Similar Messages

  • Query to find the number of main meter and its corresponding sub meter

    Hi Expert,
    I need to build a query to derieve the main meter & it corresponding sub meter in SAP system
    Please could you let me the table which i should join

    Check out tables EQUI-EGERS-ETDZ
    Thanks,
    Murtuza

  • Query to find the user ID create date and locked date

    Hi,
    As title, below is my query, it seem that it will not work as my expectation, can someone help?
    SELECT T0.[USER_CODE], T0.[U_NAME], T0.[LOCKED], T0.[LstLogoutD] AS 'Last Logon Date' , T1.[CreateDate]  FROM OUSR T0  INNER JOIN AUSR T1 ON T0.USERID = T1.userSign WHERE T0.[LOCKED] = 'N' AND
          T1.logInstanc = 1
    Thanks

    Try this
    After the Mr. Nagarajan post
    SELECT
    T0.[USER_CODE], T0.[U_NAME], Case when Isnull((Select Min(T1.date) from usr5 T1 where T0.USER_Code = T1.usercode GROUP by T1.Usercode), 0) <> 0 then (Select Min(T1.date) from usr5 T1 where T0.USER_Code = T1.usercode GROUP by T1.Usercode) else T0.[updateDate] end 'Creation date', T0.[lastLogin], T0.[Locked] FROM [dbo].[OUSR] T0
    Regards,

  • Query to find out pertcular schema related datafiles free space????

    hai,
    whats the query to find out free space in datafiles and index files related free space for perticular schmea?
    Regards
    dba

    If you wish to get free space in index tablespace then use following query:
    select b.tablespace_name, tbs_size SizeMb, a.free_space FreeMb
    from
    (select tablespace_name, round(sum(bytes)/1024/1024 ,2) as free_space
    from dba_free_space group by tablespace_name) a,
    (select tablespace_name, sum(bytes)/1024/1024 as tbs_size
    from dba_data_files group by tablespace_name
    UNION
    select tablespace_name, sum(bytes)/1024/1024 tbs_size
    from dba_temp_files
    group by tablespace_name ) b
    where a.tablespace_name(+)=b.tablespace_name
    and a.tablespace_name='INDX';
    and if you get info for all tablespace then :
    select b.tablespace_name, tbs_size SizeMb, a.free_space FreeMb
    from
    (select tablespace_name, round(sum(bytes)/1024/1024 ,2) as free_space
    from dba_free_space group by tablespace_name) a,
    (select tablespace_name, sum(bytes)/1024/1024 as tbs_size
    from dba_data_files group by tablespace_name
    UNION
    select tablespace_name, sum(bytes)/1024/1024 tbs_size
    from dba_temp_files
    group by tablespace_name ) b
    where a.tablespace_name(+)=b.tablespace_name;

  • Query to find patches that were applied using admrgpch

    Hi,
    I Hav a query to find what are all patches merged and applied using admrgpch.Here,From the output I am concluding that, all the bugs that were fixed during a specific time were merged and applied using admrgpch.
    Could u please suggest my approach is wrong Or any better alternative is available ??
    =========================================
    col DRIVER_FILE_NAME format a15;
    col ORIG_PATCH_NAME format a7;
    col BUG_NUMBER format a10;
    select To_char(c.creation_date,'DD-MON-YYYY HH24:MI:SS') creation_date, driver_file_name, orig_patch_name,merged_driver_flag, bug_number
    from ad_comprising_patches c, ad_patch_drivers d, ad_bugs b
    where c.patch_driver_id = d.patch_driver_id
    and c.bug_id = b.bug_id
    and c.creation_date like TO_DATE('&a','DD-MON-YYYY')
    order by c.creation_date, bug_number;
    =========================================
    BestRegards/

    Hi All,
    we submitt a concurrent request last month it compleated in 335min. Now the same request is taking 7 hours. what can i do, our production is going on live in june its the error in wrong time, we tryed it for 3 times.. every time its taking 7 to 7.20min how can i resolve it?
    1) Is there any use to increase SGA?
    2) Our queary is very much tuned . . .
    Waiting for responce...
    Thanks
    Krish.
    [email protected]

  • Need a query to find Grops mapped on Folders

    Hi ,
    I need a query builder query to find out the list  of folder and mapped groups to those folder.
    Would you please let me know if that is possible I triead but no luck .
    Regards,
    Neo

    Hi,
    This query sound goods but I get error 
    Select SI_NAME, SI_KIND From CI_APPOBJECTS, CI_INFOOBJECTS
    Where PARENTS("SI_NAME='Myfolder'",'CHILDREN(''SI_NAME=''UserGroup''')")
    Please let me know if I am giong in right direction becuse I never used Parents and child concept bit confused.
    All I need is when I put in my folder name it has to show me all the groups mapped to it.
    If this query gives  the result , it will be the great logic I would say
    Thanks a ot.
    Neo A

  • Query to find legal entities associated with a SOB IN GL

    Hi ,
    I'm building a report in which I need a SQL "Query to find legal entities associated with a SOB IN gl". Can anyone came across same situation. Please let me know.
    Thanks

    SELECT
    les.name as legal_entity
    , sob.name as set_of_books
    , sob.short_name
    , sob.currency_code
    , sob.description
    FROM
    hr_legal_entities les
    , gl_sets_of_books sob
    WHERE 1=1
    AND les.set_of_books_id = sob.set_of_books_id

  • Finder crashes, references Segmentation Fault.

    Every so often, I will have Finder crash and this entry shows up in the log:
    com.apple.launchd.peruser.1044[464] (com.apple.Finder[480]): Job appears to have crashed: Segmentation fault
    Doesn't happen with any sort of pattern/time of day, or related to any program.  It just happens.
    I've deleted the Finder preferences/plist, verified disk permissions, and verified disk integrity.
    I've seen some users recommend extracting the Finder package from the Install disks using Pacifist, and I've dug through the Snow Leopard installer but can't find an installer (I'm assuming this may no longer apply since these workarounds were referencing Tiger?).
    Any ideas?

    This is what I have:
    Process:         Finder [485]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.6.8 (10.6.8)
    Build Info:      Finder_FE-6650801~5
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [470]
    Date/Time:       2011-06-27 13:08:09.639 -0700
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  10  Dispatch queue: Query work queue
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff865ab29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff865ab90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff83450932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8344fdbf CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff855b87ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff855b85f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff855b84ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff80a21e64 _DPSNextEvent + 718
    8   com.apple.AppKit                        0x00007fff80a217a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.AppKit                        0x00007fff809e748b -[NSApplication run] + 395
    10  com.apple.AppKit                        0x00007fff809e01a8 NSApplicationMain + 364
    11  com.apple.finder                        0x0000000100005199 0x100000000 + 20889
    12  com.apple.finder                        0x000000010000515c 0x100000000 + 20828
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff865c412a kevent + 10
    1   libSystem.B.dylib                       0x00007fff865c5ffd _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff865c5cd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff865c57fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff865c5128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff865c4fc5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff865ab29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff865ab90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff83450932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8344fdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8344fb46 CFRunLoopRun + 70
    5   com.apple.DesktopServices               0x00007fff889064d2 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
    6   ...ple.CoreServices.CarbonCore          0x00007fff8677f335 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff865eee52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff83472498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff865ab29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff865ab90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff83450932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8344fdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8344fb46 CFRunLoopRun + 70
    5   com.apple.DesktopServices               0x00007fff8896a530 TQueryTask::QueryTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x00007fff8677f335 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff865ab29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff865ab90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff83450932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8344fdbf CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff8433ef5f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff842bff29 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff865ab2fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff865e9c92 _pthread_cond_wait + 1015
    2   com.apple.finder                        0x000000010002a760 0x100000000 + 173920
    3   com.apple.finder                        0x00000001000626f2 0x100000000 + 403186
    4   com.apple.finder                        0x0000000100005ce9 0x100000000 + 23785
    5   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff865ab2fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff865e9c92 _pthread_cond_wait + 1015
    2   com.apple.finder                        0x000000010002a760 0x100000000 + 173920
    3   com.apple.finder                        0x000000010002a702 0x100000000 + 173826
    4   com.apple.finder                        0x0000000100005db7 0x100000000 + 23991
    5   com.apple.finder                        0x0000000100005ce9 0x100000000 + 23785
    6   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff865e5f8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff865e9da1 _pthread_cond_wait + 1286
    2   com.apple.CoreVideo                     0x00007fff880c8342 CVDisplayLink::runIOThread() + 804
    3   com.apple.CoreVideo                     0x00007fff880c7fe3 startIOThread(void*) + 139
    4   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff865c4f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff865c535c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff865c4fc5 start_wqthread + 13
    Thread 10 Crashed:  Dispatch queue: Query work queue
    0   com.apple.Metadata                      0x00007fff882d579f _MDQueryGetIndexAndGroupOfResultWithStoreAndOid + 341
    1   com.apple.Metadata                      0x00007fff882d513b _MDUpdateResultInQuery + 90
    2   com.apple.Metadata                      0x00007fff882ce80b processUpdatesLocked + 756
    3   com.apple.Metadata                      0x00007fff882ce386 tryProcessUpdates + 331
    4   com.apple.Metadata                      0x00007fff882cd48b _MDQueryCallback + 322
    5   com.apple.Metadata                      0x00007fff882cd322 doQueryResultsCallback + 119
    6   com.apple.Metadata                      0x00007fff882cd2a1 _XQueryResultsCallback + 191
    7   com.apple.Metadata                      0x00007fff882ccb77 MDSClientCallbacks_server + 106
    8   libSystem.B.dylib                       0x00007fff865f09dc mach_msg_server_once + 378
    9   libSystem.B.dylib                       0x00007fff865c6913 _dispatch_source_invoke + 273
    10  libSystem.B.dylib                       0x00007fff865c5cd4 _dispatch_queue_invoke + 185
    11  libSystem.B.dylib                       0x00007fff865c5dfc _dispatch_queue_drain + 261
    12  libSystem.B.dylib                       0x00007fff865c5c54 _dispatch_queue_invoke + 57
    13  libSystem.B.dylib                       0x00007fff865c57fe _dispatch_worker_thread2 + 252
    14  libSystem.B.dylib                       0x00007fff865c5128 _pthread_wqthread + 353
    15  libSystem.B.dylib                       0x00007fff865c4fc5 start_wqthread + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff865c4f4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff865c535c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff865c4fc5 start_wqthread + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff865ab29a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff865ab90d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff83450932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8344fdbf CFRunLoopRunSpecific + 575
    4   com.apple.CoreFoundation                0x00007fff8344fb46 CFRunLoopRun + 70
    5   com.apple.DesktopServices               0x00007fff8896a530 TQueryTask::QueryTaskProc(void*) + 104
    6   ...ple.CoreServices.CarbonCore          0x00007fff8677f335 PrivateMPEntryPoint + 63
    7   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff865ab2fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff865e9c92 _pthread_cond_wait + 1015
    2   com.apple.finder                        0x000000010002a760 0x100000000 + 173920
    3   com.apple.finder                        0x000000010002a702 0x100000000 + 173826
    4   com.apple.finder                        0x0000000100005db7 0x100000000 + 23991
    5   com.apple.finder                        0x0000000100005ce9 0x100000000 + 23785
    6   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 14:
    0   libSystem.B.dylib                       0x00007fff865ab2fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff865e9c92 _pthread_cond_wait + 1015
    2   com.apple.finder                        0x000000010002a760 0x100000000 + 173920
    3   com.apple.finder                        0x000000010002a702 0x100000000 + 173826
    4   com.apple.finder                        0x0000000100005db7 0x100000000 + 23991
    5   com.apple.finder                        0x0000000100005ce9 0x100000000 + 23785
    6   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff865ab2fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff865e9c92 _pthread_cond_wait + 1015
    2   com.apple.finder                        0x000000010002a760 0x100000000 + 173920
    3   com.apple.finder                        0x000000010007891e 0x100000000 + 493854
    4   com.apple.finder                        0x0000000100075965 0x100000000 + 481637
    5   com.apple.finder                        0x0000000100005ce9 0x100000000 + 23785
    6   libSystem.B.dylib                       0x00007fff865e44f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff865e43a9 thread_start + 13
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x000000011f8d6540  rbx: 0x0000000000000004  rcx: 0x0000000000000000  rdx: 0x0000000120dd3e60
      rdi: 0x0000000000000000  rsi: 0x0000000120dd3e60  rbp: 0x0000000118db4ad0  rsp: 0x0000000118db4a80
       r8: 0x0000000000000001   r9: 0x0000000120660360  r10: 0x0000000120675000  r11: 0x0000000000000004
      r12: 0x0000000120e6efe0  r13: 0x000000006b000010  r14: 0x0000000000000000  r15: 0x0000000000226a5a
      rip: 0x00007fff882d579f  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x1003acff7  com.apple.finder 10.6.8 (10.6.8) <9CFBAFEA-027B-443F-60F4-7ACA103313CC> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
           0x1004ed000 -        0x1004effef  com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x101472000 -        0x10147bfff  com.apple.qldisplay.PDF 2.3 (327.6) <A5D1AD9F-A1DD-D0AE-9FA1-4D46407A9901> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/PDF.qldisplay/Contents/MacOS/PDF
           0x101564000 -        0x101567fef  libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <1DAD3AED-1284-EB66-3E3D-824D19651C4C> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x10168a000 -        0x101692fff  com.apple.qldisplay.NSImage 2.3 (327.6) <A1FD7F57-00A6-3150-A7FF-E286A66EA2E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/NSImage.qldisplay/Contents/MacOS/NS Image
           0x1016ac000 -        0x1016b0ff7  libFontRegistryUI.dylib ??? (???) <89E50DF0-2A72-B443-28AE-5F27EC7E22C7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x101767000 -        0x101776ff7  com.apple.qldisplay.Web 2.3 (327.6) <583EE1DE-AE45-C8C6-A1D6-9077695C8B0B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Web.qldisplay/Contents/MacOS/Web
           0x113080000 -        0x113085fff  com.apple.qldisplay.Generic 2.3 (327.6) <F497227C-B37C-2338-CB60-75B91133B1ED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Ge neric
           0x1137e7000 -        0x11380dfff  GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x113863000 -        0x11386afff  com.apple.URLMount.AFPPlugin 3.2.2 (3.2.2) <631926F7-3DEA-AAF8-8128-18DA62C03358> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
           0x1146ad000 -        0x1146f7fff  com.apple.AppleShareClientCore 2.1 (2.1) <EB74823A-3978-0E5B-ABCB-B4362E181FCA> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
           0x116025000 -        0x1161b6fef  GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x1161e7000 -        0x11660afef  libclh.dylib 3.1.1 C  (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x119000000 -        0x1191b5fff  libCMaps.A.dylib 545.0.0 (compatibility 64.0.0) <63054685-73A1-615F-464C-05A4C5F0043D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
           0x200000000 -        0x200787fff  com.apple.GeForceGLDriver 1.6.26 (6.2.6) <D469864E-34A6-37EE-A01D-7C2AF0223D35> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
        0x7fff80003000 -     0x7fff8006fff7  com.apple.CorePDF 1.3 (1.3) <FF2F3F1B-D1D6-684C-B174-6A455E04FF91> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff80070000 -     0x7fff80076ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff80077000 -     0x7fff8007cfff  libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8007d000 -     0x7fff800b8fff  com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff800b9000 -     0x7fff800d2fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff80180000 -     0x7fff8018cfff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff8018d000 -     0x7fff801dfff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff801e0000 -     0x7fff801edff7  com.apple.AppleFSCompression 24.4 (1.0) <F521CD1B-AC29-DA0B-BE8D-4F6F9F68A994> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff801ee000 -     0x7fff801f3fff  libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff801f4000 -     0x7fff80231fff  com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff80260000 -     0x7fff8095d06f  com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8095e000 -     0x7fff809a7fef  libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff809de000 -     0x7fff813d4fff  com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff813d5000 -     0x7fff81418ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff81419000 -     0x7fff81483fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff81484000 -     0x7fff81510fef  SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff81511000 -     0x7fff81511ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff81512000 -     0x7fff81527ff7  com.apple.FileSync.framework 5.0.3 (375) <35387442-612C-98B1-C74F-815619492315> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
        0x7fff81558000 -     0x7fff8157efe7  libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8157f000 -     0x7fff815c4fff  com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff817ed000 -     0x7fff81ff7fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff81ff8000 -     0x7fff8204dff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8204e000 -     0x7fff8216ffe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff82170000 -     0x7fff8232efff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
        0x7fff8232f000 -     0x7fff823f0fef  com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff823f1000 -     0x7fff82834fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff828a8000 -     0x7fff828d7ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff82b61000 -     0x7fff82efefe7  com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff82eff000 -     0x7fff83403fe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff83404000 -     0x7fff8357bfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8357c000 -     0x7fff841f7fef  com.apple.WebCore 6533.20 (6533.20.24) <FB4CBEAE-106E-1B22-6C97-1B38A06EB569> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff841f8000 -     0x7fff842aefff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
        0x7fff842af000 -     0x7fff84532fe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84549000 -     0x7fff84598fef  libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff84599000 -     0x7fff84639fff  com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff84839000 -     0x7fff84943ff7  com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff84944000 -     0x7fff84958ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff84959000 -     0x7fff849d8fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff849e0000 -     0x7fff84a99fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff84a9a000 -     0x7fff84aa9fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff84ac6000 -     0x7fff84accfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff84acd000 -     0x7fff84aedff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff84ba6000 -     0x7fff84d96fef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <5626170D-00AE-33B1-03FF-256E9794150D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff84d97000 -     0x7fff84d9efff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff84e51000 -     0x7fff84e98ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff851dd000 -     0x7fff851fefff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
        0x7fff851ff000 -     0x7fff85201fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff85333000 -     0x7fff85348ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff85349000 -     0x7fff8534eff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff854b0000 -     0x7fff854fcfff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff8558a000 -     0x7fff85888fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff85889000 -     0x7fff8589ffff  com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff85999000 -     0x7fff85c03fef  com.apple.QuartzComposer 4.2 ({156.28}) <60956AE3-2B2D-A0B7-9D92-3EE33D3A7051> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff85cd5000 -     0x7fff85cd5ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff85dd7000 -     0x7fff85e14ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff85e15000 -     0x7fff85e5dff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85e5e000 -     0x7fff85e5eff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff85e5f000 -     0x7fff85ea3fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff85ea4000 -     0x7fff85eb5fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff85eb6000 -     0x7fff8606efef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8606f000 -     0x7fff8606fff7  com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff86070000 -     0x7fff86098fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff86099000 -     0x7fff8611eff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8627f000 -     0x7fff86351fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff86352000 -     0x7fff86360ff7  libkxld.dylib ??? (???) <27713C39-0E51-8F5A-877B-C5539C96A520> /usr/lib/system/libkxld.dylib
        0x7fff86361000 -     0x7fff86365ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff86366000 -     0x7fff863adfff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8642b000 -     0x7fff865a9ff7  com.apple.WebKit 6533.20 (6533.20.25) <AD4C3C2F-8781-F2A7-EB6A-CCFC41E3FA04> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff865aa000 -     0x7fff8676bfff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
        0x7fff8676c000 -     0x7fff86777fff  com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff86778000 -     0x7fff86aacfff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff86ab5000 -     0x7fff86aeffff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff86af0000 -     0x7fff86b31fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff86b68000 -     0x7fff86b6bff7  libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff86b6c000 -     0x7fff86c21fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff86c22000 -     0x7fff86c25fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff86c26000 -     0x7fff86c97ff7  com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff86c98000 -     0x7fff86cd9ff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff86cda000 -     0x7fff86cfdfff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff86cfe000 -     0x7fff86d7cff7  com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff86d7d000 -     0x7fff86d7eff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff86de5000 -     0x7fff86e26fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff86e27000 -     0x7fff86ee4fff  com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff86ee5000 -     0x7fff87120fef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff87121000 -     0x7fff8725ffff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87260000 -     0x7fff87266ff7  IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87267000 -     0x7fff87380fef  libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff87384000 -     0x7fff87401fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff87489000 -     0x7fff87506fef  com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87507000 -     0x7fff87516fff  com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87517000 -     0x7fff8751aff7  com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8751b000 -     0x7fff8756aff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff875a0000 -     0x7fff875b4fff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff875b5000 -     0x7fff87665fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff87697000 -     0x7fff87727fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff87773000 -     0x7fff877acfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
        0x7fff877ad000 -     0x7fff877adff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff877ed000 -     0x7fff87803fe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <458F0259-6EDC-16BA-E6AA-1CEED002D188> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8782a000 -     0x7fff8782aff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87995000 -     0x7fff879a3ff7  com.apple.Collaboration 38 (38) <ACD0F7F7-A342-CFBC-9BB8-906CDDCCB070> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
        0x7fff879a4000 -     0x7fff87ad9ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff87b3b000 -     0x7fff87b4dfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff87b4e000 -     0x7fff87b81fff  libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff87bc6000 -     0x7fff87c55fff  com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff87d22000 -     0x7fff87d22ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff87d23000 -     0x7fff87dbdff7  com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff87dbe000 -     0x7fff88046fef  com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff88047000 -     0x7fff880a9fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff880aa000 -     0x7fff880c5ff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff880c6000 -     0x7fff880ebff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff88114000 -     0x7fff88116fff  libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff88117000 -     0x7fff88199fff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8819a000 -     0x7fff882c2ff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff882c3000 -     0x7fff8830dff7  com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff88317000 -     0x7fff88377fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff88378000 -     0x7fff887a3fef  com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff887c9000 -     0x7fff8888afff  libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8888b000 -     0x7fff8888bff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff888e4000 -     0x7fff88901ff7  libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff88902000 -     0x7fff88903fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff88904000 -     0x7fff889eafef  com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff889eb000 -     0x7fff88a01fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff88a02000 -     0x7fff88a0bff7  com.apple.DisplayServicesFW 2.3.0 (283) <5C8FEF26-FBA5-2AC6-C484-336594C637DC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff88a0c000 -     0x7fff88a0dfff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff88a0e000 -     0x7fff88a39ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff88a3a000 -     0x7fff88a45ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88a46000 -     0x7fff88b23fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff88b24000 -     0x7fff88b6dff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff88bbc000 -     0x7fff88c24fff  com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff88c25000 -     0x7fff88c56fff  libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff88c57000 -     0x7fff88c58ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff88c9d000 -     0x7fff88ca1ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff88ca2000 -     0x7fff88cdbff7  com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff88cdc000 -     0x7fff88ce2ff7  com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff88ce3000 -     0x7fff88e52fe7  com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff88e53000 -     0x7fff88f6afef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff88f6b000 -     0x7fff891adfe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff891ae000 -     0x7fff891bbfe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff891bc000 -     0x7fff891cdff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
        0x7fff891ce000 -     0x7fff89208fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib

  • Query to find out the time used by an user for an application

    Hello All,
    I want to know the query to find out the whole time used by the user for an application. Please view the below data
    Employee:
    SNO EMP_ID EMP_NAME EMP_DATE LOGIN_TIME LOGOUT_TIME
    1 10 Visu 21-Nov-2010 06:30:00 07:30:00
    2 10 Visu 21-Nov-2010 06:40:00 07:20:00
    3 10 Visu 21-Nov-2010 06:50:00 07:50:00
    4 10 Visu 21-Nov-2010 07:30:00 08:30:00
    5 10 Visu 21-Nov-2010 09:30:00 10:30:00
    By checking the above data we can say that the total time Visu used the application is
    8.30 - 6.30 (From 1,2,3,4 records) = 2hrs
    10.30 - 9.30 (Based on 5th rec) = 1hr
    So the total time Visu used the application would be 3 hrs = 180 mins.
    Could you please help me in getting the result from that data using a query?

    odie_63 wrote:
    I think it may be solved with analytics too.
    with t1 as (
                select 1 sno,10 emp_id,'Visu' emp_name,'21-Nov-2010' emp_date,'06:30:00' login_time,'07:30:00' logout_time from dual union all
                select 2,10,'Visu','21-Nov-2010','06:40:00','07:20:00' from dual union all
                select 3,10,'Visu','21-Nov-2010','06:50:00','07:50:00' from dual union all
                select 4,10,'Visu','21-Nov-2010','07:30:00','08:30:00' from dual union all
                select 5,10,'Visu','21-Nov-2010','09:30:00','10:30:00' from dual
         t2 as (
                select  emp_id,
                        emp_name,
                        emp_date,
                        to_date(emp_date || login_time,'DD-MON-YYYYHH24:MI:SS') login_time,
                        to_date(emp_date || logout_time,'DD-MON-YYYYHH24:MI:SS') logout_time
                  from  t1
         t3 as (
                select  t2.*,
                        case
                          when login_time < max(logout_time) over(
                                                                  partition by emp_id,emp_date
                                                                  order by login_time
                                                                  rows between unbounded preceding
                                                                           and 1 preceding
                            then 0
                          else 1
                        end start_of_group
                  from  t2
         t4 as (
                select  t3.*,
                        sum(start_of_group) over(partition by emp_id,emp_date order by login_time) grp
                  from  t3
         t5 as (
                select  emp_id,
                        emp_date,
                        min(login_time) login_time,
                        max(logout_time) logout_time
                  from  t4
                  group by emp_id,
                           emp_date,
                           grp
    select  emp_id,
            numtodsinterval(sum(logout_time - login_time),'day') time_spent
      from  t5
      group by emp_id
      order by emp_id
        EMP_ID TIME_SPENT
            10 +000000000 03:00:00.000000000
    SQL> SY.

  • How to use ONE query to find out tree structure?

    ID------------upperID----------Name------------------------isFolder
    1------------ 0---------- Folder
    1------------------------------------1
    2------------ 1------------ Folder 1- Sub
    Folder--------------------1
    3------------ 2------------
    Folder1-Item1-A--------------------------0
    4------------ 1------------ Folder 1- Sub
    Item-----------------------0
    Hi all, if I have a table like above to demonstrate the
    folders and item relationship. This structure allows the user to
    create unlimited folders and items.
    Now I would like to use one query to find out the tree
    structure of this table, how could I do the query.
    Any help on this will be highly appreciated!
    Thanks,
    ez

    Also, see this thread:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&threadid=12 55788&enterthread=y

  • Looking for a query to find first/last dates in overlapping dates...

    Hi,
    I'm looking for a query to find the first dates and last dates in a table conaining overlapping dates.
    I have a subscription table which has for each Customer start and end date for different subscriptions.
    I want to know the different ranges of date where there is subscriptions active.
    so if the table has this:
    CustID, Start date, end date
    1, 2008-01-01, 2012-06-06
    1 ,2009-01-01, 2011-01-01
    1, 2011-01-01, 2013-02-02
    1, 2013-01-01, 2013-08-08
    1, 2014-01-01, 2014-04-04
    I want to produce this result:
    custid, range start, range end
    1, 2008-01-01, 2013-08-08
    1, 2014-01-01, 2014-04-04
    the first row is the range identified from the 4 rows in my subscription table.
    thanks :)

    I think I found it...
    http://stackoverflow.com/questions/5213484/eliminate-and-reduce-overlapping-date-ranges
    let me try this method
    Hi,
    m writing to follow up with you on this post. Thanks for you posting a reply to share your workground. Was the problem resolved after performing the above link? If you are satisfied with the above solution, I’d like to mark this issue as "Answered".
    Please also feel free to unmark the issue, with any new findings or concerns you may have.
    Thanks,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Query to find the list of users having access to a particular scenario

    Hi,
    I am learning Hyperion Planning 9.2 x version. I wanted to know the query to find the list of users having access to Plan Iteration - 1 scenarion.
    As I am new to Hyperion Essbase and Hyperion Planning, I am assuming these ideas work out to get the desired result.
    1) As Hyperion Planning uses Relational DB to store the User Security information, we can query the list of users who is having access to Plan Iteration - 1 Scenario.
    I am not sure if this solution works. Please correct me If I am wrong.
    2) We can also query from the essbase editor to find out who all having access to this scenario.
    If the above is correct, can you please provide me the query.
    I am really need of this and I will be happy if any one provide the solution.
    Thanks & Regards,
    Upendra. Bestha

    Hi,
    If you are looking for some SQL to retrieve the access rights by member then you can use something like (SQL Server code though can easily be modified for Oracle)
    SELECT usr.object_name as Username,mem.object_name as Member,
    'Access Rights' = CASE acc.access_mode
    WHEN -1 THEN 'None'
    WHEN 1 THEN 'Read'
    WHEN 2 THEN 'Write'
    WHEN 3 THEN 'Write'
    ELSE 'Unknown' END,
    'Relation' = CASE acc.flags
    WHEN 0 THEN 'Member'
    WHEN 5 THEN 'Children'
    WHEN 6 THEN 'Children (inclusive)'
    WHEN 8 THEN 'Descendants'
    WHEN 9 THEN 'Descendants (inclusive)'
    ELSE 'Unknown' END
    FROM
    hsp_access_control acc, hsp_object mem, hsp_object usr
    WHERE acc.object_id = mem.object_id
    AND acc.user_id = usr.object_id
    AND mem.object_name = 'Plan Iteration - 1'
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Query to find out which workflow(s) use a particular message ? wf_messages

    Hi guys
    Hoping someone can help.
    I've a list of particular notfication messages, which are stored in the WF_MESSAGES_TL and WF_MESSAGES table, and I need to find out which workflows use them.
    Can anyone tell me what table I can query to find this out ?
    There's no referential integrity which I can use to find this out, and google has turned up nothing so far.
    Any ideas ?
    Thanks a lot
    Scott

    You can use this and tweak it around:
    select p.process_item_type, p.process_name, p.activity_name, a.message
    from wf_process_activities p, wf_activities a
    where p.process_item_type=a.item_type and
    p.activity_name=a.name and
    a.end_date is null;-- means the active/current activity
    Regards,
    Alejandro

  • Query to find out the list of tables used in a package

    hello,
    can anyone please help me out with a query; i want to find out the list of tables used by a particular package.
    thanks,
    orton

    orton607 wrote:
    thanks for replying guys. But the thing is i am using dynamic sql execute immediate in my package, so i want those tables also and the schema name.
    thanks,
    ortonThis is not possible. The best you could do is to have a good guess.
    Or how would you parse some dynamic statement as this:
       v_suffix := 'loyees';
       v_sql := 'Select count(*) from (select ''nonsense'' col1 from emp'||v_suffix||') where col1 = ''Y'''';
       execute_immediate(v_sql);
    ...What is the table name? How do you want to parse that?
    Better rewrite all dynamic SQL statements into non dynamic ones. Or do the source control logic for those dynamic parts in an extra module. For example implement your own dependency table and force every developer to add there all dynamic parts.

  • Query to find out the list of user who have delete access

    Hi,
    I need a query to find out the list of users who have delete access on perticular folder/universe/ reports  in infoview.
    Please advice.
    Regards,
    Neo.

    orton607 wrote:
    thanks for replying guys. But the thing is i am using dynamic sql execute immediate in my package, so i want those tables also and the schema name.
    thanks,
    ortonThis is not possible. The best you could do is to have a good guess.
    Or how would you parse some dynamic statement as this:
       v_suffix := 'loyees';
       v_sql := 'Select count(*) from (select ''nonsense'' col1 from emp'||v_suffix||') where col1 = ''Y'''';
       execute_immediate(v_sql);
    ...What is the table name? How do you want to parse that?
    Better rewrite all dynamic SQL statements into non dynamic ones. Or do the source control logic for those dynamic parts in an extra module. For example implement your own dependency table and force every developer to add there all dynamic parts.

Maybe you are looking for

  • Wipe BBID (lost password / recovery answer Android/iPhone)

    Does anyone know how I can wipe my BBID using windows, I used to have a Blackberry years ago, I've since forgotten my BBID password and I must have typed my security answer wrong back then, I am now using a iPhone and have no ability to wipe my accou

  • Disable PAM

    Hi All, I need to disable PAM in Solaris, In Solaris 9 I set parameter "PAMAuthenticationVIAKBD=NO" in /etc/ssh/sshd_conf file I could not find this file in Solaris 8, pls suggest how to disable PAM in Solaris 8 Thanks & Regds, Gattu

  • Long execution for Full optimize?

    Hi! Do anyone know how long a normal executiontion time for full optimize is? And what you can do to speed it up? We have an application with about 5 000 000 records in the Fact table. We have scheduled 8 imports every day which creates about 100 000

  • Why should we use SUb Class in Forms - Template

    Whatr is the benefit of using SUbcalss properties in Template.fmb Edited by: O.Developer on Oct 29, 2012 12:10 PM

  • Ipad calendar, all event times now 30 minutes later

    I recently added an event to my calendar, when I was finished I casually swiped up and down to move the event around to the correct time. Instead of the event moving, the entire time-frame on the LHS of the calendar moved and before I realised I had