Hi,
I am planning to give for a set of users having all rights to all the tables in the databse and for a set of user no access on the database.
For which i am following role based approach.
for to give access all privileges on the table
Grant ALL on <table name > to <role name >
it is higly impossible to give on each and every tables in the database.
can anybody help me in getting a script by which i can get all table name automatically from the database.
kindly help me in getting the script or is there any way to give/restrict the access on database level privleges
regards
nanda
I am planning to give for a set of users having all rights to all the tables in the databse and for a set of user no access on the database.
For which i am following role based approach.
for to give access all privileges on the table
Grant ALL on <table name > to <role name >
it is higly impossible to give on each and every tables in the database.
can anybody help me in getting a script by which i can get all table name automatically from the database.
kindly help me in getting the script or is there any way to give/restrict the access on database level privleges
regards
nanda