Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Database Users
Jeremy,
Two possibilities to offer.
By changing to the "right" user, you can access the "right" set of tables by leaving off the schema name in the table access code (select xyz from table1, for example), or by using a set of aliases. The aliases would be particularly useful if your set of "users" is different than your set of "schemas".
Patrick Suppes
bjeremy_at_my-dejanews.com wrote:
> Greetings,
>
> My problem is that I have to create a DB where all a Users data have to be
> de-centralized and in a seperate schema. Basically, I have to create
> Different users with the exact same schema and set of stored procedures
> (don't ask... its a requirement).
>
> <snip>
>
> regards,
>
> jeremy
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Apr 22 1999 - 12:11:33 CDT
![]() |
![]() |