Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL structure which enables selecting into and referencing by integers
Victor Engmark wrote:
> DA Morgan wrote:
>
>> If you have a table with more than 200 columns the problem is not your >> SQL ... the problem is the table. Take a serious look at Cobb and Date's >> rules of normalization and act on them.
Ouch!
Never create or drop tables in a procedure. Look at global temporary tables.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Wed Oct 27 2004 - 21:03:59 CDT
![]() |
![]() |