单选题 Examine this configuration: 1. CDB1 is a container database. 2. DEFAULT_SHARING is METADATA. 3. APP_ROOT is an application root contained in CDB1. 4. APP_PDB1 is an application PDB contained in APP_ROOT. 5. COMPANYAPP is an application contained in APP_ROOT. 6. EMP is a common table created in APP_ROOT and all its application PDBs, created when version 1.0 of COMPANYAPP was installed. You execute these commands: What will be the outcome and why?
相关试题
单选题 Which operating system group is NOT needed to perform an Oracle Database installation?
单选题 Examine this configuration: 1. CDB1 is a container database. 2. COMMON_USER_PREFIX is set to an empty string. 3. PDB1 is a pluggable database in CDB1. 4. APP1_ROOT is an application container in CDB1. 5. APP1_PDB1 is an application PDB in APP1_ROOT You execute these commands: $ sqlplus sys/oracle@localhost:1521/cdb1 as sysdba SQL> CREATE ROLE role1 CONTAINER=CURRENT; Which is true?
单选题 Examine this extract from the show parameters command: NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ db_16k_cache_size big integer 0 db_2k_cache_size big integer 0 db_32k_cache_size big integer 0 db_4k_cache_size big integer 0 db_8k_cache_size big integer 0 db_cache_size big integer 0 java_pool_size big integer 0 large_pool_size big integer 0 memory_max_target big integer 800M memory_target big integer 800M pga_aggregate_limit big integer 2G pga_aggregate_target big integer 0 sga_max_size big integer 800M sga_min_size big integer 0 sga_target big integer 0 shared_pool_reserved_size big integer 7130316 shared_pool_size big integer 0 statistics_level string TYPICAL workarea_size_policy string AUTO How are System Global Area (SGA) and Program Global Area (PGA) memory managed by an instance using these parameter settings?
单选题 SQL Performance Analyzer (SPA) has reported several regressed SQL statements for one of your databases. Which action could help in the performance management of these regressed SQL statements?
单选题 How do you configure a CDB for local undo mode?
单选题 Your CDB has two regular PDBs as well as one application container with two application PDBs and an application seed. No changes have been made to the standard PDB$SEED. How many default temporary tablespaces can be assigned in the CDB?
单选题 Which statement correctly describes the SQL profiling performed by the SQL Tuning Advisor?
单选题 You execute this command successfully: SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What is the outcome?