Re: Bug in 9.2.0.4

2003-09-22 Thread Prem Khanna J
Munish,

i posted the same content to the LIST this morning.
i tried it on my instance and it happens :((

Jp.

22-09-2003 17:19:39, Munish Bajaj <[EMAIL PROTECTED]> wrote:
>  Hi Listers
>  Any idea about this Bug in 9.2.0.4.
>  If you try "select 'Hello' from dual order by 1 desc;" you may run into the
>  bug. It creates a dump in udump and could disconnect your session. Oracle is
>  creating a one-off patch to fix.
>
>  The bug is for any order by x, where x is a number, desc and the column is a
>  constant. 
>  It does not happen on my instance. Any Details will be appreciated.



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Prem Khanna J
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Bug in 9.2.0.4

2003-09-22 Thread ManojKr Jha

SQL> select * from v$version;

BANNER

Oracle9i Enterprise Edition Release 9.2.0.2.0 - 64bit Production
PL/SQL Release 9.2.0.2.0 - Production
CORE9.2.0.2.0   Production
TNS for IBM/AIX RISC System/6000: Version 9.2.0.2.0 - Production
NLSRTL Version 9.2.0.2.0 - Production

SQL> select 'Hello' from dual order by 1 desc;

'HELL
-
Hello

I have not faced any problem wich above sql-statement. And not faced of any
trace generated for this and not any disconnection.

It might be possible that in  9.2.0.4 , there would be such bug.


With Regards,
Manoj Kumar Jha




A transcendentalist engaged in auspicious activities does not meet with
destruction either in this world or in the spiritual world; one who does
good,
is never overcome by evil.





   

Munish Bajaj   

<[EMAIL PROTECTED]To: Multiple recipients of list 
ORACLE-L <[EMAIL PROTECTED]>   
.co.in>  cc:   

Sent by: Subject: Bug in 9.2.0.4   

[EMAIL PROTECTED]  

city.com   

   

   

09/22/03   

01:49 PM   

Please 

respond to 

ORACLE-L   

   

   





Hi Listers

Any idea about this Bug in 9.2.0.4.

If you try "select 'Hello' from dual order by 1 desc;" you may run
into the bug. It creates a dump in udump and could disconnect your
session. Oracle is creating a one-off patch to fix.

The bug is for any order by x, where x is a number, desc and the
column is a constant.
It does not happen on my instance. Any Details will be appreciated.

Regards
Munish Bajaj





DISCLAIMER: The information contained in this message is intended only and
solely for the addressed individual or entity indicated in this message and
for the exclusive use of the said addressed individual or entity indicated
in this message (or responsible for delivery of the message to such person)
and may contain legally privileged and confidential information belonging
to Tata Consultancy Services. It must not be printed, read, copied,
disclosed, forwarded, distributed or used (in whatsoever manner) by any
person other than the addressee. Unauthorized use, disclosure or copying is
strictly prohibited and may constitute unlawful act and can possibly
attract legal action, civil and/or criminal. The contents of this message
need not necessarily reflect or endorse the views of Tata Consultancy
Services on any subject matter. Any action taken or omitted to be taken
based on this message is entirely at your risk and neither the originator
of this message nor Tata Consultancy Services takes any responsibility or
liability towards the same. Opinions, conclusions and any other information
contained in this message that do not relate to the official business of
Tata Consultancy Services shall be understood as neither given nor endorsed
by Tata Consultancy Services or any affiliate of Tata Consultancy Services.
If you have received this message in error, you should destroy this message
and may please notify the sender by e-mail. Thank you.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: ManojKr Jha
  INET: [EMAIL PROTECTED]

Fat City Network Ser

Re: Bug in 9.2.0.4

2003-09-22 Thread ManojKr Jha


Can any body try the following in  9.2.0.4

SQL> select object_name,object_type,owner from dba_objects where
object_name like '%DUAL%';
OBJECT_NAME

OBJECT_TYPEOWNER
-- --
DUAL
TABLE  SYS

DUAL
SYNONYMPUBLIC

Instead of using dual table, use memory structure x$dual;

connect sys as sysdba

desc x$dual

create view v_dual as select dummy from sys.x$dual where inst_id = userenv
('INSTANCE');

grant select on v_dual to public;
drop public synonym dual;

create public synonym dual for v_dual;

now try the "select 'Hello' from dual order by 1 desc;";

In case this work, please let me know.




With Regards,
Manoj Kumar Jha




A transcendentalist engaged in auspicious activities does not meet with
destruction either in this world or in the spiritual world; one who does
good,
is never overcome by evil.





   

Prem Khanna J  

<[EMAIL PROTECTED]To: Multiple recipients of list 
ORACLE-L <[EMAIL PROTECTED]>   
.co.jp>  cc:   

                Sent by: Subject: Re: Bug in 9.2.0.4   

[EMAIL PROTECTED]  

city.com   

   

   

09/22/03   

02:29 PM   

Please 

respond to 

ORACLE-L   

   

   





Munish,

i posted the same content to the LIST this morning.
i tried it on my instance and it happens :((

Jp.

22-09-2003 17:19:39, Munish Bajaj <[EMAIL PROTECTED]> wrote:
>  Hi Listers
>  Any idea about this Bug in 9.2.0.4.
>  If you try "select 'Hello' from dual order by 1 desc;" you may run into
the
>  bug. It creates a dump in udump and could disconnect your session.
Oracle is
>  creating a one-off patch to fix.
>
>  The bug is for any order by x, where x is a number, desc and the column
is a
>  constant.
>  It does not happen on my instance. Any Details will be appreciated.



--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Prem Khanna J
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




DISCLAIMER: The information contained in this message is intended only and
solely for the addressed individual or entity indicated in this message and
for the exclusive use of the said addressed individual or entity indicated
in this message (or responsible for delivery of the message to such person)
and may contain legally privileged and confidential information belonging
to Tata Consultancy Services. It must not be printed, read, copied,
disclosed, forwarded, distributed or used (in whatsoever manner) by any
person other than the addressee. Unauthorized use, disclosure

Re: Bug in 9.2.0.4

2003-09-22 Thread ManojKr Jha

Hi,

and also verfy that X$dual is access after this , this can checked with
explain plan.
If x$dual is not acces then consider to drop dual table,  and do
followings:


conn sys as sysdba

desc x$dual

create or replace view v_dual as select dummy from sys.x$dual where inst_id
= userenv('INSTANCE');

grant select on v_dual to public;
drop public synonym dual;

create public synonym dual for v_dual;

now try the "select 'Hello' from dual order by 1 desc;";

set autot traceonly exp;

SQL> select 'Hello' from dual order by 1 desc;

Execution Plan
--
  0
SELECT STATEMENT Optimizer=CHOOSE


  1  0
  FIXED TABLE (FULL) OF 'X$DUAL'

SQL> set autot off
SQL> /
'HELL
-
Hello


With Regards,
Manoj Kumar Jha



A transcendentalist engaged in auspicious activities does not meet with
destruction either in this world or in the spiritual world; one who does
good,
is never overcome by evil.





   

ManojKr Jha

 To: [EMAIL PROTECTED] 
 
09/22/03 01:45   cc: [EMAIL PROTECTED], Multiple 
recipients of list ORACLE-L   
PM   <[EMAIL PROTECTED]>   
             
     Subject: Re: Bug in 9.2.0.4(Document 
link: ManojKrJha)
   





Can any body try the following in  9.2.0.4

SQL> select object_name,object_type,owner from dba_objects where
object_name like '%DUAL%';
OBJECT_NAME

OBJECT_TYPEOWNER
-- --
DUAL
TABLE  SYS

DUAL
SYNONYMPUBLIC

Instead of using dual table, use memory structure x$dual;

connect sys as sysdba

desc x$dual

create view v_dual as select dummy from sys.x$dual where inst_id = userenv
('INSTANCE');

grant select on v_dual to public;
drop public synonym dual;

create public synonym dual for v_dual;

now try the "select 'Hello' from dual order by 1 desc;";

In case this work, please let me know.




With Regards,
Manoj Kumar Jha




A transcendentalist engaged in auspicious activities does not meet with
destruction either in this world or in the spiritual world; one who does
good,
is never overcome by evil.





   

Prem Khanna J  

<[EMAIL PROTECTED]To: Multiple recipients of list 
ORACLE-L <[EMAIL PROTECTED]>   
.co.jp>  cc:                   

Sent by: Subject: Re: Bug in 9.2.0.4   

[EMAIL PROTECTED]  

city.com   

   

   

09/22/03   

02:29 PM   

Please 


Re: Bug in 9.2.0.4

2003-09-22 Thread jo_holvoet
I tried it on 9.2.0.4 in Win2k and it does indeed disconnect my session :(
Nothing in udump, but it does write to core.log in cdump.

regards
Jo





Munish Bajaj <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
09/22/2003 10:19
Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc: 
Subject:Bug in 9.2.0.4


Hi Listers
 
Any idea about this Bug in 9.2.0.4. 
 
If you try "select 'Hello' from dual order by 1 desc;" you may run into 
the bug. It creates a dump in udump and could disconnect your session. 
Oracle is creating a one-off patch to fix. 

The bug is for any order by x, where x is a number, desc and the column is 
a constant. 
It does not happen on my instance. Any Details will be appreciated.
 
Regards
Munish Bajaj




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Bug in 9.2.0.4

2003-09-22 Thread Nigel Bishop
There is a patch fix for this - patch Number 2990413 - this is for Solaris -  I 
haven't checked any other O/Ss




-Original Message-
Sent: 22 September 2003 11:55
To: Multiple recipients of list ORACLE-L


I tried it on 9.2.0.4 in Win2k and it does indeed disconnect my session :( Nothing in 
udump, but it does write to core.log in cdump.

regards
Jo





Munish Bajaj <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
09/22/2003 10:19
Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc: 
Subject:Bug in 9.2.0.4


Hi Listers
 
Any idea about this Bug in 9.2.0.4. 
 
If you try "select 'Hello' from dual order by 1 desc;" you may run into 
the bug. It creates a dump in udump and could disconnect your session. 
Oracle is creating a one-off patch to fix. 

The bug is for any order by x, where x is a number, desc and the column is 
a constant. 
It does not happen on my instance. Any Details will be appreciated.
 
Regards
Munish Bajaj




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, 
include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be 
removed from).  You may also send the HELP command for other information (like 
subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nigel Bishop
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Bug in 9.2.0.4

2003-09-22 Thread Nigel Bishop
Ooops - Sorry Monday morning cut & paste error -  patch number should read 3110923





-Original Message-
Sent: 22 September 2003 11:55
To: Multiple recipients of list ORACLE-L


I tried it on 9.2.0.4 in Win2k and it does indeed disconnect my session :( Nothing in 
udump, but it does write to core.log in cdump.

regards
Jo





Munish Bajaj <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
09/22/2003 10:19
Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc: 
Subject:Bug in 9.2.0.4


Hi Listers
 
Any idea about this Bug in 9.2.0.4. 
 
If you try "select 'Hello' from dual order by 1 desc;" you may run into 
the bug. It creates a dump in udump and could disconnect your session. 
Oracle is creating a one-off patch to fix. 

The bug is for any order by x, where x is a number, desc and the column is 
a constant. 
It does not happen on my instance. Any Details will be appreciated.
 
Regards
Munish Bajaj




-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, 
include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be 
removed from).  You may also send the HELP command for other information (like 
subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nigel Bishop
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: RE: Bug in 9.2.0.4

2003-09-22 Thread Prem Khanna J
Ohhh ! ...i don't find 3110923 patch fix for Ms-Win :(


22-09-2003 20:39:52, "Nigel Bishop" <[EMAIL PROTECTED]> wrote:
>Ooops - Sorry Monday morning cut & paste error -  patch number should read 3110923



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Prem Khanna J
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).