You are administering a multitenant container database (CDB) CDB1 with two pluggable databases (PDBs), PDB1 and PDB2. You execute the following commands on CBD$ROOT as the SYS user: SQL > CREATE USER c##scott IDENTIFIED BY scottorcll; SQL > GRANT CREATE SESSION TO c##scott user? Which statement is true about the c##scott user?
Answer :
It is created in all the PDBs but has the CREATE SESSION privilege only in CDB$ROOT.
Which three statements are true about Consolidated Database Replay?
Answer :
Multiple workload captures from multiple databases can be replayed simultaneously on all pluggable databases (PDBs) in a multitenant container database (CDB).
A subset of the captured workload can be replayed
Multiple replay schedules can be defined for a consolidated replay and during replay initialization, you can select from any of the existing replay schedules