EXTREMELY SLOW XQUERY PERFORMANCE AND SLOW DOCUMENT INSERTS

EXTREMELY SLOW XQUERY PERFORMANCE AND SLOW DOCUMENT INSERTS.
Resolution History
12-JUN-07 15:01:17 GMT
### Complete Problem Description ###
A test file is being used to do inserts into a schemaless XML DB. The file is inserted and then links are made to 4
different collection folders under /public. The inserts are pretty slow (about
15 per second and the file is small)but the xquery doesn't even complete when
there are 500 documents to query against.
The same xquery has been tested on a competitors system and it has lightening fast performance there. I know it
should likewise be fast on Oracle, but I haven't been able to figure out what
is going on except that I suspect somehow a cartesian product is the result of
the query on Oracle.
### SQLXML, XQUERY, PL/SQL syntax used ###
Here is the key plsql code that calls the DBMS_XDB procedures:
CREATE OR REPLACE TYPE "XDB"."RESOURCEARRAY" AS VARRAY(500) OF VARCHAR2(256);
PROCEDURE AddOrReplaceResource(
resourceUri VARCHAR2,
resourceContents SYS.XMLTYPE,
public_collections in ResourceArray
) AS
b BOOLEAN;
privateResourceUri path_view.path%TYPE;
resource_exists EXCEPTION;
pragma exception_init(resource_exists,-31003);
BEGIN
/* Store the document in private folder */
privateResourceUri := GetPrivateResourceUri(resourceUri);
BEGIN
b := dbms_xdb.createResource(privateResourceUri, resourceContents);
EXCEPTION
WHEN resource_exists THEN
DELETE FROM resource_view WHERE equals_path(res, privateResourceUri)=1;
b := dbms_xdb.createResource(privateResourceUri, resourceContents);
END;
/* add a link in /public/<collection-name> for each collection passed in */
FOR i IN 1 .. public_collections.count LOOP
BEGIN
dbms_xdb.link(privateResourceUri,public_collections(i),resourceUri);
EXCEPTION
WHEN resource_exists THEN
dbms_xdb.deleteResource(concat(concat(public_collections(i),'/'),resourceUri));
dbms_xdb.link(privateResourceUri,public_collections(i),resourceUri);
END;
END LOOP;
COMMIT;
END;
FUNCTION GetPrivateResourceUri(
resourceUri VARCHAR2
) RETURN VARCHAR2 AS
BEGIN
return concat('/ems/docs/',REGEXP_SUBSTR(resourceUri,'[a-zA-z0-9.-]*$'));
END;
### Info for XML Querying ###
Here is the XQuery and a sample of the output follows:
declare namespace c2ns="urn:xmlns:NCC-C2IEDM";
for $cotEvent in collection("/public")/event
return
<cotEntity>
{$cotEvent}
{for $d in collection("/public")/c2ns:OpContextMembership[c2ns:Entity/c2ns:EntityIdentifier
/c2ns:EntityId=xs:string($cotEvent/@uid)]
return
$d
</cotEntity>
Sample output:
<cotEntity><event how="m-r" opex="o-" version="2" uid="XXX541113454" type="a-h-G-" stale="2007-03-05T15:36:26.000Z"
start="2007-03-
05T15:36:26.000Z" time="2007-03-05T15:36:26.000Z"><point ce="" le="" lat="5.19098483230079" lon="-5.333597827082126"
hae="0.0"/><de
tail><track course="26.0" speed="9.26"/></detail></event></cotEntity>

19-JUN-07 04:34:27 GMT
UPDATE
=======
Hi Arnold,
you wrote -
Please use Sun JDK 1.5 java to perform the test case.Right now I have -
$ which java
/usr/bin/java
$ java -version
java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
sorry as I told you before I am not very knowledgeable in Java. Can you tell me what setting
s I need to change to make use of Sun JDK 1.5. Please note I am testing on Linux
. Do I need to test this on a SUN box? Can it not be modify to run on Linux?
Thanks,
Rakesh
STATUS
=======
@CUS -- Waiting for requested information

Similar Messages

  • Muse slow to start and slow to react to commands - only recenty observed, rest of system and programs are fine

    Over the last week, since the problems loggin into the password server that authenticats the CC program login, the muse application is very slow to start and slow to resond to commands. Like its in molasses.
    My system has not changed, only the normal windows updates have been applied.
    Has anyone else seen this please ??

    Bad form answering my own question, but I think I found the culprit, I installed, beacuse I thought it was a good think and might be useful, Google drive onto my system. After deinstalling this program, the sluggishness that I experienced within Muse, went away.
    As this was the only new thing that I had installed, I think that it was the problem,

  • Performance and Slowness

    I've noticed that SharePoint has become slower than usual at loading pages and uploading documents, loading the ribbon, etc...
    What is the best way to get a report of performance?  So that I can find out what the culprit is.
    thanks!

    Hey,
    You can try to unable Developer Dashboard which provides performance and tracing information that can be put into good use to debug and troubleshoot page rendering time issues.
    Developer Dashboard
    Using the Developer Dashboard in SharePoint 2010
    Additionally, You can use plugins called FireBug and YSlow in Firefox that should help.
    Thanks,

  • Need performance and sizing document

    Hi Experts,
      Pls provide me  some materials regarding performance and sizing topic in Input Enabled Queries and planning applications Competency to know abt it .

    BW Query Performance
    Query Executime time ?
    Precalculated Value Set
    BW Performance Tuning Knowledge Center - SAP Developer Network (SDN)
    Business Intelligence Performance Tuning
    performance docs on query
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3f66ba90-0201-0010-ac8d-b61d8fd9abe9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cccad390-0201-0010-5093-fd9ec8157802
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ce7fb368-0601-0010-64ba-fadc985a1f94
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c8c4d794-0501-0010-a693-918a17e663cc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/064fed90-0201-0010-13ae-b16fa4dab695
    weblog
    Query Creation Checklist
    Query Optimization
    https://www.sdn.sap.com/irj/sdn/directforumsearch?threadid=&q=cube+size&objid=c4&daterange=all&numresults=15
    cube size
    Message was edited by:
            hari kv

  • SQL: System locks up and runs slow after performing simple DML record insert

    SQL Version:  2008 R2
    I am having a serious problem.  I ran the following code to perform a simple table record insert which ran successfully.  However, after running this code I could no longer access the related table.  I couldn't run a query against it. 
    I tried to delete all the records and that wouldn't work either.  When attempting to run any DML statements (i.e. Select * From vPCCertificateTypes) against this table SQL gets locked up and never returns anything and no error messages.  I have
    to manually stop the query.  Now the entire SQL system is running slow.
    Any help would be greatly appreciated.  The code I ran to originally insert the records is below.
    Regards,
    Bob Sutor
    CODE: 
    Begin TRAN
     INSERT INTO vPCCertificateTypes (VendorGroup, CertificateType, Description, Active, Category)
     SELECT HQCo, 'MBE', 'Minority-owned Business Enterprise', 'Y', 'Affirmative Action' 
     FROM HQCO
     Where HQCo IS NOT NULL
      AND HQCo <> 100
      AND HQCo <> 99
     IF @@ROWCOUNT <> 44 ROLLBACK ELSE COMMIT
    Bob Sutor

    The problem was an open uncommitted transaction against the table as you suspected.  I ran your code and it cleared the transaction.  In the past I would intentionally leave our the Commit statement and then if the transaction ran fine, I would
    simply highlight and run 'COMMIT' and it would close the transaction.  Apparently that is not the correct approach.  I'll use your suggested code from now on.
    Thanks for the help.
    Bob Sutor

  • Sluggish performance and slow visio image loading in Acrobat Reader

    I have created a pdf file with the Adobe PDF-"printer" from an original Word document. The Word document contains image components from Visio, which have been copy-pasted into the Word document (for instance a UML diagram). While the performance in Word is OK, the performance in Adobe Reader (AR) is not. The image components render real slow in AR, sometimes taking a minute to render an A4 of image components.
    Question: Is there some way to make the Adobe PDF-"printer" convert the copy-pasted image components into real images (i.e. not vector graphics)? Or is there some other performance improvement I could do?
    I would also be happy to know how it can run so smooth in Word but so sluggish in pdf-format :)

    Thanks Dave! I was in the middle of writing this when your post came in:
    Not sure if this will help anyone, but I changed the button fill color to white and it seemed to fix the flicker. I exported each state from indesign as a PDF and recreated the button from scratch. This still had the flicker. I'm guessing something strange is happening with the transparancy of the states.
    Glad to hear it's fixed!

  • Slow DVD performance and restrictions... Hope Apple is reading this thread!

    Hi all
    just want to post my disappointment with my 1.67 G4 PB.
    I was all happy that I switched to the MacOS, but after 3 months on this machine, I got to say that the silver linings are starting to appear.
    1) Even though my UJ 845E DVD burner is supposed to burn at 8x, I can only manage a measely 2x on my Verbatim and Maxell DVD medias. and the only DVD that i find that burns at 6x is with Iomega DVDs (CMC manufacture disks).
    2) I find the region lock really restrictive. Even though I live in Australia, I do buy DVDs from abroad, mainly from the States, where it's region 1!!!
    3) What really annoyed me was a month after I bought my PB, Apple released a DL support for my current drive.
    Now what do I think Apple should do? I think they should release firmware patches to actually unlock the capability of this drive. There are plenty of PC laptops with this drive with DL support AND DVDRAM support (not that I will be using DVDRAM). And please Apple, I want a drive that doesn't take 40 mins to burn a 4.7Gb disc!
    I have to say, my good feelings and patience is starting to fade fast, and these days, I rely on my LiteOn drives on my WinXP PC to do all the DVD burning. The PB? It's good as a living room decorating piece. I know Apple you have the new MacTel coming out, but please don't forget your loyal customer base.
    Ok , enough of my ranting. Maybe I will be banned from posting forever??

    Hi there
    thanks for reply.
    Yes, you guys are lucky in the States as you really don't have to worry about region locking for DVD drives, but here in Region 4 Australia, that's something to worry about as it is often cheaper to buy DVDs from the States (including shipping) than it is to buy DVDs here. That's how companies make money out of the poor souls here Down Under.
    As for the DVD media, I've tried many medias. Mainly ones manufactured by Verbatim, CMC (my discs labelled Iomega) and Ritek disks (both as Ritek and Maxell brands). Anyway, all these disks are labelled up to 8x. On my Lite On burner, it does burn 8x, and if anything, sometimes faster, but not on my PB. I will keep on trying, but if my cheap LiteOn drive can burn at 8x on these expensive Verbatim disks, why can't the MaSHITa drive in the PB do the same? Please help Apple. Release a firmware update!

  • Slow rman backup and slow database

    Hello all,
    Whenever I run rman backup to sbt_tape, the complete database becomes slow. Also RMAN takes more than 12 hours to complete.
    RMAN script is:
    run {
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
    sql 'alter system switch logfile';
    backup incremental level 2 tag 'db_level2_backup'
    format'%d/INC2/%t/%s/%p'
    database diskratio=0;
    backup
    format '%d/LOG_INC2/%t/%s/%p'
    archivelog all
    delete all input;
    release channel t1;
    }The AWR shows following "Top 5 timed events"
    Event                                      Waits     Time(s)     Avg Wait(ms)     % Total Call Time     Wait Class
    db file sequential read                    817,467     17,419         21                         28.6         User I/O
    CPU time                                  14,294                              23.5     
    log file sync                            141,642     8,570         61                         14.1          Commit
    enq: TX - row lock contention              3,371     7,171       2,127                          11.8         Application
    log file parallel write                     149,486     5,356         36                           8.8           System I/OWhat can be done? Can anyone tell what wrong is happening here?
    Database is 10.2.0.4
    OS is AIX 5.3
    SGA_TARGET is 6G
    PGA_AGGREGATE_TARGET is 2G
    Total physical RAM is 12G
    EBiz application is running in the same server
    Regards,
    SA

    On my server, we needed to adjust the vmm on aix for oracle to run best. Before I did that it was really slow.
    http://www.ibm.com/developerworks/aix/library/au-aixoracle/index.html
    Specifically these as outlined in the document linked above:
    Listing 3. Changing the default setting for the lru_file_repage parameter using vmo
    root@lpar21ml16ed_pub[] > vmo -o lru_file_repage=0
    Setting lru_file_repage to 0
    root@lpar21ml16ed_pub[] >
    Setting this to 0 tells the VMM that you want to steal only file pages and not computational pages. As this will change if the numperm < minperm or > maxperm, we will make maxperm high and minperm very low. Years ago, before the lru_file_repage parameter was introduced, we used to make maxperm low. If we did this now, we would stop the application caching programs that are currently running.
    Listing 4 shows how we'll set these parameters:
    Listing 4. Setting the minperm, maxperm and maxclient parameters
    vmo -p -o minperm%=5
    vmo -p -o maxperm%=90
    vmo -p -o maxclient%=90
    We also want to take a look at minfree and maxfree. When the pages on our free list fall below minfree, the VMM will start to steal pages, which we don't want to happen until the free list has beefed up the number in maxfree. The values should be similar to the ones shown in Listing 5.
    Listing 5. Setting the minfree and maxfree parameters
    vmo -p -o minfree=960
    vmo -p -o maxfree=1088
    Edited by: user455434 on Oct 12, 2010 1:14 PM

  • Satellite A300-1MV slow boot up and slow running

    I have recently bought an Satellite A300-1MV it runs vista,
    I have the trial Mcafee running and the other pre-installed software that came on the laptop. My problem is that on boot up the computer seems to take a ridiculous amount of time to boot up, once past the vista orb it says please wait which lasts about a minute untill the password request appears.
    I had a look in the problemreports in control panel and found that the toshiba tempro program was hanging on boot up so disabled it but didn't seem to have any effect, I also find that when for example you double click on a photo thumbnail to view it, it takes about 30 seconds to appear on the full screen allthough the window is shown on the start menu bar at the bottom allmost straight away.
    I have defragged the hard drive, scandisk, memory checked, virus checked etc.. I compared it to a friends laptop dell that has less memory but same spec processor and vista and that appears to work 10 times faster.. any ideas?, I do wonder if its a toshiba program causing the problem.
    I do though have a problem with acrobat reader opening of its own accord and telling me it can't read the file ( don't know what file)
    I have uninstalled this and reinstalled but still have the same issue!...HELP!!!
    Cheers

    Hello
    Very nice thread about slow start up you can find under http://forums.computers.toshiba-europe.com/forums/thread.jspa?messageID=134947
    To be honest I don't like McAfee and I have installed other antivirus application that needs much more resources. Please read this interesting thread and let me know what do you think about it.

  • I tunes (7)slow to launch and slow to operate generally

    after upgrading to itunes 7 it is now very slow to launch, 45 secs. Also when using the itunes store the same thing happens. Didn't have this problem until "upgrading" to itunes 7

    Could be a few things.  Have you installed any programs recently or done any os or software updates?  Have you connected any new hardware?
    Here are a bunch of troubleshooting hints and tips
    https://discussions.apple.com/docs/DOC-2591

  • Since updating my Mac Book Pro from Mountain Lion to Maverick the computer is running slowly. Its slow to open and slow to download

    Hi since updating my Mac Book Pro from Mountain Lion to Maverick the computer is running slow

    When you have the problem, note the exact time: hour, minute, second.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above. Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first. Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. In most cases, a few dozen lines are more than enough. It is never necessary or helpful to post more than about 100 lines. "The more, the better" is not the rule here.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Foxfire 3.6 slow to load and slow to respond to clicks on keypad mouse

    I am using a dell latitude d410. Sometimes when I click on the icon to open foxfire, it seems to me nothing is happening. So, I click again. Then two or three foxfire windows are open.

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back soon.

  • W520 with 32 GB RAM and slow performance

    hi all
    I post this info for those of you running into similar problems when upgrading the W520 to 32 GB RAM.
    I've a W520 2720QM with Windows Server 2008R2 installed which I upgraded to 32 GB RAM with 4x8 GB CORSAIR Value RAM Modules. After doing this, the Laptop was incredibliy slow on performance and starting of programs took a long time.
    I solved this with changing the Grafic option from Optiums to Integrated in the BIOS (1.35). After that, performace is back as before. In the BIOS there is a message saying, that the Optimus setting should be set only if Windows 7 is installed. As I'm not running W7 I had to change the setting.

    Hmm, currently another guy with 24GB of RAM have similar issues here
    http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/W520-nVidia-optimus-does-not-work-after-memory...
    Have a nice day! 
    Peter
    W520 (4284-A99)
    Does someone’s post help you? Give them kudos as a reward, as they will do better to improve | Mark it as solved if the solution works for you, so it could be reference for others in the future 
    =====================================
    Sound Enthusiast and Enhancement (Post comments, share mixes, etc.)
    http://forums.lenovo.com/t5/General-Discussion/Dolby-Home-Theater-v4-for-most-Lenovo-Laptops/td-p/62... 

  • Continued SLOW online performance after two Archive & Installs

    Hi.
    I have been living with slow online performance – pages slow to load, movies very slow to load, movies don't play back smoothly, constant buffering – for some 3-4 months before trying to do something about it... (this timeline coincides with a potential Security Update 2008-006 issue discussed here: http://discussions.apple.com/thread.jspa?threadID=1730909&tstart=0 , but I don't have enough savvy to know if that's the problem.)
    Equivalent slow performance in both Safari and Firefox... I've compared the same sites I visit on other peoples workstations, PC and Mac, various ISPs – all of their pages and movies light up and play instantly.
    Tried to research and do as much as I could before coming here, but I don't have great diagnostic skills... here's what I've got so far:
    By late November, I managed to eliminate the ISP (Earthlink) as a cause of the problem... however, due to their direction to change DNS numbers, I can no longer automatically connect online upon booting, but must repeatedly connect via Internet Connect (separate issue?)... via these forums, I've reset the DNS to 208.67.220.220, 208.67.222.222.
    Neither hard drive is even half full.
    I did an initial Disk and Permissions Repair prior to first A&I... they needed repair then, but subsequent verifications check out clean.
    After the first A&I (using the original OS X 10.4 install disk), I downloaded a complete full 10.4.11 update, including all current Security Updates... performance wound up much the same as before.
    After the second A&I, and before any updating, I tested online performance – still slow... this time I downloaded only the Mac OS X 10.4.11 Combined Update from November 07, looking to avoid the 2008-006 Security Update... general browsing speed is slightly improved, but any site with a movie or rich graphics behaves like dial-up, as before... Mail is just ok – not fast, but not problematic.
    Otherwise, the Mac works well enough, but it's never been a real speed-burner, imo... mainstream graphics apps (Adobe CS2, Quark 6)... the only atypical thing I might have is a Wacom graphics tablet (Intuos 3), but it's always worked fine... no games or brand-X playtime software.
    The only other thing I'd be suspicious of is Network Settings, after getting the runaround at Earthlink... but the fact that I can get online at all might rule that out.
    I've been at this for days, and am out of ideas... little help?
    Thanx.

    OK, network settings is the scary stuff that I DO NOT understand...
    BDAqua wrote:
    Make a New location in Network>Location>New, try it without PPoE, just Using DHCP under the TCP/IP tab>IPv4 setting. You can always switch back if it doesn't work.
    I found the PPPoE subpane.
    Made the New location, it seemed to work briefly, then didn't, then I fumbled my way back to prior settings... I'm willing to try it again, BUT...
    What scared me was that after setting New Location, the browser window opened to something called *Internet Configurator*, never seen this before... it asked for my email and password... is this normal?... I've got major privacy and security concerns and DO NOT want to put that password out there if I don't have to.
    Please advise before I do this... thanks.

  • PS CC 2014 very slow to load and operate after 2014.2 update

    I updated my Photoshop CC 2014 64bit today.  It was working perfectly up to the update.  Since the update, PSCC 2014 has been very, very slow to load and slow in use.  I have uninstalled PS used the PS Cleaner and reinstalled through CC Desktop.  The speed problem remains.  Interestingly, 3D is the Menu feature that seems to take the longest to load.  In other words, the program eventually loads, but 3D appears 6 or 7 seconds later.  I don't know if this is significant.  The setup was working fine up to the update.
    Grateful for any ideas about what may be the problem and what I can do about it.
    My system is a 3770K, with 32Gb ram, x4 SSDs one dedicated to OS and programs and the others to data, and an Asus GTX660 (2Gb) graphics card.  I am using the latest driver from the Nvidia site.  OS is Windows 7 64bit.
    I am getting no error messages - just great sluggishness.
    Thanks.

    Sorry for the delay in responding.  I had to get some sleep.
    Changing "sniffer" made no difference I'm afraid.  I have put it back to "sniffer.exe" having tried reopening with "~sniffer" twice with no success.
    Resources.  The maximum cpu resource used during the period from clicking the desktop icon to the menus in the program becoming usable is 23%.
    At the end of the splash screen when "initializing panels" is briefly on the splash screen, the line for the resource meter for the cpu went red and said "not responding" - the red disappeared once the workspace was active:
    Do you need anything more?

