After creating a RAC One Node database using SQL statements, you want to register this database with Oracle Clusterware as a policy-managed resource. Which command, or sequence of commands, should you use?
A.
srvctl add srvpool –serverpool ron –importance 100 –min 2 –max 2 –servers 016n1, 016n2 srvctl add db –db ron –oraclehome $ORACLE_HOME –dbtype raconenode –serverpool ron
B.
srvctl add db –db ron –oraclehome $ORACLE_HOME –dbtype raconenode –server 016n1, 016n2
C.
srvctl add db –db ron –oraclehome $ORACLE_HOME –dbtype raconenode –serverpool ron –server 016n1, 016n2
D.
srvctl add srvpool –serverpool ron –importance 100 –min 2 –max 2 –servers 016n1, 016n2
Suggested Answer:C🗳️
If your Oracle RAC One Node database did not register automatically with Oracle Clusterware, then use the srvctl add database command to add an Oracle RAC One Node database to your cluster. For example: srvctl add database -c RACONENODE [-e server_list] [-i instance_name] [-w timeout] When you add services to a policy-managed Oracle RAC One Node database, SRVCTL does not accept any placement information, but instead configures those services using the value of the SERVER_POOLS attribute. Note: Use the srvctl add database command to add an Oracle RAC One Node database to your cluster. For example: srvctl add database -c RACONENODE [-e server_list] [-i instance_name] [-w timeout] * -c {RACONENODE | RAC | SINGLE} The type of database you are adding: Oracle RAC One Node, Oracle RAC, or single instance. Reference: https://docs.oracle.com/cd/E11882_01/rac.112/e41960/onenode.htm#RACAD8194
A - https://www.red-gate.com/simple-talk/sql/oracle/policy-managed-oracle-rac-one-node-databases/
- servers parameter, can be used only with administrator-managed Oracle RAC One Node databases (https://docs.oracle.com/database/121/RACAD/GUID-94140A17-4CDB-4CD9-A72D-5754591B0B83.htm#RACAD5011)
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
rodriguesJC
5 months agoYoones
1 year, 3 months agoFTR72
2 years, 2 months ago