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 -> Why does sqlplus "select" produce different order of data?

Why does sqlplus "select" produce different order of data?

From: David Shi <dshi_at_magpage.com>
Date: 1997/12/04
Message-ID: <66556k$n4r$0@204.179.92.69>#1/1

(please also forward your message to dshi_at_magpage.com, thanks a lot)

Sorry about posting several questions at the same time, sometimes it's so difficult to get help from Oracle technical support.

I noticed when I do a select, each time I got different order of data, is this a Unix buffer problem or something else?

Oracle version 7.3.3, OS: Solaris 2.5.1 on a SUN 4000.

What I did is (under Unix command line):

  echo "select * from table;" | sqlplus -s / | more

The first time the output may be like (just as an example):

1111
2222
3333

the second time maybe

2222
3333
1111

Thanks for your help.

David Received on Thu Dec 04 1997 - 00:00:00 CST

Original text of this message

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