Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion A potential bug (infinite loop) in Oracle: querying v$access
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
shakespeare  
View profile  
 More options Jan 23 2008, 3:40 am
Newsgroups: comp.databases.oracle.server
From: "shakespeare" <what...@xs4all.nl>
Date: Wed, 23 Jan 2008 09:40:06 +0100
Local: Wed, Jan 23 2008 3:40 am
Subject: Re: A potential bug (infinite loop) in Oracle: querying v$access

"Vladimir M. Zakharychev" <vladimir.zakharyc...@gmail.com> schreef in
bericht
news:38ae4253-4519-44ed-bbbb-618154c440e8@d70g2000hsb.googlegroups.com...

> On Jan 23, 9:23 am, Peter Teoh <htmldevelo...@gmail.com> wrote:
>> Making a long query:

>> select distinct name from all_source;
>> .......
>> SYS_YOID0000052452$
>> ......
>> 3196 rows selected.

>> Ok no problem.

>> select distinct owner from v$access
>> SQL> /
>> select distinct owner from v$access
>>                            *
>> ERROR at line 1:
>> ORA-01013: user requested cancel of current operation

>> I had to terminate it as it become non-terminating.

>> "select owner from v$access" returns a mere 193 rows, and it cannot
>> sort it?

>> I suspect there is exists an infinite loop somewhere.

>> This was attempted on 10gR2, 11gR1 and both had the same problem.

> 9.2.0.8/Win32 doesn't have this issue: select distinct owner from v
> $access returns 3 rows instantaneously as expected. I don't have a
> 10gR2 or 11gR1 instance handy to test, but if this issue is definitely
> reproducible on these releases (maybe on certain platforms only,) I
> suggest that you open a SR with Oracle Support for it as it looks like
> a regression or platform-dependent bug.

> Regards,
>   Vladimir M. Zakharychev
>   N-Networks, makers of Dynamic PSP(tm)
>   http://www.dynamicpsp.com

Select distinct name from all_source: 6194 rows returned
Select distinct owner from v$access: 13 rows returned.
10.1.0.5.0 on Windows: no errors.

Shakespeare


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.