Apologies in advance; this is my first post.

We have a trigger on a delete that invokes a Java stored procedure (JSP). That uses jdbc to do "select mysequence.nextval from dual", and I get an insufficent privileges error.

Any ideas?