Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source):
$> impdp
transport_datafiles=
‘/u01/app/oracle/oradata/hrdb/sales01.dbf’,
‘/u01/app/oracle/oradata/hrdb/cust01.dbf’,
‘/u01/app/oracle/oradata/hrdb/emp01.dbf’,
version=12 logfile=import.log
Which three are prerequisites for successful execution of the command?
View the SPFILE parameter settings in the Exhibit.
You issue this command and get errors:
SQL> startup
ORA-00824:cannotsetSGAJTARGET or MEMORY_TARGET dueto existing internalsettings,seealertlog for moreinformation
Why did the instance fail to start?
Your database is running in ARCHIVELOG mode. Complete database backups are performed daily at midnight. A user accidently truncates an important table at 10 AM after the last backup. After that, a few important transactions are performed on the database.
Which two best methods are performed the truncated table data? (Choose two.)
You notice that the performance of your production 24x7 Oracle 12c database has significantly degraded. Sometimes, you are not able to connect to the database instance because it hangs.
How can you detect the cause of the degraded performance?
Which two statements are true regarding an Automatic Storage Management (ASM) instance?
(Choose two.)
Examine the RMAN commands executed in your database:
RMAN>CONFIGURE DEFAULT DEVICE TYPE TO disk;
RMAN>CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO BACKUPSET;
RKAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
You issue the command:
RMAN> BACKUP DATABASE;
Which two statements are true about the command?
Your database is running in ARCHIVELOG mode. You observe that the fast recovery area does not have enough free space and there is no scope to add more space to it.
Identify two events that can occur at the time of a log switch. (Choose two.)
You issue the command:
SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
Which statement is true about the command?