You run a script that completes successfully using SQL*Plus

题目
多选题
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题:

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

第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题:

You are using the backup scheduler in Enterprise Manager (EM) to schedule a backup of your database. Which type of script does the backup scheduler generate?()

  • A、SQL script
  • B、PL/SQL script
  • C、Operating System (OS) script
  • D、Enterprise Manager (EM) script
  • E、Recovery Manager (RMAN) script

正确答案:E

第5题:

You scheduled a backup by using the Schedule Backup option in Oracle Enterprise Manager. Which statement about the script created by Oracle Enterprise Manager is true? ()

  • A、It is a SQL script.
  • B、It is a PL/SQL file.
  • C、It is an operating system (OS) file.
  • D、It is a Recovery Manager (RMAN) script

正确答案:D

第6题:

You install Windows Vista on a new computer by using the retail installation media.You install a new hardware device. You are not prompted for any drivers and the installation completes successfully.You discover that an updated driver is available for the hardware device.You need to install the updated driver.What should you do?()

A.A

B.B

C.C

D.D


参考答案:C

第7题:

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

第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题:

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

第10题:

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is an internal application which uses Analysis Services and Reporting Services. You use the application on the basis of SQL Server 2008. According to the requirement of company security policy, the surface area for all the deployed components of SQL Server 2008 should be configured. You have to implement the security policy and devise a method to evaluate the security policy against other database servers. What should you do?()  

  • A、You should create policies based on the appropriate facets. Apply the policies against a server group. The server group includes the database servers that need to be configured 
  • B、You should create a Transact-SQL script based on the sp_configure stored procedure. Use a configuration server to run the script against a server group that includes the database servers that need to be configured 
  • C、You should edit the RSReportServer.config configuration file. Distribute the file to all database servers that need to be configured 
  • D、You should analyze your database servers by using the SQL Server Best Practices Analyzer (BPA). Implement the recommendations of the BPA

正确答案:A

更多相关问题