Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle partitioning
bdbafh_at_gmail.com wrote:
> separate schemas still wouldn't work for things like:
>
> use of public synonyms by an app
> use of '%_ANY_%' sys_privs by an app role
> chain of possession of a backup set of a database containing all data
> across customers - meaning, a customer wants to have their data back
> and host it elsewhere.
>
> If the app was designed without security in mind ... a retrofit of
> "partitioning by customer" will probably have holes in it, in which
> case ... separate databases may be the way to go.
>
> -bdbafh
+1
If the data has no overlap I'd use at least different schemas, different databases might be even better. Partitioning is really only a solution if all customers share a significant amount of data. But otherwise, don't do it.
Kind regards
robert Received on Tue Aug 23 2005 - 02:12:59 CDT
![]() |
![]() |