Examine the following set of RMAN commands:RKAN> CONFIGURE CHANNEL del DEVICE TYPE DISK FORMAT ' /u02/backup/%U' ; RKAN> RUN{ALLOCATE CHANNEL chl DEVICE TYPE DISK;EXECUTE SCRIPT arc_backup;}Which statement is true about the RMAN run block execution?
You create two Resource Manager plans, one for night time workloads, the other for day time.How would you make the plans switch automatically?
Which three statements are true about Consolidated Database Replay?
Which two statements are true about Flashback Version Query?
Which three statements are true about unplugging a pluggable database (PDB)?
You are administering a multitenant container database (CDB) that contains multiple pluggable databases (PDBs). You are connected to cdb$root as the sys user.You execute the commands:SQL> CREATE USER C##ADMIN IDENTIFIED BY orcll23;SQL> CREATE ROLE C##CONNECT;SQL> GRANT CREATE SESSION, CREATE TABLE, SELECT ANY TABLE TO C##CONNECT;SQL> GRANT C##CONNECT to C##ADMIN CONTAINER=ALL;Which statement is true about the c##connect role?