Maybe you are looking for

  • Protocol Error, WL 5.10 Sp10 with Oracle 8.1.7 on Solaris 8

    When i start the weblogic server the server can't make a connection Pool to the oracle 8.1.7 dbms. When i try with the same configuration to connect to an oracle 8.1.5 dbms the server create an connection pool. The errornessage is following text java

  • Pulse train generation without general purpose counters

    Hello, I am attempting to generate a continuous square wave using Labview, but I do not want to use the hardware counters because I am using them to measure pulse widths on two other signals. I have tried using analog pulse generation VIs, but they s

  • Javascript (in Firefox 3) takes several minutes to start working when computer wakes from sleep, Mac OSX 10.5.8

    Whenever I wake my Mac from sleep, with Firefox having been left running, some parts of Firefox take several minutes to start working again. These include switching between open tabs and any website functionality that uses javascript, eg gmail. This

  • Case Statement @ Switch Statement Need Help !

         private boolean n, e, s, w;      private int pointer; public void setLinks(int pointer)           if (pointer == 0)                n=false; e=false; s=false; w=false;           else if(pointer == 1)                n=true; e=true; s=false; w=fals

  • Last_call_et keeps resetting, no other evidence of activity

    I'm trying to debug an issue with a process that pulls a bunch of data into an Access database from a couple of Oracle databases (yes, we're working on killing Access).  Almost everything I can see is telling me that Oracle is doing nothing and it's