Microsoft
Software
Hardware
Network
Question : Oracle 11g retrieved data from an index not being sorted?
In 8i when Oracle retrieved data from an index it kept it sorted. Since upgrading to 11g I noticed that my queries that didn't contain an order by clause weren't coming back sorted. Is there some init.ora parameter or other workaround setting that forces a sort?
Answer : Oracle 11g retrieved data from an index not being sorted?
where are you retrieving this data? in SQL*Plus or any other application?
You've to use the ORDER BY clause to sort the data.
Random Solutions
find and replace using awk?
Ms Access 2003 - How can I close a corrupted .ldb file
Password utility
Repair of jpeg files
firewall using libpcap and raw socket
How do I get information from a function outside the function
How to CHMOD to 770 on a Windows 2003 server with IIS 6.
Proper DNS/MX settings for Exchange server in SBS2003
CanĀ“t send mail got this error: 5.5.0 smtp;573
Casting integer into date value within dynamic sql string