You run a script that completes

题目

You run a script that completes successfully using SQL*Plus that performs these actions: 1. Creates a multitenant container database (CDB) 2. Plugs in three pluggable databases (PDBs) 3. Shuts down the CDB instance 4. Starts up the CDB instance using STARTUP OPEN READ WRITE Which two statements are true about the outcome after running the script?()

  • A、The seed will be in mount state.
  • B、The seed will be opened read-only.
  • C、The seed will be opened read/write.
  • D、The other PDBs will be in mount state.
  • E、The other PDBs will be opened read-only.
  • F、The PDBs will be opened read/write.
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You have a computer that runs Windows Vista. You create a dial-up connection.You need to run a custom script each time you connect by using the dial-up connection.What should you do?()

A.A

B.B

C.C

D.D


参考答案:D

第2题:

If an existing script is uploaded to the CRS, what does it ask?()

  • A、Do you want to debug the script?  
  • B、Do you want to refresh the script?  
  • C、Do you want to save the application?  
  • D、Do you want to return to Script Management? 

正确答案:B

第3题:

You run a script that completes successfully using SQL*Plus that performs these actions:1. Creates a multitenant container database (CDB)2. Plugs in three pluggable databases (PDBs)3. Shuts down the CDB instance4. Starts up the CDB instance using STARTUP OPEN READ WRITEWhich two statements are true about the outcome after running the script?()

A. The seed will be in mount state.

B. The seed will be opened read-only.

C. The seed will be opened read/write.

D. The other PDBs will be in mount state.

E. The other PDBs will be opened read-only.

F. The PDBs will be opened read/write.


参考答案:B, D

第4题:

Given the script   create script db_backup_datafile_script  {backup datafile and 1, and2 plus archivelog delete input;} Run {execute script db_backup_datafile_script using 2;}   What is the result of running this command?()  

  • A、 The script will fail since you instructed RMAN to back up only one datafile rather than two
  • B、 The script will successfully back up datafile 3 without error
  • C、 The script will fail since it uses a substitution variable which is not supported
  • D、 The execute script command will prompt for the value of and2 since it’s not included in the command
  • E、 The script will fail because you cannot use the plus archivelog command when backing up

正确答案:D

第5题:

You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()  

  • A、 run { open script backup_database; run script backup_database }
  • B、 run { engage script backup_database; }
  • C、 run { run script backup_database; }
  • D、 Run { execute script backup_database; }
  • E、 The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.

正确答案:D

第6题:

Which task would you perform before you run Oracle Universal Installer (OUI) in silent or suppressed mode foran installation?()

  • A、Run the root.sh script.
  • B、Create the oraInst.loc file.
  • C、Create the tnsnames.ora file.
  • D、Run the oraInstRoot.sh script.

正确答案:B

第7题:

What can be done to enable the debug information for functions to be displayed when using‘ksh -x’to debug a script?()

  • A、Run the script using ‘ksh -fx’.
  • B、Run the script using ‘ksh -a function -x’.
  • C、Edit the script and add ‘set -x’ at the beginning.
  • D、Edit the script and add ‘set -x’ at the beginning of each function.

正确答案:D

第8题:

You are the network administrator for Ezonexam.com.

You need to install Windows 2000 Professional on 75 new computers in your network. You use Setup Manager wizard to configure a fully automated installation script. file. You test the unattended installation using the fully automated installation script. file. When the installation completes you realize that the Windows 2000 Professional CD does not contain the driver for the Plug and Play video adapter used by the new computers.

You want to include the correct driver for the video adapter when installing Windows 2000 Professional.

What should you do? (Each correct presents part of the solution. Select three.)

A.Run sysprep.exe with the -pnp parameter.

B.In the UserData section of the fully automated installation script. file, specify the ProductID variable.

C.In the Unattended section of the fully automated installation script. file, set the Oem PnP Drivers Path property to the location of the video driver files.

D.In the Unattended section of the fully automated installation script. file, set the Oem Preinstall property to Yes.

E.Copy the video driver to the i386\$OEM$\$1\VidDriver.

F.Copy the video driver to the i386\$$\System32.


正确答案:CDE
C,D,E 解析:Explanation: The $OEM$ subfolder is used to hold applications, drivers, or utilities you want Setup to copy to the target computer. If Setup finds the $OEM$ folder in the root of the distribution folder, it copies all of the files found in this directory to the temporary directory created during the text portion of Setup. The OEMFILESPATH key in the answer file allows you to create the $OEM$ subfolder outside of the distribution folder. Thus options C, D and E should enable you to include the correct driver for the video adapter.

Incorrect answers:
A: Sysprep.exe with the -pnp parameter is the Mini-Setup wizard that detects new or different Plug and Play devices on the destination computer and disables those that were used on the master computer but not found on the destination computer. You might want to use the -pnp switch to enable legacy device detection or to re-enumerate the devices on the destination computer. Using this switch adds a few extra minutes to the end-user's experience in order to do a complete hardware redetection. However, this is not what is required in this case.

B: The ProductID key specifies the Microsoft Product Identification (Product ID) number. This parameter sets the Product ID for all computers installed using this unattended text file to the same value. Specifying the ProductID variable will not ensure that you have the correct driver for the video adapter included in the installation.

F: The video driver should be copied to the i386\$OEM$\$1\VidDriver instead.

第9题:

Which task would you perform before you run Oracle Universal Installer (OUI) in silent or suppressedmode for an installation()

  • A、Run the root.sh script.
  • B、Create the oraInst.loc file.
  • C、Create the tnsnames.ora file.
  • D、Run the oraintRoot.sh script.

正确答案:B

第10题:

Your network has 1,000 client computers that run Windows 7.    You need to install an application, in the Local System account context,on the client computers.   What are two possible ways to achieve this goal?() 

  • A、Configure a logon script.
  • B、Configure a logoff script.
  • C、Configure a startup script.
  • D、Configure a shutdown script.

正确答案:C,D

更多相关问题