CMS专题

多选题You executed this command to create a password file: $ orapwd file = orapworcl entries = 10 ignorecase = N Which two statements are true about the password file?()AIt will permit the use of uppercase passwords for database users who have been granted t

题目
多选题
You executed this command to create a password file: $ orapwd file = orapworcl entries = 10 ignorecase = N Which two statements are true about the password file?()
A

It will permit the use of uppercase passwords for database users who have been granted the SYSOPER role.

B

It contains username and passwords of database users who are members of the OSOPER operating system group.

C

It contains usernames and passwords of database users who are members of the OSDBA operating system group.

D

It will permit the use of lowercase passwords for database users who have granted the SYSDBA role.

E

It will not permit the use of mixed case passwords for the database users who have been granted the SYSDBA role.

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are the network administrator for Ezonexam.

You are planning to upgrade Windows NT Server 4.0 computers to Windows 2000 Server. You want to perform. the upgrades by means of a distribution folder. You need to install a custom application as part of the upgrade.

You need to include the commands necessary so that the custom application is installed as part of the upgrade process.

What should you do? (Each correct answer presents part of the solution. Choose two)

A.Create a command file named Unattend.txt to install the application.

B.Create a command file named Cmdlines.txt to install the application.

C.Copy the command file to the \$OEM\$C\ subfolder under the i386 folder.

D.Copy the command file to the subfolder named \$OEM$ under the i386 folder.

E.Copy the command file to the subfolder named \$OEM$\textmode under the i386 folder.


正确答案:BD
解析:Explanation:Thisexampleassumesthatyouarepre-installingthedriversbyusingadistributionfolderandthatthedistributionfolderhasalreadybeencreated.1.Ifitdoesnotalreadyexist,createa$OEM$directoryunderyourdistributionfolder.Forexample:X:\i386\$OEM$2.CreateadirectorynamedTEXTMODEunderthe$OEM$directory.Forexample:X:\i386\$OEM$\TEXTMODE3.Copythedriverfilesfromthethirdpartyintothisdirectory.ThisconsistsofaTxtsetup.oemfileandatleastonedriverfile(the.sysfile),althoughtheremaybemore.CopyallofthefilesintotheTEXTMODEdirectory.4.EdittheX:\i386\$OEM$\Textmode\Txtsetup.oemfilebyusinganystandardtexteditorsuchasNotepadorEDIT.5.Etc.

第2题:

ou executed the command to create a password file in the database server: $ orapwd file=orapworcl entries=5 ignorecase=N  Which statement describes the purpose of the above password file()

  • A、It records usernames and passwords of users when granted the DBA role.
  • B、It contains usernames and passwords of users for whom auditing is enabled.
  • C、It is used by Oracle to authenticate users for remote database administration.
  • D、It records usernames and passwords of all users when they are added to OSDBA or OSOPER operating system groups.

正确答案:C

第3题:

You executed this command to create a password file:$ orapwd file = orapworcl entries = 10 ignorecase = NWhich two statements are true about the password file?()

A. It will permit the use of uppercase passwords for database users who have been granted the SYSOPER role.

B. It contains username and passwords of database users who are members of the OSOPER operating system group.

C. It contains usernames and passwords of database users who are members of the OSDBA operating system group.

D. It will permit the use of lowercase passwords for database users who have granted the SYSDBA role.

E. It will not permit the use of mixed case passwords for the database users who have been granted the SYSDBA role.


参考答案:A, D

第4题:

You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository.  Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()

  • A、 rman TARGET / NOCATALOG
  • B、 rman TARGET sys/password
  • C、 rman TARGET sys/password AS SYSDBA
  • D、 rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat

正确答案:B

第5题:

You were recently hired by Certkiller .com as a database administrator. You are asked to find out whether the currently functional listener process, named L1, has been password protected or not. You are not familiar with the file system of the new organization. How would you accomplish the task?()

  • A、 by using the STATUS command of the Listener control utility
  • B、 by using the STATUS L1 command of the Listener control utility
  • C、 by using the SHOW RULES command of the Listener control utility
  • D、 by using the SET PASSWORD command of the Listener control utility
  • E、 by searching for the PASSWORD_LISTENER entry in the listener.ora file

正确答案:B

第6题:

You are a Database Administrator with WonderWeb. You use a password file to establish connections to the Sales database located on the server. You created the password file using the following command:        ORAPWD file=d:/oracle/ora9i/orapwU01 password=admin entries=4   You erroneously deleted the password file while the database was running. You re-create the password file using the following command:   ORAPWD file=d:/oracle/ora9i/orapwU01 password=change_on_install entries=4   However, when you try to connect as the SYS user, you receive the following error:        ORA-01031: insufficient privileges   What should you do to resolve this error?()

  • A、 Delete the newly created password file and re-create another password file with the password admin, without shutting down the database.
  • B、 Enable the operating system authentication, shut down the database, disable the operating system authentication, and restart the database using the password file.
  • C、 Enable the operating system authentication, shut down the database, re-create the password file using the same ORAPWD command, and restart the database using the password file.
  • D、 Delete the newly created password file, enable operating system authentication and shut down the database. Then, re-create another password file using the same ORAPWD command and restart the database using this password file.

正确答案:D

第7题:

You executed the following command to back up the control file: ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What do you find in the trace file?()

  • A、Image of the control file
  • B、Location of the control file
  • C、Contents of the control file in text format
  • D、SQL command to re-create the database
  • E、SQL command to re-create the control file
  • F、Contents of the control file in binary format

正确答案:E

第8题:

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.


参考答案:B, D

第9题:

You are maintaining your database in Oracle10g. You are performing the backup by using the BACKUP AS BACKUPSET command at the RMAN prompt. Which file cannot be backed up by using the BACKUP AS BACKUPSET command?()

  • A、Datafiles
  • B、 Current control file
  • C、 Server parameter file (spfile)
  • D、 Password file

正确答案:D

第10题:

You work as a database administrator for Certkiller .com. You added atablespaceto your database. Because of the changes to the physical structure of your database, you performed a backup of the control file to trace. After this, you lost only the control files and the instance aborted due to a hardware failure.  How would you proceed to recover the database?()

  • A、Start the instance and open the database, instance recovery automatically recovers control files 
  • B、Create a file based on the contents of the trace file and save it to the control file locations and start the database 
  • C、Re-create the database (The recovery of the control file is not possible because you have lost all the control files.) 
  • D、Start the instance, in the NOMOUNTstate,re-create the control file using the CREATE CONTROLFILE command stored in the trace file. 
  • E、Start the instance and MOUNT the database, then re-create the control file using the CREATE CONTROLFILE command stored in the trace file.

正确答案:D

更多相关问题