1z0-063 Exam Question 96

You need to perform a block media recovery on the tools01.dbfdata file in your database by using Recovery Manager (RMAN).
Which two are prerequisites for performing this operation?
  • 1z0-063 Exam Question 97

    Examine the commands executed in the root container of your multitenant container database (CDB) that
    has multiple pluggable databases (PDBs):
    SQL> CREATE USER c##a_admin IDENTIFIED BY orcl123;
    SQL> CREATE ROLE c##role1 CONTAINER=ALL;
    SQL> GRANT CREATE VIEW TO C##roleI CONTAINER=ALL;
    SQL> GRANT c##role1 TO c##a_admin CONTAINER=ALL;
    SQL> REVOKE c##role1 FROM c##a_admin;
    What is the result of the revoke command?
  • 1z0-063 Exam Question 98

    Examine the resources consumed by a database instance whose current Resource Manager plan is displayed.
    SQL> SELECT name, active_sessions, queue_length,
    consumed_cpu_time, cpu_waits, cpu_wait_time
    FROM v$rsrc_consumer_group;

    Which two statements are true?
  • 1z0-063 Exam Question 99

    You want to create a duplicate database DUP_DB from your production database PROD on the same host.
    The PROD database uses Automatic Storage Management (ASM) for storage. Regular backups are taken using RMAN connected to a recovery catalog.
    You create an auxiliary instance and want to execute the command:

    What is a prerequisite for the successful execution of this command?
  • 1z0-063 Exam Question 100

    You set the following parameters in the parameter file and restart the database instance:
    NEMORY_MAX_TARGET=0
    MEMORY__TARGET=500M
    PGA_AGGREGATE_TARGET=90M
    SGA_TARGET=270M
    Which two statements are true?