In an Oracle 12c Release 2 database, USER1 has CREATE SESSION, CREATE PROCEDURE, and CREATE FUNCTION privileges. Examine these commands: SYS executes this command: SQL> SELECT add_num(1,2) FROM DUAL; What is the result?
The ORCL CDB has a PDB, ORCL_PDB. Examine these parameters in ORCL: Examine these parameters in ORCL_PDB: You switch to ORCL_PDB and plan to execute these commands: What will be the outcome?
Your CDB has a PDB, EMP_PDB. You successfully execute these commands as the SYSTEM USER in CDB$ROOT: Which two statements are true about C##USR1? (Choose two.)