1Z0-068 · Question #47
Which two statements are true about database service administration in a RAC environment?
The correct answer is B. When services are created with srvctl, the service is not started automatically. F. When services are started with srvctl, they are automatically added to the data dictionary of the. B: To start the service you need to use the START_SERVICE procedure. F: When the service is started by Oracle Clusterware or Oracle Restart, the service is modified in the database to match the resource defined to either Oracle Clusterware or Oracle Restart. Incorrect Answers…
Question
Which two statements are true about database service administration in a RAC environment?
Options
- AWhen services are created with srvctl, tnsnames.ora is automatically updated.
- BWhen services are created with srvctl, the service is not started automatically.
- CService attributes can be modified, unless an instance hosting the service is in restricted mode.
- DWhen the DBMS_SERVICE package is used to modify a service, the CRS resource is
- EWhen the DBMS_SERVICE package is used to delete a service, it is automatically removed from
- FWhen services are started with srvctl, they are automatically added to the data dictionary of the
How the community answered
(26 responses)- A12% (3)
- B81% (21)
- D4% (1)
- E4% (1)
Explanation
B: To start the service you need to use the START_SERVICE procedure. F: When the service is started by Oracle Clusterware or Oracle Restart, the service is modified in the database to match the resource defined to either Oracle Clusterware or Oracle Restart. Incorrect Answers: A: Srvctl manages CRS (OCR), but does not modify tnsnames.ora. C: Users can modify the edition attribute while the service is up and running D: If you are using Clustered Managed Services with Oracle Clusterware, or using Oracle Restart with your single instance database, you must modify services using the srvctl command rather than DBMS_SERVICE. E: You cannot use the DBMS_SERVICE.DELETE_SERVICE subprogram if your services are managed by Oracle Clusterware, Oracle Restart, or Oracle Global Data Services. Note: Oracle Clusterware is the cross platform cluster software required to run the Real Application Clusters (RAC) option for Oracle Database. https://docs.oracle.com/database/121/ARPLS/d_serv.htm#ARPLS68022
Topics
Community Discussion
No community discussion yet for this question.