单选题 Your database is configured in ARCHIVELOG mode.Examine the RMAN configuration parameters:CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # defaultCONFIGURE BACKUP OPTIMIZATION OFF; # defaultCONFIGURE CONTROLFILE AUTOBACKUP OFF; # defaultCONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET ; CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default Examine the command:RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT; What is the outcome?
相关试题
单选题 Examine the command:SQL> CREATE TABLESPACE test1 DATAFILE ‘/u01/app/oracle/oradata/orcl/test01.dbf’ size 5M AUTOEXTEND ON UNIFORM;Which statement is true?
单选题 Which statement is ture about profile?
单选题 Which statement is true about a database in ARCHIVELOG mode?
单选题 Examine the details of the uncompressed, non-partitioned heap table CITIES.Name Null TypeCITYIDNOT NULL NUMBER(4.CITYNAME VARCHAR2(50.Examine the command:SQL>ALTER TABLE cities SHRINK SPACE COMPACT; What must you do nefore executing it?
单选题 Your database is in NOARCHIVELOG mode. You want to enable archiving for database. Examine the steps:
单选题 Which task is performed by a background process in a database instance?
单选题 What is the outcome of the SHUTDOWN ABORT command?
单选题 The schema SALES exists in two databases, ORCL1 and ORCL2, and has the same password, SALES123. User SALES has CREATE DATABASE LINK and CREATE SESSION privileges on both databases.Eaxmine these command: conn SALES/SALES123 CREATE DATABASE LINK orcl2 USING ‘orcl12’;What is the outcome of executing these commands in the ORCL1 database?