Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Hundreds of schemas in one instance?
Ben,
Have you investigated Oracle8i's "Virtual Private Database" feature - A.K.A. Fine-Grained Access Control (FGAC) or Row-Level Security (DBMS_RLS). It's available in 8i EE.
It keeps users logically separate, even if you only use one schema. I believe it would be much easier to maintain than hundreds of schemas - adding/deleting rows is much easier than adding/dropping schemas and their objects.
I implemented FGAC in an internationally-accessed Web-based application in which each customer's data was kept separate from every others, but in a single schema. Works very well.
Jack
-----Original Message-----
Sent: Wednesday, March 06, 2002 1:29 PM
To: Multiple recipients of list ORACLE-L
Hi
Our university wants to set up a server that will provide groups on campus with a standard set of services for web hosting, data collection or whatever they want to do. As much as possible each user should have their own isolated chunk of the server. An Oracle database will sit in the background to provide whatever database services they need. My thought is to go with one instance with a unique schema, including separate tablespaces/datafiles, for each user.
Some of the pros for this are:
- easy set up for new users
Some cons are:
- everyone must use the same release of the software
Has anyone had to this kind of thing? Any comments or suggestions?
TIA, Ben
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jack C. Applewhite INET: japplewhite_at_inetprofit.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Mar 06 2002 - 16:29:47 CST