Question 61
You want to flash back a test database by five hours.
You issue this command:
SQL > FLASHBACK DATABASE TO TIMESTAMP (SYSDATE - 5/24);
Which two statements are true about this flashback scenario? (Choose two.)
Question 62
Which two statements are true about Automatic Database Diagnostic Monitor (ADDM)?
Question 63
You want to create a database and you have the following:
- Oracle Grid Infrastructure is installed and configured.
- Oracle Database Vault is installed in ORACLE_HOME to be used for this database.
- Oracle Enterprise Manager Cloud Control isavailable and an agent is deployed on the database server.
Examine the requirements:
1 . configuring the database instance to support shared server mode
2 . using Automatic Storage Management (ASM) for storing database files.
3 . configuring a naming methodto help a remote user connect to a database instance
4 . configuring the Fast Recovery Area
5 . configuring Database Vault
6 . configuring Enterprise Manager (EM) Database Express
7 . registering with EM Cloud Control
8 . configuring remote log archive destinations
9 . enabling daily incremental backups
1 0. configuring a nondefault block size for nondefault block size tablespaces
Which of these requirements can be met while creating a database by using the Database
Configuration Assistant (DBCA)?
Question 64
Your database instance has started using an SPFILE.
Examine the RMAN configuration settings:
You execute the command:
RMAN> BACKUP AS COPY TABLESPACE TEST;
Which three types of files are backed up by using this command?
Question 65
In your Oracle 12c database, you plan to execute the command:
SQL> CREATE TABLESPACE tbs1 DATAFILE '/u02/oracle/data/tbs01.dbf' SIZE 50M;
The u02 file system has 1 GB of free space available.
What is the outcome?
