1Z0-083 Exam Question 11

Examine the query and its output executed In an RDBMS Instance: Which three statements are true about the users (other than sys) in the output?
  • 1Z0-083 Exam Question 12

    Choose two. Which two are true about memory advisors?
  • 1Z0-083 Exam Question 13

    Choose two. You are managing this configuration: 1. CDB1 is a container database. 2. PDB1 and PDB2 are two pluggable databases in CDB1. 3. USER1.EMP is a table in PDB1 and USER2.DEPT is a table in PDB2 . CDB1 user SYS executes these commands after connecting successfully to PDB2: SQL> ALTER SESSION SET CONTAINER=pdb1; Session altered. SQL> INSERT INTO user1.emp VALUES (100, 'Alan' ,1) ; 1 row created. SQL> INSERT INTO user1.emp VALUES (101, 'Ben' ,1) ; 1 row created. SQL> ALTER SESSION SET CONTAINER=pdb2; Session altered. SQL> INSERT INTO user2.dept VALUES(1, 'IT'); Which two are true? Which two are true? (Choose two.)
  • 1Z0-083 Exam Question 14

    Which two are true about data movement between a non-CDB and a PDB using Data Pump? (Choose two.)
  • 1Z0-083 Exam Question 15

    While backing up to an SBT channel, you determine that the read phase of your compressed Recovery Manager (RMAN) incremental level 0 backup is a bottleneck. FORCE LOGGING is enabled for the database. Which two could improve read performance? (Choose two.)