And do we get a clue on what database you happen to be asking about?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
As I recall, and I haven't worked with Oracle on a serious basis since ver 9
You can assign ownership of the objects to specific users and/or groups (sames as in most db management system).
So you can have tables "belonging" to different users in the same database structure, which is what I suspect your question relates to.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
I want to prevent others from truncate/delete/drop database objects, rather than setting passwords to 'database'. (so that others can just view the database, but should not be able to perform all those things I mentioned).
Setting ownership to specific users : 'grand/revoke' access
right?
So just the basics of granting permissions to users then.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
The username needs a password to access the table(s) or objects.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?