grant select sequence to other users
485737Jun 8 2006 — edited Jun 8 2006Hi all,
Assume: I have a user "A" who have table name "test" and sequence name "test_seq". How can the user "B" able to select on the sequence "test_seq" of user A, by this command below:
connect B/password
SELECT test_seq.nextval from dual;
Thanks,