1Z0-060 · Question #38
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…
The correct answer is B. Grant SYSBACKUP, SYSDG, and SYSKM privileges to the intended users. D. Re-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege, and FORCE. /You can create a database password file using the password file creation utility, ORAPWD. The syntax of the ORAPWD command is as follows: orapwd FILE=filename [ENTRIES=numusers] [FORCE={y|n}] [ASM={y|n}] [DBUNIQUENAME=dbname] [FORMAT={12|legacy}] [SYSBACKUP={y|n}]…
Question
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?
Options
- AAssign the appropriate operating system groups to SYSBACKUP, SYSDG, SYSKM.
- BGrant SYSBACKUP, SYSDG, and SYSKM privileges to the intended users.
- CRe-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege and the FORCE
- DRe-create the password file with SYSBACKUP, SYSDG, and SYSKM privilege, and FORCE
- ERe-create the password file in the Oracle Database 12c format.
How the community answered
(40 responses)- A10% (4)
- B83% (33)
- C5% (2)
- E3% (1)
Explanation
/You can create a database password file using the password file creation utility, ORAPWD. The syntax of the ORAPWD command is as follows: orapwd FILE=filename [ENTRIES=numusers] [FORCE={y|n}] [ASM={y|n}] [DBUNIQUENAME=dbname] [FORMAT={12|legacy}] [SYSBACKUP={y|n}] [SYSDG={y|n}] [SYSKM={y|n}] [DELETE={y|n}] [INPUT_FILE=input-fname] force - whether to overwrite existing file (optional), / 12c:V$PWFILE_USERS lists all users in the password file, and indicates whether the user has been granted the SYSDBA, SYSOPER, SYSASM, SYSBACKUP, SYSDG, and SYSKM / 10c:sts users who have been granted SYSDBA and SYSOPER privileges as derived from the ColumnDatatypeDescription USERNAMEVARCHAR2(30)The name of the user that is contained in the password file SYSDBAVARCHAR2(5)If TRUE, the user can connect with SYSDBA privileges SYSOPERVARCHAR2(5)If TRUE, the user can connect with SYSOPER privileges not E: The format of the v$PWFILE_users file is already in 12c format.
Topics
Community Discussion
No community discussion yet for this question.