Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Hundreds of schemas in one instance?

RE: Hundreds of schemas in one instance?

From: Jack C. Applewhite <japplewhite_at_inetprofit.com>
Date: Wed, 06 Mar 2002 14:29:47 -0800
Message-ID: <F001.004215AB.20020306142947@fatcity.com>


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



Jack C. Applewhite
Database Administrator/Developer
OCP Oracle8 DBA
iNetProfit, Inc.
Austin, Texas
www.iNetProfit.com
japplewhite_at_inetprofit.com
(512)327-9068

-----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



 Ben Poels - Senior Technical Analyst - Queen's University at Kingston  Phone: 613.533.2449 Fax: 613.533.2168 Email: poelsb_at_post.queensu.ca
-- 
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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US