Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Trigger Error, pls help...
There's still another syntax error here:
> > exception
> > when been_booked then
> > (select name into guest_name
> > from guest
> > where guest_no =
> > ( select guest_no
> > from booking
> > where room_no = :new.room_no and
> > hotel_no = :new.hotel_no );
The right parenthesis following "then" is unbalanced and obsolete.
Marcus Reichardt Received on Mon Aug 17 1998 - 05:27:26 CDT
![]() |
![]() |