Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Collections
Hello All,
What would be the major differences between a Collection and a simple PL/SQL array? I have this in my program, but cannot seem to use the FIRST and LAST functions on it.........
TYPE AuditTrlRec IS RECORD (
batchnum VARCHAR2(5), trannum VARCHAR2(6), seqnum VARCHAR2(8), ph_key NUMBER, dtbc DATE);
Thanks,
Arthur
amerar_at_iwc.net
Received on Tue May 21 2002 - 22:55:43 CDT
![]() |
![]() |