ExamQuestions.com

Register
Login
Oracle Database 12c Essentials Exam Questions

Oracle

Oracle Database 12c Essentials

40 / 80

Question 40:


                
                
            
                image
            
            
                
Which two statements are true about this common user? 

Answer options:

A. SQL> conn c##usr/pwd@pdb1You are connected to PDB1 successfully.
B. SQL> conn c##usr/pwd@pdb2You are connected to PDB2 successfully.
C. SQL> conn c##usr/pwd@pdb2You are unable to create a connection. You first need to sync PDB2 by executing:SQL> conn / as sysdbaSQL>exec DBMS_PDB.SYNC_PDB;
D. SQL> conn c##usr/pwd@pdb2You are unable to create a connection. You need to create the common user c# #usr explicitly in PDB2 by executing:SQL>conn system/pwd@pdb2SQL> CREATE USER c##usrIDENTIFIED BYpwd CONTAINER=CURRENT;Now you are able to connect as common user c##usr to