Oracle Database 23ai Administration Associate - 1Z0-182 模擬練習
Which of the following is true about the status of a PDB that has been unplugged from a CDB?
正解: D
解説: (PassTest メンバーにのみ表示されます)
You have connected to the CDB root as a common user with the CREATE PLUGGABLE DATABASE system privilege and issued the following command: SQL> CREATE PLUGGABLE DATABASE pdb1 ADMIN USER admin1 IDENTIFIED BY p1 ROLES = (CONNECT) FILE_NAME_CONVERT = ('PDB$SEEDdir', 'PDB1dir'); Which three are results of the CREATE command?
正解: B,D,E
解説: (PassTest メンバーにのみ表示されます)
Which resource plan is used to manage the resources for the predefined maintenance window?
正解: D
解説: (PassTest メンバーにのみ表示されます)
In one of your databases, you create a user, HR, and then execute this command: GRANT CREATE SESSION TO hr WITH ADMIN OPTION; Which three actions can HR perform?
正解: A,B,D
解説: (PassTest メンバーにのみ表示されます)
Which statement is true about database links?
正解: D
解説: (PassTest メンバーにのみ表示されます)
In which two ways would you disable timing information collected for wait events and much of the performance monitoring capability of the database?
正解: B,D
解説: (PassTest メンバーにのみ表示されます)
You want to apply the principle of least privilege in all your live databases. One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis. Which two types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE package?
正解: B,C
解説: (PassTest メンバーにのみ表示されます)
Examine this command: ALTER DATABASE MOVE DATAFILE '\u01/sales1.dbf' TO '\u01/sales01.dbf' REUSE; Which two statements are true?
正解: A,B
解説: (PassTest メンバーにのみ表示されます)
You execute the SHUTDOWN ABORT command. Which two statements are true?
正解: A,C
解説: (PassTest メンバーにのみ表示されます)
Script abc.sql must be executed to perform a certain task. User HR with password HR exists in the target database and the account is unlocked. The TNSNAMES.ORA file is up to date. Examine this command attempted by the user: $ sqlplus hr/hr@orcl @abc. What will happen and why?
正解: E
解説: (PassTest メンバーにのみ表示されます)