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

Home -> Community -> Usenet -> c.d.o.server -> Re: strange select issue

Re: strange select issue

From: Sybrand Bakker <gooiditweg_at_sybrandb.nospam.demon.nl>
Date: Thu, 18 Sep 2003 23:28:05 +0200
Message-ID: <gn8kmvkrfu54i4g5t09ms15r1lvv8n5l42@4ax.com>


On Thu, 18 Sep 2003 21:02:54 GMT, "Tom" <tomNOSPAM_at_teameazyriders.com> wrote:

>8.1.5
>solaris 7
>
>Hi,
>
>I have a very odd issue that i can't work out and there are no hints at all
>from the alert log.
>
>If i do the following..
>
>select x from tablename order by x;
>
>this works fine
>
>if i do
>
>select * from tablename order by x;
>
>this just hangs forever. I'm suspecting its instance related as i have since
>dropped the user and tried to reimport their data and it also hangs. I can't
>find any errors being produced at all. The instance has been bounced and the
>box reboted. I can't find any datafiles that are at their limit of size but
>if they were i would expect oracle to complain lots.
>
>any thoughts as i'm stumped now and this is now kinda urgent
>
>thanks
>
>Tom
>

issue
alter session set events='10046 trace name context forever, level 12'

This will generate a trace file in the user_dump_dest directory, which will show you *what* it is waiting for.
8.1.5 is a can of worms and have been desupped long since. The 8.1 productline will be laid to rest on December 31, 2003

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Thu Sep 18 2003 - 16:28:05 CDT

Original text of this message

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