Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: [Q] create second schema under a account
Serge Rielau wrote:
> Howard J. Rogers wrote: >
> > Given that user management is part of Oracle, isn't it possible > (feasable) to create users which have no real life equivalent for the > sole purpose of organizing objects? Say to hold all objects which belong > to a certain package...
Of course. I don't know if they have an official name, but I call them "application schemas": a user account that is created initially locked simply for the purposes of owning objects, and no-one can actually log on as that user. The converse, of course, also happens all the time: real-life users who don't actually own or create any objects of their own, but merely read or modify the contents of other people's objects. So, yes, you can have a schema that has no real human being attached, and real human beings that have no schema attached.
But that misses the essential point as far as the OP is concerned: that you cannot have an Oracle user account which is not *potentially* a schema owner, and neither can you have an Oracle schema without first creating an Oracle user account.
Rather than confuse the OP with talk about "real life equivalents", let's just get the plain message across first: a user=schema.
Regards
HJR
Received on Wed Dec 29 2004 - 23:15:01 CST
![]() |
![]() |