出自:Oracle认证
You have three production databases, HRDB, FINDB, and ORGDB, that use the same ASM instance. At the end of the day, while all three production database instances are running, you execute the following command on the ASM instance : SQL> shutdown immediate; What is the result of executing this command?()
A:The ASM instance is shut down, but the other instances are still running.
B:It results in an error because other database instances are connected to it.
C:All the instances, including the ASM instance, are shut down in the IMMEDIATE mode.
D:HRDB, FINDB, and ORGDB instances are shut down in the ABORT mode and the ASM instance is shut down in the IMMEDIATE mode.
You upgraded your database from pre-12c to a multitenant container database (CDB) containing pluggable databases (PDBs). Examine the query and its output: Which two tasks must you perform to add users with SYSBACKUP, SYSDG, and SYSKM privilege to the password file?()
A:Assign the appropriate operating system groups to SYSBACKUP, SYSDG, SYSKM.
B:Grant SYSBACKUP, SYSDG, and SYSKM privileges to the intended users.
C:Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege and the FORCE argument set to No.
D:Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege, and FORCE arguments set to Yes.
E:Re-create the password file in the Oracle Database 12c format.