InterviewSolution
Saved Bookmarks
| 1. |
What Are The Different Modes Of Mounting A Database With The Parallel Server? |
|
Answer» Exclusive Mode If the FIRST INSTANCE that mounts a database does so in exclusive mode, only that Instance can mount the database. Parallel Mode If the first instance that mounts a database is STARTED in parallel mode, other instances that are started in parallel mode can ALSO mount the database. Exclusive Mode If the first instance that mounts a database does so in exclusive mode, only that Instance can mount the database. Parallel Mode If the first instance that mounts a database is started in parallel mode, other instances that are started in parallel mode can also mount the database. |
|