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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Basic Oracle Concepts

Re: Basic Oracle Concepts

From: <sybrandb_at_yahoo.com>
Date: 27 Jul 2005 05:06:29 -0700
Message-ID: <1122465989.131026.239520@g47g2000cwa.googlegroups.com>

  1. No, it is not. One database means one instance, means one set of services. What you propose makes it impossible to run multiple databases *at the same time* using one instance. Running two databases at the same time requires 2 instances. Evidently you know sqlserver. A sqlserver database is more or less the same as an Oracle *schema*.
  2. Multiple Oracle Homes are created during installation. Multiple Oracle Homes are typically used for
  3. multiple different major releases of the same software
  4. multiple different Oracle products

You would never ever create one home for each database, because the 2 homes will share exactly *nothing*, and you will run into an administration nightmare.
I admit we administrate a server where Oracle India installed Oracle 3 times on a single server in this fashion. The installations sucks!

As said before: you will rarely create multiple databases, because usually a different schema will do. If you setup your security appropiately, different schema's are completely separated. In your proposed configuration you are simply going to waste resources.

--
Sybrand Bakker
Senior Oracle DBA
Received on Wed Jul 27 2005 - 07:06:29 CDT

Original text of this message

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