多选题 Your databases all run in ARCHIVELOG mode.A newly created database has no RMAN backups.Examine these commands :CONfIGURE RETENTION POLICY To REDUNDANCY 2 ;RMAN>BACKUP TABLESPACE SYSTEM;Backup set complete,elapsed time :RMAN>BACKUP TABLESPACE SYSTEM,SYSAUX ;Backup set complete, elapsed time: 00: 00: 04RMAN>BACKUP DATABASE ;Backup set complete, elapsed time: 00:00:07Which two are true about the execution of the third backup command?
相关试题
单选题 What should you do to ensure that a job stores minimal job metadata and runtime data on disk,and uses only existing PL/SQL programs?
单选题 Examine this parameter setting:SHOW PARAMETER INMEMORY_SIZENAME TYPE VALUEInmemory_size big integer 1GNow examine this command :ALTER TABLE hr.emp INMEMORY ;Table altered .Which is true about effects of this command and any subsequent processing on hr.emp?
单选题 Which naming method enables clients to connect to a database instance without any client side configuration in sqlnet.ora or tnsnames.ora?
单选题 All of your live databases run in ARCHIVELOG mode.On the SALES database there is no LEVEL 0 backup.Examine these commands issued against the SALES database target:RMAN> BACKUP AS BACKUPSET DATABASE ;Backup set complete, elapsed time: 00:00:03RMAN> BACKUP INCREMENTAL LEVEL 1 DATABASE ; What is true about the execution of these commands?
单选题 Your database is open and the listener LTSTENER is up. You issue the comand:LSNRCTL> RELOADWhat Is the effect of RELOAD on sessions that were originally established by LISTENER?
单选题 Examine these commands:SQL>SELECT open_mode FROM v$database ;OPEN_MODEREAD WRITESQL>ARCHIVE LOG LIST ;Database log modeNo Archive ModeAutomatic archival DisabledArchive destination USE_DB_RECOVERY_FILE_DESTNow examine these steps:
单选题 In one of your databases, unified auditing is enabled and an SH.SALES table exists.You successfully execute these commands:SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales; SQL>AUDIT POLICY sales_pol;Which statement is true about SALES_POL?
单选题 In your database, the SALES table exists in the SH schema and unified auditing is enabled.As the DBA, you successfully execute the comands:SQL> CREATE AUDIT POLICY sales_pol ACTIONS select on sh.sales; SQL> AUDIT POLICY sales_pol;Which statement is true about the SALES_POL audit policy?