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: sqlplus help

Re: sqlplus help

From: Daniel W. Fink <optimaldba_at_yahoo.com>
Date: Thu, 17 Apr 2003 18:11:42 -0800
Message-ID: <F001.00584881.20030417181142@fatcity.com>


Oracle introduced quite a few new features (many undocumented) in 8.1.6, so this difference comes as no suprise.

-- 
Daniel W. Fink
http://www.optimaldba.com

IOUG-A Live! April 27 - May 1, 2003 Orlando, FL
   Thursday, May 1 1:00pm - 2:00pm - Automatic Undo Internals



Basavaraja, Ravindra wrote:


> Thanks.This worked.But don't understand why this needed to be done on
> 8.1.5 and not on 8.1..7
>
> -----Original Message-----
> From: Jacques Kilchoer [mailto:Jacques.Kilchoer_at_quest.com]
> Sent: Thursday, April 17, 2003 4:12 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: sqlplus help
>
> Try "set numwidth 20"
>
> > -----Original Message-----
> > From: Basavaraja, Ravindra
> [mailto:Ravindra.Basavaraja_at_T-Mobile.com]
> > Sent: jeudi, 17. avril 2003 14:47
> > To: Multiple recipients of list ORACLE-L
> > Subject: sqlplus help
> >
> >
> > ACCEPT MS NUMBER PROMPT 'Enter the MS >'
> > Enter the MS >2163836567
> >
> > select col1,col2...from
> > where ms=&ms
> >
> > old 2: WHERE MS = &MM
> > new 2: WHERE MS = 2.4e5
> >
> > when we enter the number as 2163836567 it gets changed to
> > decimal number in
> > the new value and the query fails.
> > this is happening in the sqlplus client 8.1.5 but works fine
> > on sqlplus
> > 8.1.7 client
> >
> > no environment variables have been set.how to get this solved
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Daniel W. Fink INET: optimaldba_at_yahoo.com 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).
Received on Thu Apr 17 2003 - 21:11:42 CDT

Original text of this message

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