Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Two instances?

Re: Two instances?

From: <fitzjarrell_at_cox.net>
Date: 13 Jun 2005 05:55:56 -0700
Message-ID: <1118667356.591620.8930@z14g2000cwz.googlegroups.com>

David & Sarah Grove wrote:
> Folks,
>
> Consider a single machine (Sun V480/Solaris 10) running Oracle 10g. Two
> parties are interested in cooperating (one brings the machine, the other
> brings the Oracle license). Disk space (>500 GB) is more than enough for
> both. Memory (16 GB) is more than enough for both. There are no common
> users. There are no common applications. There are no common schemas.
> There will be separate administration with possibly separate DBAs. Each
> party will have several schemas (total of 10 - 20 schemas). Three of one
> party's schemas each have in excess of 1000 tables and 1000 stored
> procedures.
>
> We are considering whether to just put both parties schemas together in a
> single instance, or, perhaps, make two instances.
>
> Might I be able to determine from vmstat whether there is sufficient
> "headroom" in cpu usage for a second instance? In other words, if I get one
> of the parties set up, can I use vmstat to determine whether, assuming
> everything else is adequate, there is enough horsepower to bring the second
> party in as a second instance?
>
> Thanks for any thoughts.
>
> DG

I again bring up the issue of one software owner to two separace instances. You will have one common O/S user who can access BOTH instances. Is this truly secure? Not in my opinion, and not unless you have but ONE DBA to manage the entire configuration.

CPU headroom aside, this is not the most secure of configurations, having two instances. Unrelated schemas can be housed in a single instance, and proper user permissions granted to prevent one from accessing the data of the other.

My vote is for two schemas, NOT to instances.

David Fitzjarrell Received on Mon Jun 13 2005 - 07:55:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US