Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> hanging select statements

hanging select statements

From: Ryan Gaffuri <rgaffuri_at_cox.net>
Date: 2 Aug 2003 08:44:31 -0700
Message-ID: <1efdad5b.0308020744.32e41082@posting.google.com>


I have a package that users dbms_jobs to execute a bunch of processes in parallel. I log these events to a log table that inserts and updates with an autonomous transaction then commits. If an exception occurs it still commits;

I try to select from this table and my select statement 'hangs';

It only has like 50 records.

Im doing a 'select *'. There are no select for update clauses and no lock table commands.

what could be blocking my select statement? All im doing is inserting and updating on the table. Received on Sat Aug 02 2003 - 10:44:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US