Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> cursor
Thanks to those who answered my previous question! I made following trigger to be used when data is loaded with sqlloader but got a Warning upon its creation:
cursor crsr is (select max(serial) from A_table where itemname like 'Old%'); begin crsr=crsr+1; insert into A_table (serial) values ('crsr') where itemname like 'Old%');end;
Warning: Trigger created with compilation errors.
Could someone kindly spot where is the problem?
Thanks in advance!
Zhiliang Received on Mon Jun 11 2001 - 11:22:33 CDT
![]() |
![]() |