Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Ok in 8i SQL Plus - but ORA-00933 when creating a view !!!
Hi,
Bizzare situation, can run the code below perfectly in SQL Plus 8i but when we try to create a view it generates the 0RA-00933 error message. Is there anything missing here, and why would SQL Plus be happy (and fast) but the view complain ?
Many thanks for any suggestions, Steve.
Select
p.ID, p.STOCK_UM, p.QTY_ON_HAND, b.TRANSACTION_ID, b.QTY,
![]() |
![]() |