Hi,
We are using Oracle 10g.
We want to implement certain security setup for the schemas to be accessed by the developers.
The design is as follows:
MAIN_MGR:- will hold the complete tables, data and stored procedures
ACCESS_MGR:- will have the synonyms to the tables created in MAIN_MGR and appropriate privileges to view, manipulate data. Also, it will hold EXECUTE privilege of Stored procedures created in MAIN_MGR.
The problem is:
Certain Stored procedures creates tables,procedure dynamically while executing in MAIN_MGR. Since this procedure is being executed from ACCESS_MGR and it doesn't have privlege to create tables in MAIN_MGR it throws error stating "insufficient privilege".
Need your help in resolving this or any other better design can be suggested.
Thanks & Regards,
Shantha.
Talent is what you possess;
genius is what possesses you
We are using Oracle 10g.
We want to implement certain security setup for the schemas to be accessed by the developers.
The design is as follows:
MAIN_MGR:- will hold the complete tables, data and stored procedures
ACCESS_MGR:- will have the synonyms to the tables created in MAIN_MGR and appropriate privileges to view, manipulate data. Also, it will hold EXECUTE privilege of Stored procedures created in MAIN_MGR.
The problem is:
Certain Stored procedures creates tables,procedure dynamically while executing in MAIN_MGR. Since this procedure is being executed from ACCESS_MGR and it doesn't have privlege to create tables in MAIN_MGR it throws error stating "insufficient privilege".
Need your help in resolving this or any other better design can be suggested.
Thanks & Regards,
Shantha.
Talent is what you possess;
genius is what possesses you