Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Problem with Order by in a subquery
I am using 8.1.7. I know that I need to change the compatibility
parameter in my init.ora to 8.1.7. I do that and I run the query that
Im posting below directly from the server and it works.
I go back to my client PC and I get the same error I got before changing the compatibility parameter. Do I have to make some kind of setting change on my client PC?
GAFFURIR_at_DEV> select col1, row
2 from (select col1, rownum row
3 from tab r 4 where rownum < 31 5 order by col1)
*
![]() |
![]() |