ora-01031 insufficient privileges error
463428Jul 16 2007 — edited Jul 16 2007Hi all,
I am getting this ora-01031 insufficient privileges error while increament sequence
in the block(procedure)
but when i execute
SELECT brch_seq.nextval /*INTO BSEQ */ FROM DUAL;
I am getting sequence number; but the same in proc is giving above err...
what might have went wrong.
kindly help.
Thanks,