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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Re[2]: to_number question

Re: Re[2]: to_number question

From: jaromir nemec <jaromir_at_db-nemec.com>
Date: Mon, 19 Jul 2004 01:21:54 +0200
Message-ID: <05be01c46d1e$057ad900$3c02a8c0@JARAWIN>

>before you can even discuss meanings and correct results,
>expressions should be *well-formed* in the first place.
>the outcome of an ill-formed expression is undefined;
>formally, you should always get an error message.

Hi all,

I totally agree with Lex's argumentation, although I accept this is rather *pessimistic* approach.

But there is another more optimistic solution avoiding the less optimal BAD values solution proposed early in this thread.

Simple the DBMS will suppress any ORA-nnnnn error and will try in a loop the next access path. May be next time the query will be successful!

How many time this loop on different execution plans should be repeated? Why not limit it with OPTIMIZER_MAX_PERMUTATIONS:)

Regard

Jaromir D.B. Nemec



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Sun Jul 18 2004 - 18:19:39 CDT

Original text of this message

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