Is it possible to get a resource deadlock on a sequence? For example: SELECT myseq.nextval AS mynextval; If it is, how could one go about inducing a deadlock? --Roy