Identify the correct srvct1 command to add the crm01 instance to the COB RAC 12cR1 database crm on the gm01 node.
A. Srvct1 add cdb instance -db crm -instance crm01 -node gm01
B. Srvct1 add instance -db crm -instance crm01 -node gm01
C. Srvct1 add non-cdb instance -db crm -instance crm01 -node gm01
D. Srvct1 add pdb instance -db crm -instance crm01 -node gm01
Arrange the following steps for converting from DNS to GNS in the proper order:
1.
Start GNS.
2.
Configure GNS resource.
3.
Update database endpoint
4.
Remove static addresses so only dynamic addresses are used.
5.
Change the CRS resource to support mixed mode.
6.
Modify the registered SCAN.
A. 1, 2, 3, 4, 5, 6
B. 6, 5, 4, 3, 2, 1
C. 2, 1, 5, 6, 3, 4
D. 4, 3, 6, 5, 1, 2
The DISK_REPAIR_TIME attribute has expired after a transient disk error. What happens next?
A. Nothing, it was only a warning. All the disks are OK
B. This means that the disk is repaired and is put back in the ASM disk group.
C. Oracle ASM drops the disk.
D. This means that Oracle will use ASM Fast Mirror Resync to sync the rest of the disks.
Which is the correct syntax to create an asmlib disk?
DISK1 = asmlib disk name /dev/sdb1 = first device partition/dev/sdb = device name
A. /usr/sbin/oracleasm add disk DISK1 /dev/sdfa
B. /usr/sbin/oracleasm createdisk DISK1 /dev/sdb1
C. /usr/sbin/oracleasm createdisk DISK1 /dev/sdb
D. /usr/sbin/oracleasm map DISK1 /dev/sdb
Identify the incorrect statement about server pools.
A. Server pools divide a cluster into logical groups of servers in which the application can be a database or non database.
B. An application is considered a singleton when it runs on a single server in a pool. The database administrator must use the CRSCTL utility to create and manage clusters that contain Oracle RAC databases
C. Oracle Default Server Pools are defined as FREE and GENERIC Server Pools.
D. Database administrators can create and manage server pools that will contain Oracle RAC databases by using the SRVCTL utility.
A customer is using the policy-managed database by name RACDB on a 4-node cluster. The server
names in the Cluster are: dasher, vixen, comet, and dancer.
There are two server pools defined, frontoffice and backoffice The attributes are as follows
Serverpoolmportance MinMax
Frontoffice 1022
Backoffice 512
There are two uniform services being created, crmsrv and hrsrv.
crmsrv is being assigned to serverpoolfrontoffice and hrsrv is assigned to backoffice.
Currently, all four nodes are up and running. The database and its services are running as follows:
The serverpoolfrontoffice , which is running the crmsrv service is being run on the dasher and vixen hosts
The serverpoolbackoffice, which is running hrsvc service is being run on comet and dancer hosts.
What happens when the dasher node fails?
A. Nothing happens because any service relocation is a major interruption to the clients who are connecting to the services.
B. One of the nodes is moved from the backofficeserverpool to the fronofficeserverpool . This is moved with the consideration or importance and minimum attributes configured. Effectively, the crmsrv service wil run in two nodes and hrsvc will run in one node.
C. Rebootlescrs cluster stack will be tried in all the duster nodes to resolve the issue. If this is not resolved, all nodes in the cluster get bounced to resolve the issues
D. Because the crmsrv service is defined as uniform service the cluster ensures at least one node is up and running, which is the current case. So, there will be no service relocation that will happen.
What is the mandatory step for a media recovery of RAC 12cR1 database with encrypted tablespaces?
A. You must close the Oracle Wallet after database mount and before opening the database.
B. You must open the Oracle Wallet after database nomount and before opening the database.
C. You must relocate the sqlnet.ora file and remove it from $ORACLE_HOME/network/admin.
D. You must open the Oracle Wallet after database mount and before opening database.
The Flex ASM instances in your four-node cluster currently have a cardinality of two. Identify the correct command that will change the cardinality to three:
A. $ srvctl modify asm -cardinality 3
B. $ srvctl update asm -count=3
C. $ srvctl modify asm -count 3
D. $ srvctl modify flex count = 3