Question: 1
Which two are true about creating pluggable databases (PDBs) using snapshots in Oracle 19c and later releases?
Question: 2
Examine this configuration:
1. The orcl database data files are in Automatic Storage Management (Oracle ASM) disk group +data.
2. orcl uses disk group +fra for the Fast Recovery Area.
3. listener is the listener for orcl.
4. The database, listener, ASM instance, and ASM disk groups are managed by Oracle Restart.
5. All components are currently shut down.
You execute this command:
$ srvctl start database -d ORCL
What is the outcome?
Question: 3
You plan to install Oracle Grid Infrastructure for a Standalone Server and Oracle Database for the first time on a server.
Examine this command and its outcome:
# id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall) , 54322(dba)
Which two are true?
Question: 4
Examine this command for creating pluggable database PDB2 in container database CDB2
CREATE PLUGGABLE DATABASE pdb2
ADMIN USER pdb2_adrn
IDENTIFIED BY 12 3pdb
ROLES=(CONNECT) ;
Select three options, any one of which is required for it to execute successfully.
Question: 5
Which two are true about Oracle instance recovery?