Automation of SQL

Hi all,
I am running around more than 10 predefined SQL per day and then export the output to excel. Is there any short-cut method or auto process where all the sql can be defined at a time and output will be stored in some defined location.
I don't Know as I am new. Is it possible ?

900487 wrote:
I am running around more than 10 predefined SQL per day and then export the output to excel. Is there any short-cut method or auto process where all the sql can be defined at a time and output will be stored in some defined location.Automation of SQL processing is best done using PL/SQL (separate language, not to be confused with SQL).
As for storing the output in some predefined location - server code can only write data to locations available on the server. The best place for data in Oracle is in the database - not in some other external location. Basic client-server principles apply. The client needs to connect to the database, request the data (from the database) it needs, and then write that data to whatever client location required. The data in the database can be CSV, XML, SQL, etc.
There is an exception to this principle as the server can push the data to a client via another server. For example, the PL/SQL server code can send the data (as e-mail with attachments) via a mail server to the client. Or this code can use FTP to transfer the data to a file server for the client to fetch the data files from using FTP or HTTP. However, these exceptions do no reinvent client processing on the server side. The border between client and server in client-server needs to be logical, sensible and distinct.

Similar Messages

  • Help using test in alround automations PL/SQL Developer

    hi sory if this is a bit of a beginer question, Im trying to test the folowing package using the test window in pl/sql developer.
    I was expecting to give the test a value for var_detail_id which it askes for so is good :) , and the test to return the value of v_Media_Object_Name. which it dosent.
    and i dont know enough to know if there is a fault in the code or a fault in the way i am using the test utility. ive put the select on to a sql worksheet, and it returns a sensable name for the detail_id i give it.
    any thoughts on why the test utility dosent return the value of v_Media_Object_Name?
    thanks
    james
    ------------spec-------------------------
    create or replace package Enhanced_Pharos_Report
    AS
    TYPE result_set_type IS REF CURSOR;
    PROCEDURE run_report
    (var_detail_id NUMBER);
    end;
    -------------body----------------------------
    create or replace package body Enhanced_Pharos_Report as
    v_Media_Object_Name varchar2(300);
    function Media_Object_Name(var_Detail_id Number) return varchar2 as
    Result varchar2(300);
    begin
    SELECT promo_name
    INTO Result
    FROM promo
    WHERE promo_id = (SELECT promo_id
    FROM promo_plan
    WHERE promo_plan_id = (SELECT promo_plan_id
    FROM event_promotion
    WHERE detail_id = var_Detail_id));
    return(Result);
    end Media_Object_Name;
    PROCEDURE run_report
    (var_detail_id NUMBER)
    is
    begin
    v_Media_Object_Name := Media_Object_Name (var_detail_id);
    end;
    end;

    Your run_report procedure returns nothing to the caller. You must either have an out parameter return the value selected or make it a function that returns the value expected by the caller.
    As it is, there is nothing that is returned. So, no client, including PL/SQL Developer, will be able to display any results.

  • Automating awrrpt.sql

    Hi,
    Does anyone know how to pass parameters to awrrpt.sql? I want to cron or use dbms_scheduler to generate this report. However when I issue the script with trailing parameters it ignores them. I am hoping it has something equivalent to a .par file as with sql loader.
    Thanks.

    The parameters are just 'define' values, so you can write a simple SQL wrapper. Look at awrrpti.sql as an guideline, or at the following URL where I have an example of how to start with spreport.sql
    http://jonathanlewis.wordpress.com/2007/03/07/analysing-statspack-4/
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

  • SQL query automation and output to text file

    The bcp utility should handle this task pretty easily for you. The documentation is available here.

    I know enough SQL to get me by with the few things I currently do in it (but would always like to know and do more).  Anyway, I was just recently asked if I could come up with a way to automate the execution of a SQL query we currently manually run, and then have the results of that query output (instead of to the screen in SSMS) to a text file with the ".dat" extension.  I've never automated a SQL query before nor have I had the results output to a file.  Can anyone give me some pointers on how to tackle this?
    The query currently calls to a stored procedure (which does all the work) and just executes it with some given dates from the query so I'm thinking the output will need to come from the stored procedure (and the code for output to a file added there?)
    This topic first appeared in the Spiceworks Community

  • Automator stopped working when I installed a Samsung printer

    Ever since I installed a Samsung ML-2570 printer, I've been having problems with Automator. I can start Automator, but when I try to open a workflow, Automator quits.
    I've tried downloading the latest drivers from Samsung, but that has had no effect.
    Any ideas?
    g5   Mac OS X (10.4.6)   23-inch Cinema Display

    Here are the contents of the report that would be generated to send to Apple:
    Date/Time: 2007-01-08 07:45:15.777 -0500
    OS Version: 10.4.8 (Build 8L127)
    Report Version: 4
    Command: Automator
    Path: /Applications/Automator.app/Contents/MacOS/Automator
    Parent: WindowServer [59]
    Version: 1.0.4 (87)
    Build Version: 37
    Project Name: Automator
    Source Version: 870000
    PID: 217
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x9ca4d4a0
    Thread 0 Crashed:
    0 com.apple.applescript 0x989cc27c classifyobject_overfdes + 272
    1 com.apple.applescript 0x989cbf0c init_object + 124
    2 com.apple.applescript 0x989cb838 search_object + 40
    3 com.apple.applescript 0x989cbd90 examine_objects + 300
    4 com.apple.applescript 0x989cb660 Unwind_FindFDE + 148
    5 com.apple.applescript 0x989cb4c8 uwframe_statefor + 68
    6 com.apple.applescript 0x989cb440 uwinit_context1 + 64
    7 com.apple.applescript 0x989cb21c UnwindRaiseException + 52
    8 com.apple.applescript 0x989cb0e0 _cxathrow + 136
    9 com.apple.applescript 0x98a192e8 TUASFrame::PreviousFrame() + 96
    10 com.apple.applescript 0x989b90f4 UASEnvironment_Update() + 456
    11 com.apple.applescript 0x989b8ed0 UASActor_Define() + 292
    12 com.apple.applescript 0x989fa910 UASExecute1() + 328
    13 com.apple.applescript 0x989dc8c8 ASExecuteEvent(AEDesc const*, unsigned long, long, unsigned long*) + 900
    14 ...ple.CoreServices.CarbonCore 0x90bdb190 CallComponentFunctionCommon + 1112
    15 com.apple.applescript 0x989b0418 AppleScriptComponent + 1712
    16 ...ple.CoreServices.CarbonCore 0x90bdacd4 CallComponent + 260
    17 com.apple.openscripting 0x93055878 OSAExecuteEvent + 52
    18 com.apple.OSAKit 0x95e43200 -[OSAScript executeAppleEvent:error:] + 168
    19 com.apple.AutomatorFramework 0x96201408 -[AMAppleScriptAction executeWithParameter:error:] + 476
    20 com.apple.AutomatorFramework 0x96200df4 -[AMAppleScriptAction _executeWithInfo:] + 336
    21 com.apple.Foundation 0x9296aa00 __NSFireMainThreadPerform + 276
    22 com.apple.CoreFoundation 0x9080da78 __CFRunLoopPerformPerform + 104
    23 com.apple.CoreFoundation 0x907dd4cc __CFRunLoopDoSources0 + 384
    24 com.apple.CoreFoundation 0x907dc9fc __CFRunLoopRun + 452
    25 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    26 com.apple.HIToolbox 0x93203740 RunCurrentEventLoopInMode + 264
    27 com.apple.HIToolbox 0x93202d4c ReceiveNextEventCommon + 244
    28 com.apple.HIToolbox 0x93202c40 BlockUntilNextEventMatchingListInMode + 96
    29 com.apple.AppKit 0x936e5ae4 _DPSNextEvent + 384
    30 com.apple.AppKit 0x936e57a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    31 com.apple.AppKit 0x936e1cec -[NSApplication run] + 472
    32 com.apple.AppKit 0x937d287c NSApplicationMain + 452
    33 com.apple.Automator 0x000025a0 0x1000 + 5536
    34 com.apple.Automator 0x00017134 0x1000 + 90420
    Thread 1:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9298469c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x929857dc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000ab48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000aa9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907dcb78 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x9296c09c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95687ef0 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9002bbc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x900306ac pthreadcondwait + 480
    2 com.apple.Foundation 0x929606a8 -[NSConditionLock lock] + 52
    3 com.apple.Foundation 0x9296a844 -[NSObject(NSMainThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:modes:] + 780
    4 com.apple.Foundation 0x9296a518 -[NSObject(NSMainThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 120
    5 com.apple.AutomatorFramework 0x96200c54 -[AMAppleScriptAction runWithInput:fromAction:error:] + 140
    6 com.apple.AutomatorFramework 0x961ffe24 -[AMAction run:] + 928
    7 com.apple.AutomatorFramework 0x961ff95c -[AMBundleAction doRun:] + 92
    8 com.apple.Foundation 0x92967bf8 __NSFireDelayedPerform + 304
    9 com.apple.CoreFoundation 0x907f0550 __CFRunLoopDoTimer + 184
    10 com.apple.CoreFoundation 0x907dcec8 __CFRunLoopRun + 1680
    11 com.apple.CoreFoundation 0x907dc47c CFRunLoopRunSpecific + 268
    12 com.apple.Foundation 0x9296c164 -[NSRunLoop runMode:beforeDate:] + 172
    13 com.apple.Foundation 0x929b0e20 -[NSRunLoop runUntilDate:] + 80
    14 com.apple.Automator 0x0000e908 0x1000 + 55560
    15 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    16 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x90049ea8 syscallthreadswitch + 8
    1 com.apple.Foundation 0x929755d0 +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0x93782a10 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0x9295d194 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002b508 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000989cc27c srr1: 0x100000000000d030 vrsave: 0x0000000000000000
    cr: 0x88002424 xer: 0x0000000020000000 lr: 0x00000000989cc228 ctr: 0x00000000989cbbd8
    r0: 0x00000000989af20c r1: 0x00000000bfffcf80 r2: 0x000000009ca4d49c r3: 0xffffffffffffffff
    r4: 0x0000000000000000 r5: 0x0000000098a4d480 r6: 0x00000000bfffcfc0 r7: 0x0000000000000000
    r8: 0x0000000000017c41 r9: 0x0000000098a55d34 r10: 0x0000000006901e0c r11: 0x0000000000000000
    r12: 0x0000000098a4d484 r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000001 r17: 0x00000000bffff330 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x00000000a89a8f34 r22: 0x00000000a89ae108 r23: 0x0000000000000001
    r24: 0x0000000000000000 r25: 0x0000000000000405 r26: 0x0000000098a4d434 r27: 0x0000000000000010
    r28: 0x00000000068f0640 r29: 0x0000000000000010 r30: 0x000000009ca4d4a0 r31: 0x00000000989cbea8
    Binary Images Description:
    0x1000 - 0x2ffff com.apple.Automator 1.0.4 (87) /Applications/Automator.app/Contents/MacOS/Automator
    0xfa000 - 0xfcfff com.apple.action.gridpdf 4.3 (157.7) /System/Library/Automator/Add Grid to PDF Files.action/Contents/MacOS/Add Grid to PDF Files
    0x26d000 - 0x272fff com.apple.action.colorsyncprofiles 1.4.3 /System/Library/Automator/Apply ColorSync Profile to Images.action/Contents/MacOS/Apply ColorSync Profile to Images
    0x278000 - 0x27dfff com.apple.action.qfilterpdf 1.4.3 /System/Library/Automator/Apply Quartz Filter to PDF Documents.action/Contents/MacOS/Apply Quartz Filter to PDF Documents
    0x282000 - 0x284fff com.apple.Automator.ApplySQLAction 1.0 /System/Library/Automator/Apply SQL.action/Contents/MacOS/Apply SQL
    0x288000 - 0x288fff com.apple.Automator.AskForMovies 1.0 /System/Library/Automator/Ask for Movies.action/Contents/MacOS/Ask for Movies
    0x28c000 - 0x28cfff com.apple.Automator.AskForPhotos 1.0 /System/Library/Automator/Ask for Photos.action/Contents/MacOS/Ask for Photos
    0x290000 - 0x290fff com.apple.Automator.AskForSongs 1.0 /System/Library/Automator/Ask for Songs.action/Contents/MacOS/Ask for Songs
    0x294000 - 0x294fff com.apple.Automator.CopyFiles 1.1 /System/Library/Automator/Copy Finder Items.action/Contents/MacOS/Copy Finder Items
    0x298000 - 0x299fff com.apple.Automator.SpecifiedFiles 1.0 /System/Library/Automator/Get Specified Finder Items.action/Contents/MacOS/Get Specified Finder Items
    0x29d000 - 0x29efff com.apple.GetSpecifiediCalItems 1.0 /System/Library/Automator/Get Specified iCal Items.action/Contents/MacOS/Get Specified iCal Items
    0x2a2000 - 0x2a5fff com.apple.Automator.BurnADisc 1.0 (7) /System/Library/Automator/Burn A Disc.action/Contents/MacOS/Burn A Disc
    0x2aa000 - 0x2acfff com.apple.action.joinpdf 4.3 (157.7) /System/Library/Automator/Combine PDF Pages.action/Contents/MacOS/Combine PDF Pages
    0x2b0000 - 0x2b1fff com.apple.action.compresspdf 4.3 (157.7) /System/Library/Automator/Compress Images in PDF Document.action/Contents/MacOS/Compress Images in PDF Document
    0x2b5000 - 0x2b7fff com.apple.Automator.ConvertCSVToSQLAction 1.0 /System/Library/Automator/Convert CSV to SQL.action/Contents/MacOS/Convert CSV to SQL
    0x2bb000 - 0x2befff com.apple.Automator.CreateZipArchive 1.1 /System/Library/Automator/Create Archive.action/Contents/MacOS/Create Archive
    0x2c3000 - 0x2c3fff com.apple.Automator.CreatePackage 1.0 /System/Library/Automator/Create Package.action/Contents/MacOS/Create Package
    0x2c7000 - 0x2c9fff com.apple.Automator.DownloadPictures 3.0.3 /System/Library/Automator/Download Pictures.action/Contents/MacOS/Download Pictures
    0x2cd000 - 0x2cefff com.apple.Automator.DownloadInternetFile 1.1 /System/Library/Automator/Download URLs.action/Contents/MacOS/Download URLs
    0x4a0000 - 0x4a0fff com.apple.Automator.FilterItems 1.0 /System/Library/Automator/Filter Items.action/Contents/MacOS/Filter Items
    0x4a9000 - 0x4aafff com.apple.action.encryptpdfdocument 4.3 (157.7) /System/Library/Automator/Encrypt PDF Document.action/Contents/MacOS/Encrypt PDF Document
    0x4ae000 - 0x4affff com.apple.Automator.ExecuteSQLAction 1.0 /System/Library/Automator/Execute SQL.action/Contents/MacOS/Execute SQL
    0x4b3000 - 0x4b5fff com.apple.action.oddevenpdf 4.3 (157.7) /System/Library/Automator/Extract Odd & Even Pages.action/Contents/MacOS/Extract Odd & Even Pages
    0x4b9000 - 0x4bbfff com.apple.Automator.FilterFinderItems 1.1.1 /System/Library/Automator/Filter Finder Items.action/Contents/MacOS/Filter Finder Items
    0x4bf000 - 0x4c0fff com.apple.Automator.FilterURLs 1.0 /System/Library/Automator/Filter URLs.action/Contents/MacOS/Filter URLs
    0x4c4000 - 0x4c6fff com.apple.Automator.FindFinderItems 1.1 /System/Library/Automator/Find Finder Items.action/Contents/MacOS/Find Finder Items
    0x4ca000 - 0x4cafff com.apple.Automator.FindItems 1.0 /System/Library/Automator/Find Items.action/Contents/MacOS/Find Items
    0x4ce000 - 0x4cefff com.apple.Automator.GetFolderContents 1.0 /System/Library/Automator/Get Folder Contents.action/Contents/MacOS/Get Folder Contents
    0x4d2000 - 0x4d2fff com.apple.Automator.FindLinkedImages 1.0.1 /System/Library/Automator/Get Image URLs from Webpage.action/Contents/MacOS/Get Image URLs from Webpage
    0x4d6000 - 0x4d6fff com.apple.Automator.GetLinkURLsFromWebpages 1.1.1 /System/Library/Automator/Get Link URLs from Webpages.action/Contents/MacOS/Get Link URLs from Webpages
    0x4da000 - 0x4dbfff com.apple.Automator.GetSelectedItems 1.0 /System/Library/Automator/Get Selected Items.action/Contents/MacOS/Get Selected Items
    0x4df000 - 0x4e1fff com.apple.Automator.GetSpecifiedAddressBookItems 1.0 /System/Library/Automator/Get Specified Address Book Items.action/Contents/MacOS/Get Specified Address Book Items
    0x4fa000 - 0x4fbfff com.apple.Automator.GetSpecifiediPhotoItems 1.0 /System/Library/Automator/Get Specified iPhoto Items.action/Contents/MacOS/Get Specified iPhoto Items
    0x636000 - 0x637fff com.apple.Automator.GetSpecifiediTunesItems 1.0 /System/Library/Automator/Get Specified iTunes Items.action/Contents/MacOS/Get Specified iTunes Items
    0x63b000 - 0x63efff com.apple.GetSpecifiedMailItems 1.0 /System/Library/Automator/Get Specified Mail Items.action/Contents/MacOS/Get Specified Mail Items
    0x642000 - 0x643fff com.apple.GetSpecifiedMovies 1.0 /System/Library/Automator/Get Specified Movies.action/Contents/MacOS/Get Specified Movies
    0x647000 - 0x648fff com.apple.GetSpecifiedServers 1.0 /System/Library/Automator/Get Specified Servers.action/Contents/MacOS/Get Specified Servers
    0x64c000 - 0x64cfff com.apple.Automator.GetWebpageText 1.1 /System/Library/Automator/Get Text from Webpage.action/Contents/MacOS/Get Text from Webpage
    0x650000 - 0x650fff com.apple.Automator.MoveFiles 1.0 /System/Library/Automator/Move Finder Items.action/Contents/MacOS/Move Finder Items
    0x654000 - 0x654fff com.apple.Automator.MakeNewFolder 1.1 /System/Library/Automator/New Folder.action/Contents/MacOS/New Folder
    0x658000 - 0x658fff com.apple.Automator.NewiCalEvents 1.1 /System/Library/Automator/New iCal Events.action/Contents/MacOS/New iCal Events
    0x65c000 - 0x65ffff com.apple.Automator.CreateNewEmail 1.1.1 /System/Library/Automator/New Mail Message.action/Contents/MacOS/New Mail Message
    0x663000 - 0x664fff com.apple.action.renamepdf 4.3 (157.7) /System/Library/Automator/Rename PDF Document.action/Contents/MacOS/Rename PDF Document
    0x668000 - 0x66bfff com.apple.action.imagepdf 4.3 (157.7) /System/Library/Automator/Render PDF Pages as Images.action/Contents/MacOS/Render PDF Pages as Images
    0x670000 - 0x672fff com.apple.Automator.RunScript 1.0 /System/Library/Automator/Run AppleScript.action/Contents/MacOS/Run AppleScript
    0x676000 - 0x677fff com.apple.RunShellScript 2.0.1 /System/Library/Automator/Run Shell Script.action/Contents/MacOS/Run Shell Script
    0x67b000 - 0x67dfff com.apple.Automator.ExecuteWorkflow 1.0 /System/Library/Automator/Run Workflow.action/Contents/MacOS/Run Workflow
    0x681000 - 0x6d1fff com.apple.Automator.SpotlightAction 1.1 /System/Library/Automator/Spotlight.action/Contents/MacOS/Spotlight
    0x6ef000 - 0x6f1fff com.apple.Automator.TakePicture 3.0.3 /System/Library/Automator/Take Picture.action/Contents/MacOS/Take Picture
    0x6f5000 - 0x6f6fff com.apple.Automator.TakeScreenShot 1.0 /System/Library/Automator/Take Screenshot.action/Contents/MacOS/Take Screenshot
    0x6fa000 - 0x6fafff com.apple.Automator.LogOutput 1.0 /System/Library/Automator/View Results.action/Contents/MacOS/View Results
    0x6fe000 - 0x703fff com.apple.action.watermarkpdf 4.3 (157.7) /System/Library/Automator/Watermark PDF.action/Contents/MacOS/Watermark PDF
    0x708000 - 0x709fff com.omnigroup.OmniOutliner3.CreateRows 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/CreateRows.action/Con tents/MacOS/CreateRows
    0x70d000 - 0x70efff com.omnigroup.OmniOutliner3.ExportDocuments 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/ExportDocuments.actio n/Contents/MacOS/ExportDocuments
    0x712000 - 0x712fff com.omnigroup.OmniOutliner3.FilterRowsByText 1.0 /Applications/OmniOutliner.app/Contents/Library/Automator/FilterRowsByText.acti on/Contents/MacOS/FilterRowsByText
    0x716000 - 0x718fff com.barebones.bbedit.automator.addlinenumbers 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddLineNumber s.action/Contents/MacOS/AddLineNumbers
    0x71c000 - 0x71efff com.barebones.bbedit.automator.prefixlines 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddPrefix.act ion/Contents/MacOS/AddPrefix
    0x722000 - 0x724fff com.barebones.bbedit.automator.addsuffix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/AddSuffix.act ion/Contents/MacOS/AddSuffix
    0x728000 - 0x72afff com.barebones.bbedit.automator.changecase 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ChangeCase.ac tion/Contents/MacOS/ChangeCase
    0x72e000 - 0x730fff com.barebones.bbedit.automator.converttoascii 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ConvertToASCI I.action/Contents/MacOS/ConvertToASCII
    0x734000 - 0x736fff com.barebones.bbedit.automator.deletelinescontaining 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/DeleteLinesCo ntaining.action/Contents/MacOS/DeleteLinesContaining
    0x73a000 - 0x73cfff com.barebones.bbedit.automator.educatequotes 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/EducateQuotes .action/Contents/MacOS/EducateQuotes
    0x740000 - 0x742fff com.barebones.bbedit.automator.extractlinescontaining 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ExtractLinesC ontaining.action/Contents/MacOS/ExtractLinesContaining
    0x746000 - 0x747fff com.barebones.bbedit.automator.normalizelineends 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/NormalizeLine Ends.action/Contents/MacOS/NormalizeLineEnds
    0x74b000 - 0x74efff com.barebones.bbedit.automator.removelinenumbers 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemoveLineNum bers.action/Contents/MacOS/RemoveLineNumbers
    0x753000 - 0x756fff com.barebones.bbedit.automator.removeprefix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemovePrefix. action/Contents/MacOS/RemovePrefix
    0x75b000 - 0x75efff com.barebones.bbedit.automator.removesuffix 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/RemoveSuffix. action/Contents/MacOS/RemoveSuffix
    0x763000 - 0x766fff com.barebones.bbedit.automator.searchreplace 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SearchReplace .action/Contents/MacOS/SearchReplace
    0x76b000 - 0x76efff com.barebones.bbedit.automator.sortlines 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SortLines.act ion/Contents/MacOS/SortLines
    0x773000 - 0x776fff com.barebones.bbedit.automator.spacestotabs 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/SpacesToTabs. action/Contents/MacOS/SpacesToTabs
    0x77b000 - 0x77efff com.barebones.bbedit.automator.straightenquotes 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/StraightenQuo tes.action/Contents/MacOS/StraightenQuotes
    0x783000 - 0x786fff com.barebones.bbedit.automator.tabstospaces 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/TabsToSpaces. action/Contents/MacOS/TabsToSpaces
    0x78b000 - 0x78efff com.barebones.bbedit.automator.zapgremlins 1.0 /Users/peteranderson/.Trash/BBEdit.app/Contents/Library/Automator/ZapGremlins.a ction/Contents/MacOS/ZapGremlins
    0x7f8000 - 0x7f8fff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0x67fd000 - 0x67fdfff com.apple.applescript.component 1.10.7 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x7145000 - 0x7147fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x722c000 - 0x7269fff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x8fe00000 - 0x8fe51fff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072dfff com.apple.CoreGraphics 1.258.38 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907ba000 - 0x90893fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae8000 - 0x90b58fff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib
    0x90b87000 - 0x90e5efff com.apple.CoreServices.CarbonCore 681.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8e000 - 0x90fcffff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib
    0x9111e000 - 0x912d9fff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913d8000 - 0x913e1fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913e8000 - 0x91410fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91423000 - 0x9142efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91433000 - 0x9143bfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9143f000 - 0x914bafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f7000 - 0x914f7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914f9000 - 0x91531fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154c000 - 0x91619fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916fffff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91746000 - 0x917fdfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183a000 - 0x91898fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918c7000 - 0x918e8fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918fc000 - 0x91921fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91934000 - 0x91976fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91992000 - 0x919a6fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b4000 - 0x919f6fff com.apple.ImageIO.framework 1.5.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a0c000 - 0x91ad3fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b21000 - 0x91b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b3b000 - 0x91b59fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b5f000 - 0x91bcefff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be5000 - 0x91be9fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91beb000 - 0x91c4afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c4f000 - 0x91c8cfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c93000 - 0x91cacfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cb1000 - 0x91cb4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e30000 - 0x91e9efff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ea9000 - 0x91f3efff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f58000 - 0x924e0fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92513000 - 0x9283efff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9286e000 - 0x928f6fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92937000 - 0x92b62fff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c80000 - 0x92d5efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d7e000 - 0x92e6cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e6f000 - 0x92e79fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92e7e000 - 0x92e9cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea7000 - 0x92f01fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931b6000 - 0x931d3fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x931fb000 - 0x93508fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93657000 - 0x93663fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93668000 - 0x93688fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x936db000 - 0x936dbfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936dd000 - 0x93d10fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9409d000 - 0x9410dfff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94146000 - 0x94209fff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9425b000 - 0x9425bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9425d000 - 0x94430fff com.apple.QuartzCore 1.4.9 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94486000 - 0x944c3fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x944cb000 - 0x9451bfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9455b000 - 0x945a0fff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x946bf000 - 0x946cefff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d6000 - 0x946e3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94729000 - 0x94742fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94749000 - 0x94a18fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94adb000 - 0x94b4cfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94bbf000 - 0x94be0fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94ce8000 - 0x94e18fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94eaa000 - 0x94eb9fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ec1000 - 0x94eeefff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94ef5000 - 0x94f05fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f09000 - 0x94f38fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94f48000 - 0x94f65fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9535e000 - 0x9535efff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95360000 - 0x953e3fff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x95410000 - 0x95456fff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x9546a000 - 0x95598fff edu.mit.Kerberos 5.5.23 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95685000 - 0x95713fff com.apple.WebKit 418.9.1 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9576f000 - 0x95805fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95842000 - 0x95b4efff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95cd7000 - 0x95d00fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95dba000 - 0x95dfafff com.apple.AppleScriptKit 1.4.1 (64) /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
    0x95e28000 - 0x95e5efff com.apple.OSAKit 1.0.1 (43) /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x95e7d000 - 0x95e8afff libexslt.0.dylib /usr/lib/libexslt.0.dylib
    0x95e8e000 - 0x95ecdfff com.apple.QTKit 7.1.3 /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95f2a000 - 0x95f5cfff com.apple.PDFKit 1.0.1 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95f74000 - 0x95f79fff com.apple.URLMount 2.1.3 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x961ec000 - 0x9622ffff com.apple.AutomatorFramework 1.0.4 (87) /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x9624a000 - 0x9626efff com.apple.Automator.MediaBrowser 1.0.1 (68) /System/Library/Frameworks/Automator.framework/Frameworks/MediaBrowser.framewor k/Versions/A/MediaBrowser
    0x97aa1000 - 0x97ab7fff com.apple.AppleShareClient 1.5.1 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x97ac1000 - 0x97afffff com.apple.AppleShareClientCore 1.5.1 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x9827c000 - 0x9834dfff com.apple.QuartzComposer 1.2.3 (32.21) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x983ca000 - 0x983cafff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x984fb000 - 0x9851dfff com.apple.DiscRecordingUI 3.1.2 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x98543000 - 0x9855bfff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x989ae000 - 0x98a58fff com.apple.applescript 1.10.7 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x98b87000 - 0x98ba0fff com.apple.quartzfilters 1.4.3 /System/Library/PrivateFrameworks/QuartzFilters.framework/Versions/A/QuartzFilt ers
    0x9a7a1000 - 0x9a7b8fff libCFilter.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.1), 2 GHz, 4.5 GB
    Graphics: NVIDIA GeForce 6600LE, GeForce 6600LE, PCI, 128 MB
    Memory Module: DIMM0/J6700, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM2/J6900, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM3/J7000, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM4/J7100, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM5/J7200, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: GeForce 6600LE, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B,
    USB Device: Hub, , Up to 480 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Apple Cinema HD Display, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Samsung ML-2570 Series, Samsung, Up to 480 Mb/sec, 500 mA
    USB Device: DYMO LabelWriter 330, DYMO, Up to 12 Mb/sec, 500 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

  • Oracle COM Automation - Oracle 10g 10.2.0.1.0

    Hi,
    I am trying to install the COM automation features available in Oracle 10g. But my installation of Oracle only contains the COM demo scripts. There is no comwrap.sql that installs the ORDCOM api. I looked through the products.xml file in my staging area and only found an entry for 'Oracle COM Automation Feature Demos'.
    Anyone know what I am missing.
    Thanks.

    Hi,
    I looked through the products.xml file in my staging area and only found an entry for 'Oracle COM Automation Feature Demos'. Did you check your ORACLE_HOME\com directory?
    From the [Oracle® COM Automation Feature Developers Guide | http://download.oracle.com/docs/cd/B19306_01/win.102/b14310/toc.htm]:
    PL/SQL Components
    * Oracle COM Automation PL/SQL feature (orawpcomVER.dll)
    * PL/SQL installation and definition script (comwrap.sql)
    * Oracle COM Automation demonstration programs
    * Message files (such as comus.msb)
    Oracle COM Automation PL/SQL feature orawpcomVER.dll is located in the ORACLE_BASE\ORACLE_HOME\bin directory.
    All other components are located in the ORACLE_BASE\ORACLE_HOME\com directory.
    http://download.oracle.com/docs/cd/B19306_01/win.102/b14310/ch2insta.htm#sthref51

  • SQL*Plus two fetches for getting one row.

    Hi all.
    I have tested following script.
    alter session set events '10046 trace name context forever, level 12';
    select * from dual;And achieved such results (extract from .trc file).
    SQL*Plus: Release 11.2.0.1.0; (Oracle Version 10.2.0.4.0, 11.2.0.1.0)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        2      0.00       0.00          0          0          0           1
    total        4      0.00       0.00          0          0          0           1SQL*Plus: Release 8.1.7.0.0; (Oracle Version 8.1.7.0.0)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      2      0.00       0.00          0          0          0           0
    Fetch        2      0.00       0.00          0          1          4           1
    total        5      0.00       0.00          0          1          4           1Allround Automations PL/SQL Developer 8.0.4; (Oracle Version 10.2.0.4.0, 11.2.0.1.0)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        1      0.00       0.00          0          0          0           1
    total        3      0.00       0.00          0          0          0           1Allround Automations PL/SQL Developer 8.0.4; (Oracle Version 8.1.7.0.0)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        1      0.00       0.00          0          1          4           1
    total        3      0.00       0.00          0          1          4           11) I can't figure out why sqlplus does TWO fetches for getting ONE row (instead of pl/sql developer).
    8i raw trace
    PARSING IN CURSOR #1 len=31 dep=0 uid=0 oct=3 lid=0 tim=0 hv=3549852361 ad='4a0155c'
    select 'hello world' from dual
    END OF STMT
    PARSE #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=0
    BINDS #1:
    EXEC #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=0
    WAIT #1: nam='SQL*Net message to client' ela= 0 p1=1111838976 p2=1 p3=0
    FETCH #1:c=0,e=0,p=0,cr=1,cu=4,mis=0,r=1,dep=0,og=4,tim=0
    WAIT #1: nam='SQL*Net message from client' ela= 0 p1=1111838976 p2=1 p3=0
    FETCH #1:c=0,e=0,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=0,tim=0
    WAIT #1: nam='SQL*Net message to client' ela= 0 p1=1111838976 p2=1 p3=0
    WAIT #1: nam='SQL*Net message from client' ela= 0 p1=1111838976 p2=1 p3=0
    STAT #1 id=1 cnt=1 pid=0 pos=0 obj=195 op='TABLE ACCESS FULL DUAL '11g raw trace
    PARSING IN CURSOR #3 len=30 dep=0 uid=96 oct=3 lid=96 tim=1581355246985 hv=1158622143 ad='b8a1bcdc' sqlid='5h2yvx92hyaxz'
    select 'hello world' from dual
    END OF STMT
    PARSE #3:c=0,e=130,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=1388734953,tim=1581355246984
    EXEC #3:c=0,e=40,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=1388734953,tim=1581355247154
    WAIT #3: nam='SQL*Net message to client' ela= 7 driver id=1111838976 #bytes=1 p3=0 obj#=-1 tim=1581355247252
    FETCH #3:c=0,e=18,p=0,cr=0,cu=0,mis=0,r=1,dep=0,og=1,plh=1388734953,tim=1581355247324
    STAT #3 id=1 cnt=1 pid=0 pos=1 obj=0 op='FAST DUAL  (cr=0 pr=0 pw=0 time=0 us cost=2 size=0 card=1)'
    WAIT #3: nam='SQL*Net message from client' ela= 193 driver id=1111838976 #bytes=1 p3=0 obj#=-1 tim=1581355247735
    FETCH #3:c=0,e=2,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=0,plh=1388734953,tim=1581355247800
    WAIT #3: nam='SQL*Net message to client' ela= 5 driver id=1111838976 #bytes=1 p3=0 obj#=-1 tim=15813552478552) Is there any possibility to view data provided by each fetch?
    Thanks in advance!
    P.S.
    SQL> sho arraysize
    arraysize 15

    Thanks.
    I have tested two statements.
    select 'hello world' from dual where 1=1;
    select 'hello world' from dual where 1=0;When query returns no data, there is only one SQL*Net roundtrip (and one fetch)
    SQL> set autot on statistics
    SQL> select 'hello world' from dual where 1=1;
    'HELLOWORLD
    hello world
    Statistics
              0  recursive calls
              0  db block gets
              0  consistent gets
              0  physical reads
              0  redo size
            528  bytes sent via SQL*Net to client
            492  bytes received via SQL*Net from client
              2  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              1  rows processed
    SQL> select 'hello world' from dual where 1=0;
    no rows selected
    Statistics
              0  recursive calls
              0  db block gets
              0  consistent gets
              0  physical reads
              0  redo size
            329  bytes sent via SQL*Net to client
            481  bytes received via SQL*Net from client
              1  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              0  rows processedBut in both cases i found in client trace this sequence of bytes:
    ] nsprecv: 00 00 36 01 00 00 00 00  |..6.....|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 90 19 43 13 00 00  |....C...|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 00 00 00 00 00 00  |........|
    ] nsprecv: 00 00 19 4F 52 41 2D 30  |...ORA-0|
    ] nsprecv: 31 34 30 33 3A 20 6E 6F  |1403:.no|
    ] nsprecv: 20 64 61 74 61 20 66 6F  |.data.fo|
    ] nsprecv: 75 6E 64 0A              |und.    |In first case - it was in 2nd packet and in second case (query returns no data) - part of 1st packet.

  • Create trigger not audited when run from sql developer Version 3.2.20.09

    Creating or editing a trigger is not being stored in the audit table when run from sql developer.
    Here is a sample script to show the issue:
    Grant Connect,create table,create trigger To testuser Identified By testuser;
    create table testuser.testtab(t1 number);
    Select Count(*) From Dba_Audit_Trail Where Owner='TESTUSER';
    CREATE OR REPLACE TRIGGER testuser.testtab_bi_trg BEFORE
      Insert
          ON testuser.testtab FOR EACH ROW
    begin
      null;
    end;
    Select Count(*) From Dba_Audit_Trail  Where Owner='TESTUSER';
    drop user testuser cascade;
    If I run the script from sql developer the CREATE TRIGGER statement does not get audited.
    If I run the script from sql plus or All Arround Automations PL/SQL Developer the CREATE TRIGGER statement does get audited.
    If I edit the trigger from sql developer the CREATE TRIGGER statement does not get audited.
    If I edit the trigger from  All Arround Automations PL/SQL Developer the CREATE TRIGGER statement does get audited.

    DoyleFreeman wrote:
    Not sure what you mean by "perform the audit".
    Have you tested my script? Does the "Select Count(*) From Dba_Audit_Trail  Where Owner='TESTUSER';" increment by 1 after each of the ddl statements or only after the Create table statement.
    Your question doesn't have ANYTHING to do with sql developer and should be posted in the Database General forum
    https://forums.oracle.com/community/developer/english/oracle_database/general_questions
    Yes - and it works just fine once you ENABLE AUDITING. Your scripIt  does NOT include the statements or code used to ENABLE auditing and, specifically, enable auditing for triggers.
    Auditing doesn't just 'happen'; you have to enable it and you have to specify any non-default auditing that you want to perform.
    Have you read any of the extensive documentation about auditing to learn how to use it?
    See the Database Security Guide
    http://docs.oracle.com/cd/E11882_01/network.112/e16543/auditing.htm
    Also see 'Auditing Functions, Procedures, Packages, and Triggers
    http://docs.oracle.com/cd/E11882_01/network.112/e16543/auditing.htm#BCGBEAGC
    And see the AUDIT statement in the SQL language doc for how to specify auditing of specific operations.
    http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_4007.htm
    Select count(*) From Dba_Audit_Trail  Where (Owner='SCOTT' or username = 'SCOTT')
    and action_name = 'CREATE TRIGGER';
    COUNT(*)
    0
    audit create trigger by scott
    CREATE OR REPLACE TRIGGER emp_copy_bi_trg BEFORE
      Insert
          ON emp_copy FOR EACH ROW
    begin
      null;
    end;
    Select count(*) From Dba_Audit_Trail  Where (Owner='SCOTT' or username = 'SCOTT')
    and action_name = 'CREATE TRIGGER';
    COUNT(*)
    1

  • Capture and Save SQL Command that Ran in OLEDB Data Source

    Hi,
    My company is using SSIS to occasionally generate a file that is then being loaded into a transactional system.  At this point, things are not fully automated; the SQL query that is used for the data source is manually altered, SSIS is run, and the
    file is uploaded to the other system.  Every time the SSIS package runs, a log entry is created with summary information.
    I'm wondering: is it possible to capture the SQL command that runs in the data source, and save it with the log entry as part of the package run?  This would provide an accurate historical record of what filters were applied to the data that was loaded
    to the transactional system.
    Any thoughts/comments would be appreciated.

    Hello Smith,
    What I understood from your question that you want to know the query which is running in SSIS Data Source and same you want to insert into a table.
    Below query gives you what all queries are currently running on a specified DB:
    USE [SAMPLE_DB_NAME]
    SELECT  distinct getdate(), command, s.text, start_time, percent_complete, CAST(((DATEDIFF(s, start_time, GetDate())) / 3600) AS int) AS Long, CAST((DATEDIFF(s, start_time, GetDate()) % 3600) / 60 AS int) as LongMin, CAST(((DATEDIFF(s, 
                          start_time, GetDate())) / 3600) AS varchar) + ' hour(s), ' + CAST((DATEDIFF(s, start_time, GetDate()) % 3600) / 60 AS varchar) + 'min, ' + CAST((DATEDIFF(s,
                           start_time, GetDate()) % 60) AS varchar) + ' sec' AS running_time, CAST((estimated_completion_time / 3600000) AS varchar) 
                          + ' hour(s), ' + CAST((estimated_completion_time % 3600000) / 60000 AS varchar) + 'min, ' + CAST((estimated_completion_time % 60000) 
                          / 1000 AS varchar) + ' sec' AS est_time_to_go, dateadd(second, estimated_completion_time / 1000, getdate()) AS est_completion_time, blocking_session_id, r.status, last_wait_type,
    r.open_transaction_count, r.session_id, client_net_address, 
     CONVERT(VARCHAR(20), sp.host_name) as hostname, 
     CASE WHEN program_name = '.Net SqlClient Data Provider                      ' THEN 'Reporting Service'
     ELSE CONVERT(VARCHAR(50), program_name) 
     END as program_name,
     sp.login_name as name
    FROM         sys.dm_exec_requests r CROSS APPLY sys.dm_exec_sql_text(r.sql_handle) s INNER JOIN
                          sys.sysusers u ON r.user_id = u.uid
    INNER JOIN sys.dm_exec_connections dec ON dec.session_id = r.session_id INNER JOIN SYS.dm_exec_sessions sp on r.session_id = sp.session_id
    WHERE text not like 'SELECT     getdate(), command, s.text, start_time, percent_complete%'
    AND text not like '%sys.sp_trace_getdata%'
    AND text != 'sp_server_diagnostics'
    ORDER BY start_time
    You can schedule this query to run in 2-3 second and can capture the T-SQL and insert into a table.
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • Automate SQL Disaster Recovery

    Hi All,
    Need some suggestions on automating the SQL DR tasks. Here is the scenario:
    - We have a standby SQL Server which regularly gets updated with the content (through SSIS jobs etc) from the Primary SQL Server
    - If the Primary SQL Server goes down, we point Lync pool to the backup SQL Store to restore the functionality while we rebuild the primary SQL Server. However this SQL Store change needs the use of Topology Builder (as SQL Server names are not the same),
    a task which cannot be automated using Powershell or SQL scripts.
    Can the Topology Builder step be automated in anyway?
    PS: In OCS we had all tasks automated by using Update-PoolBackend and other cmdlets to point to the backup SQL Server. We want to do the same in Lync too, thereby reducing manual steps.
    --Hakeem

    Is your backup SQL server in a remote site or the same site? If it's remote, the only way to provide full HA failover is with a metropolitan data center design with a stretched SQL cluster and VLAN, SAN replication etc. See
    this article.
    Attempting to replicate or mirror the SQL content (using log shipping or database mirroring) is not supported and doesn't work properly. More info here on my blog http://www.justin-morris.net/sql-database-mirroring-with-lync-server-2010-series-%E2%80%93-backend-databases/.
    The introduction of the CMS (xds database) complicates DR somewhat, so you will need to first assess what Lync services you require to be available in a DR situation.
    Today, Lync provides voice resiliency quite well in a DR situation, but other services (IM and Presence, Conferencing) require more design work to provide availability in the event of disaster.
    Justin Morris | Consultant | Modality Systems
    Lync Blog - www.justin-morris.net
    Twitter: @jm_deluxe
    If this post has been useful please click the green arrow to the left or click "Propose as answer"

  • Why SQL Developer (aka Raptor)?

    Do we really need another graphical IDE for Oracle? Oracle itself has JDeveloper, OEM variants.
    There are tons of very capable tools out there, some of them even free (Allround Automation PL/SQL Developer, etc)
    So, why another one? TOAD is pretty feature rich, the latest TOAD version has so many features I stopped counting.
    What can it possibly have that is different to offer? The same Schema/object browser, DDL extract, run/edit scripts, etc, the same old stuff. Heck, even HTML DB 2.0 has pretty good IDE features in its SQL Workshop.
    Thanks.

    I guess my question really boils down to the age-old "fight" between the CLI and GUI paradigms.
    IMHO, the biggest advantage CLI has over a GUI is that it can be used in ways
    that the GUI designer didn't intend. A GUI is designed to have a pre-determined
    number of menus, drop downs, commands, tabs, etc. Fixed at design-time,
    unchangeable by the end-users.
    [Unfortunately, the Firefox XUL concept doesn't seem to have caught on much outside of Mozilla]
    On the other hand, Unix commands and scripts have a different philosophy (more
    powerful than a GUI, IMHO). Expose a set of low-level tools that can
    be combined and mix-n-match in various ways.
    For example, show me the 10 largest tables in the following schema and generate
    DDL for them. If I had (hypothetical) scripts for each of the above components
    like, for instance,
    $ user_segments -sort=size schema.% | head -10 | xargs -n1 get_ddl
    Clearly, this is much more powerful than any GUI can ever be. Given the right set of low-level scripts (building blocks), and the power of Unix, the productivity of this approach is phenomenal.
    Just my 2c.
    Message was edited by:
    Vikas

  • BI implementation for help

    We organization are interested in Oracle BI solutions, and can anyone be kind enough to provide the price list of oracle BI components for different licenses?
    thaks a lot

    You can get good summary of checklist from this article about
    DBA checklist for data warehousing.
    Which highlights on below pointers:
    New system or old. (I.e. Up-gradation vs starting from scratch)
    Complexity of SQL Server architecture 
    SQL Server storage
    Determining SQL Server processing power
    SQL Server installation consideration 
    SQL Server configuration parameter
    SQL Server security
    SQL Server Database property
    SQL Server jobs and automation
    Protecting SQL Server data
    SQL Server health monitoring and check ups
    SQL Server ownership and control 
    based on my real time experience, I will suggest you to keep an eye on 
    Load performance (It will be useful when your database(Warehouse) will have huge amount of data)
    System availability (Check for Windows update and up time configuration) 
    Deployment methodology should be planned in advance. Development of packages and respective objects should be done systematically.
    Source control mechanism 
    Disk space and memory usage
    You might or might not have full rights on production environment, so be prepared to analyze production environment via Select statements [I guess you got my point]
    Proper implementation of Landing , Staging and Mart tables.
    Column size (this can drastically decrease your database size)
    Usage of indexes (Index are good, but at what cost?)
    I hope this will assist you in building your check list.

  • Need Urgent Help in remote debugging

    Folks!
    Im having difficulties remote debugging my application.
    Im using jdev rc2 using oc4j 9.0.2 externally on a win2k machine.
    My sources are compiled outside jdeveloper using the oracle compiler.
    Ive setup the server to run with: d:\oradev\jdk1.3\bin\java -ojvm -XXdebug,port4000 -jar oc4j.jar
    After compiling the sources on my own, i deploy them. Then i mark a breakpoint in Jdeveloper and debug the source with the breakpoint. The debugger connect properly ( both server and jdev confirms ).
    I trigger the flow which should reach my breakpoint, it runs and doesn't stop.
    When i tried debugging something which i had compiled in jdev it worked under the same setting.
    Any ideas?
    any kind of help would be appreciated.
    Yuval.

    You can get good summary of checklist from this article about
    DBA checklist for data warehousing.
    Which highlights on below pointers:
    New system or old. (I.e. Up-gradation vs starting from scratch)
    Complexity of SQL Server architecture 
    SQL Server storage
    Determining SQL Server processing power
    SQL Server installation consideration 
    SQL Server configuration parameter
    SQL Server security
    SQL Server Database property
    SQL Server jobs and automation
    Protecting SQL Server data
    SQL Server health monitoring and check ups
    SQL Server ownership and control 
    based on my real time experience, I will suggest you to keep an eye on 
    Load performance (It will be useful when your database(Warehouse) will have huge amount of data)
    System availability (Check for Windows update and up time configuration) 
    Deployment methodology should be planned in advance. Development of packages and respective objects should be done systematically.
    Source control mechanism 
    Disk space and memory usage
    You might or might not have full rights on production environment, so be prepared to analyze production environment via Select statements [I guess you got my point]
    Proper implementation of Landing , Staging and Mart tables.
    Column size (this can drastically decrease your database size)
    Usage of indexes (Index are good, but at what cost?)
    I hope this will assist you in building your check list.

  • Need urgent help in listing out checklist from DBA prespective for BI Implementation Project

    Hello Guys,
    We are in Designing phase Data Modeling of PDW/APS Implementation Project.
    I need urgent help in making a checklist from a DBA perspective.
    Like what are things ill be needing at a time of implementation/Deployment.
    Your expert comments and help will be highly appreciated.
    Thank you,
    Anish.S
    Asandeen

    You can get good summary of checklist from this article about
    DBA checklist for data warehousing.
    Which highlights on below pointers:
    New system or old. (I.e. Up-gradation vs starting from scratch)
    Complexity of SQL Server architecture 
    SQL Server storage
    Determining SQL Server processing power
    SQL Server installation consideration 
    SQL Server configuration parameter
    SQL Server security
    SQL Server Database property
    SQL Server jobs and automation
    Protecting SQL Server data
    SQL Server health monitoring and check ups
    SQL Server ownership and control 
    based on my real time experience, I will suggest you to keep an eye on 
    Load performance (It will be useful when your database(Warehouse) will have huge amount of data)
    System availability (Check for Windows update and up time configuration) 
    Deployment methodology should be planned in advance. Development of packages and respective objects should be done systematically.
    Source control mechanism 
    Disk space and memory usage
    You might or might not have full rights on production environment, so be prepared to analyze production environment via Select statements [I guess you got my point]
    Proper implementation of Landing , Staging and Mart tables.
    Column size (this can drastically decrease your database size)
    Usage of indexes (Index are good, but at what cost?)
    I hope this will assist you in building your check list.

  • Need urgent help in running freetts in j2me

    hiiii, I m building a mobile application for text to speech conversion. for that i need the J2ME version of freetts.
    if anyone has the link plzzz forward that to me.
    avani

    You can get good summary of checklist from this article about
    DBA checklist for data warehousing.
    Which highlights on below pointers:
    New system or old. (I.e. Up-gradation vs starting from scratch)
    Complexity of SQL Server architecture 
    SQL Server storage
    Determining SQL Server processing power
    SQL Server installation consideration 
    SQL Server configuration parameter
    SQL Server security
    SQL Server Database property
    SQL Server jobs and automation
    Protecting SQL Server data
    SQL Server health monitoring and check ups
    SQL Server ownership and control 
    based on my real time experience, I will suggest you to keep an eye on 
    Load performance (It will be useful when your database(Warehouse) will have huge amount of data)
    System availability (Check for Windows update and up time configuration) 
    Deployment methodology should be planned in advance. Development of packages and respective objects should be done systematically.
    Source control mechanism 
    Disk space and memory usage
    You might or might not have full rights on production environment, so be prepared to analyze production environment via Select statements [I guess you got my point]
    Proper implementation of Landing , Staging and Mart tables.
    Column size (this can drastically decrease your database size)
    Usage of indexes (Index are good, but at what cost?)
    I hope this will assist you in building your check list.

Maybe you are looking for

  • Java2 Plug-in failure (j2sdk-1.3.1_01 & 1.4.0_beta3)

    Win2000 professional (SR2) (traditional chinese version) Installed with: j2sdk1.3.1_01, j2sdkee1.3 At Netscape6.2, goto java.sun.com, the 2 applets cannot display. After (click the link to get java plugin, JRE1.3.1, and then click updates for interna

  • Error in execution of mdx formula in ASO::  Recursion limit[31] reached

    Hi, We are implementing the ASO cube using the Hyperion Essbase version 9.3.1. Few dimension members need to have formulas which we are writing using the mdx. Mdx formulas are successfully verified but at retrieval time, it is throwing the following

  • Error Occured when trying to progress through the workflow

    Tried to move a project from one stage to the next in the workflow and an error popped up saying, Workflow: Workflow Terminated An error has occurred in the workflow. Now when you open the project in PWA instead of seeing the image of the workflow th

  • Error on T code PRRW

    Dear all, While running Tcode PRRW we got error  'Tax code in procedure TAXCY is invalid Trip could not be included in posting run'. Please help me to let out this problem. Regards, Pramitha.

  • Large Repeating Frame Problem

    Dear All: My problem is as below: I need to draw a large repeating frame ( sized 8 inches x 38 inches) and print it out using A4 paper (sized approximately 8.5 inches x 11 inches) via PDF format in Acrobat Reader. The problem is the report print out