I need to setup a database for two users, one for each, and I also need to make sure that the user can do everything they need to to that database except add/modify users or other databases. How should I achieve this? Since each db user has to be a local linux user, would I be better off setting up an instace for each user or just use the existing instance and add a new db for each and add that user to the corresponding db? Thanks in advance, Jeremy