Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Bug in 9.2.0.4
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
With Regards,
Manoj Kumar Jha
ManojKr Jha To: ORACLE-L_at_fatcity.com 09/22/03 01:45 cc: ml-errors_at_fatcity.com, Multiple recipients of list ORACLE-L PM <ORACLE-L_at_fatcity.com> 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
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
Prem Khanna J <jprem_at_kssnet To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> .co.jp> cc: Sent by: Subject: Re: Bug in 9.2.0.4 ml-errors_at_fat 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 <mbajaj_at_quark.co.in> 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 intothe
> creating a one-off patch to fix. > > The bug is for any order by x, where x is a number, desc and the columnis a
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Prem Khanna J INET: jprem_at_kssnet.co.jp Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesReceived on Mon Sep 22 2003 - 04:34:35 CDT
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (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 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: jmanoj_at_delhi.tcs.co.in 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: ListGuru_at_fatcity.com (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).