|
When you start an Oracle database, the instance places
locks on each datafile. This prevents other instances
from opening those datafiles. This is most likely your
problem you are experiencing. The only solution around
this is to implement Real Application Clusters (RAC).
RAC is the only approved solution for letting multiple
instances use the same shared disk files.
For More Information
|