Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order by problem on 8i
Message
 
 
To
25/10/2001 08:35:46
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00573110
Message ID:
00573284
Views:
20
Must be a bug in 8. I can do an INSERT INTO like you did and it works with the ORDER BY. But if I put the exact same INSERT in a PROC, I get a compilation error. The proc I tried to create:
create procedure test
as
begin
insert into dummy select * from tfrvtype order by name;
end;
/
I am running Oracle 8i [8.1.6.0.0]
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform