one schema per use vs one schema per application. [message #55394] |
Wed, 22 January 2003 10:13 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Misha
Messages: 25 Registered: October 2001
|
Junior Member |
|
|
I have a burning question for the systems experts out there. We are developing a new WEB application based on the ORACLE 9i. Two of our DB designers have a disagreement on the signon process. One recommends to use a single schema per user for the security reasons and another one says one user is sufficient and will be more manageable then mulptiple users.
Background:
-Application uses tables and packages in one main schema
-Users can share data and don't have to have their own set of data or packages
-Access to the application is through the IIS
So here are out options:
Option A: One schema for everyone
pros: probably more memory effective; more manageable for database changes
cons: have to maintain our process for encoding/decoding passwords.
Option B: One schema per client
pros: ORACLE maintains passwords and user names.
cons: maintainability
Greatly appreciate your answers.
|
|
|
|
Re: one schema per use vs one schema per application. [message #55401 is a reply to message #55394] |
Wed, 22 January 2003 11:26 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Novy Durak
Messages: 1 Registered: January 2003
|
Junior Member |
|
|
Thank you Mahesh for responding to my question, but your answer does not answer my question.
My question what are pros and cons of using multiple oracle loggins VS single Oracle loggin from the systems, maintenance, and/or application point of view.
Thank you for your support.
|
|
|