Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Array Processing in PL/SQL
I have a table that contans 20+ million rows. I need to perform an edit check on two columns, to verify data integrity. I can't do it at load time because of data latency in loading the lookup table. At the time of usage, I want to perform this check. I wrote a stored procedure, but it takes hours. Using the trace facility I determined that the SP is doing one fetch per row. Is there a way to use array processing within the SP, or do I need to search for an alterntive? Does anyone have any suggestions?
Ed Jennings
Oracle DBA
EPS, Inc.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~ jennings_at_dca.netReceived on Fri Feb 14 1997 - 00:00:00 CST
![]() |
![]() |