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

Home -> Community -> Usenet -> c.d.o.server -> Re: SqlPlus Question

Re: SqlPlus Question

From: Mark D Powell <markp7832_at_my-deja.com>
Date: Fri, 02 Feb 2001 14:45:10 GMT
Message-ID: <95eh5k$vk1$1@nnrp1.deja.com>

In article <95d8d5$vgu$1_at_nnrp1.deja.com>,   kachkar_at_my-deja.com wrote:
> Hi all,
>
> I have a number column in my table let us say trunover ,when I run
> this sql using Sqlplus : select trunover from mytable;
> I get some values like this for example:
>
> 999.99
>
> and when my workmate does the same command from his machine using also
> sqlplus he gets this output
>
> 1000.00
>
> I know it is something in the client environment but I do not know how
> to fix this problem.
>
> Please, if you can help that would be great.
>
> Thanks in advance.
>

My best guess is that the setting for number width and/or number format are set differently. Try issuing show numwidth and show numformat from both sessions.

If that does not answer your question then issue the command, column, to see all column settings in effect.

--
Mark D. Powell  -- The only advice that counts is the advice that
 you follow so follow your own advice --


Sent via Deja.com
http://www.deja.com/
Received on Fri Feb 02 2001 - 08:45:10 CST

Original text of this message

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