网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
In which situation will you run the script containing the following statement?()   CREATE CONTROLFILE REUSE DATABASE SALES NORESETLOGS ARCHIVELOG        MAXLOGFILES 20        MAXLOGMEMBERS 3        MAXDATAFILES 30        MAXINSTANCES 10        MAXLOGHISTORY 1200        LOGFILE        GROUP 1 (   ’/disk1/prod/orders/db/log1a.dbf’,        ’/disk2/prod/orders/db/log1b.dbf’        )SIZE 100K        GROUP 2 (   ’/disk1/prod/orders/db/log2a.dbf’,        ’/disk2/prod/orders/db/log2b.dbf’        ) SIZE 100K,        DATAFILE   ’/disk1/prod/orders/db/database1.dbf’,                                           ’/disk2/prod/orders/db/file1.dbf ’;
A

 when all the control files are missing and only a binary backup of the current control file exists

B

 when a multiplexed copy of the current control file is missing

C

 when all the control files are missing and only an ASCII representation of the binary control file exists

D

 when the SPFILE is missing


参考答案

参考解析
解析: 暂无解析
更多 “单选题In which situation will you run the script containing the following statement?()   CREATE CONTROLFILE REUSE DATABASE SALES NORESETLOGS ARCHIVELOG        MAXLOGFILES 20        MAXLOGMEMBERS 3        MAXDATAFILES 30        MAXINSTANCES 10        MAXLOGHISTORY 1200        LOGFILE        GROUP 1 (   ’/disk1/prod/orders/db/log1a.dbf’,        ’/disk2/prod/orders/db/log1b.dbf’        )SIZE 100K        GROUP 2 (   ’/disk1/prod/orders/db/log2a.dbf’,        ’/disk2/prod/orders/db/log2b.dbf’        ) SIZE 100K,        DATAFILE   ’/disk1/prod/orders/db/database1.dbf’,                                           ’/disk2/prod/orders/db/file1.dbf ’;A  when all the control files are missing and only a binary backup of the current control file existsB  when a multiplexed copy of the current control file is missingC  when all the control files are missing and only an ASCII representation of the binary control file existsD  when the SPFILE is missing” 相关考题
考题 Your network contains a server that runs Windows Server 2008 R2.You plan to create a custom script.You need to ensure that each time the script runs, an entry is added to the Application event log.Which tool should you use?()A.EventcreateB.EventvwrC.WecutilD.Wevtutil

考题 Examine the following set of RMAN commands:Which statement is true when the RMAN RUN block Is executed?() A. The execution of the script fails because multiple channels cannot coexist.B. The script is executed and both the channels are used for the script execution.C. The new channel, CHI, is Ignored because a channel has been configured already.D. ration parameter DC1 is overridden because a new channel is allocated in RMAN RUN block.

考题 An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?() A. myscript.ksh 1/tmp/log/script.log 2/tmp/log/script.errB. myscript.ksh $1/tmp/log/script.log $2/tmp/log/script.errC. myscript.ksh 1/tmp/log/script.log 21 /tmp/log/script/errD. myscript.ksh 21 /tmp/log/script.log 2 /tmp/log/script.err

考题 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.AB.BC.CD.D

考题 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.

考题 An operator needs to run a script which will write standard output and standard error to different files. Which of the following commands will successfully perform this task?()A、myscript.ksh 1/tmp/log/script.log 2/tmp/log/script.errB、myscript.ksh $1/tmp/log/script.log $2/tmp/log/script.errC、myscript.ksh 1/tmp/log/script.log 21 /tmp/log/script/errD、myscript.ksh 21 /tmp/log/script.log 2 /tmp/log/script.err

考题 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.

考题 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.

考题 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 twoB、 The script will successfully back up datafile 3 without errorC、 The script will fail since it uses a substitution variable which is not supportedD、 The execute script command will prompt for the value of and2 since it’s not included in the commandE、 The script will fail because you cannot use the plus archivelog command when backing up

考题 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.

考题 Your network contains a server that runs Windows Server 2008 R2.You plan to create a custom script.You need to ensure that each time the script runs, an entry is added to the Application event log.Which tool should you use?()A、EventcreateB、EventvwrC、WecutilD、Wevtutil

考题 You administer 80 computers that run Windows 7. The computers have static IP addresses. You need tochange the static IP addresses on all the computers by using a startup script.  Which command should youinclude in the startup script ?()A、Ipconfig.exeB、Nbtstat.exeC、Netstat.exeD、Netsh.exe

考题 You have a Windows PowerShell script that contains the following code:   import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true  -AccountPassword $_.password}     When you run the script, you receive an error message indicating that the format of the password  is incorrect. The script fails.     You need to run a script that successfully creates the user accounts by using the password  contained in accounts.csv.     Which script should you run()A、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertHost-B、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (ConvertTo-C、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-ToD、import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true - AccountPassword (Read-Host

考题 Your network contains an Active Directory domain. The domain contains two domain controllers  named DC1 and DC2.   You perform a full backup of the domain controllers every night by using Windows Server Backup. You update a script in the SYSVOL folder.   You discover that the new script fails to run properly.   You need to restore the previous version of the script in the SYSVOL folder. The solution must minimize  the amount of time required to restore the script.  What should you do first()A、Run the Restore-ADObject cmdlet.B、Restore the system state to its original location.C、Restore the system state to an alternate location.D、Attach the VHD file created by Windows Server Backup.

考题 You deploy two Windows Server 2008 R2 Hyper-V servers. You manage the servers by using Microsoft System Center Virtual Machine Manager (VMM) 2008 R2. You need to ensure that you can restore virtual machines (VMs) in the event of a hardware failure. What should you do?()A、Use a PowerShell script to create a snapshot of each VM. Run the script every 60 minutes on each Hyper-V serverB、Use a PowerShell script to create a checkpoint of each VM. Run the script every 60 minutes on each Hyper-V serverC、Use a PowerShell script to pause, export, and start each VM, and then to copy the export to the opposite Hyper-V server. Run the script once per day on each Hyper-V serverD、Use a PowerShell script to shut down, export, and start each VM, and then to copy the export to the opposite Hyper-V server. Run the script once per day on each Hyper-V server

考题 Your network contains an Exchange Server 2010 Service Pack 1 (SP1) Edge Transport server named Server1.You install a new Exchange Server 2010 SP1 Edge Transport server named Server2.You need to copy all of the Edge Transport configurations from Server1 to Server2. Which two actions should you perform on Server1?()A、Run the ExportEdgeConfig.PSl script.B、Run the New-EdgeSyncServiceConfig cmdlet.C、Back up the system state.D、Run the Export-TransportRuleCollection cmdlet.E、Run the Export-ExchangeCertificate cmdlet.

考题 You work as a network Exchange administrator at Company.com.The Company.com network currently consists of a single Active Directory forest containing a single domain named Company.com.The Company.com organization makes use of Microsoft Exchange Server as their messaging solution.During the course of the business week you receive instruction from Company.com to perform an automated installation of Microsoft Exchange Server 2010.What should you do?()A、You should consider having the msiexec.eex command included in your script.B、You should consider having the Ipsetupui.exe command included in your script.C、You should consider having the setup.exe command included in your script.D、You should consider having the setup.com command included in your script.

考题 单选题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.

考题 单选题You plan to use Windows PowerShell scripts to configure system settings when you deploy Windows 7.   You need to ensure that Windows PowerShell scripts will run on the client computers during initial setup.   What should you do?()A Set the script execution policy to RemoteSigned.B Set the script execution policy to AllSigned.C Set the script execution policy to Restricted.D Use Group Policy preferences.

考题 单选题You are the network administrator for your company. The network consists of a single Active Directory domain with three sites. There is a domain controller at each site. All servers run Windows Server 2003. Each client computer runs either Windows 2000 Professional or Windows XP Professional. The IT staff is organized into four groups. The IT staff works at the three different sites. The computers for the IT staff must be configured by using scripts. The script or scripts must run differently based on which site the IT staff user is logging on to and which of the four groups the IT staff user is a member of. You need toensure that the correct logon script is applied to the IT staff users based on group membership and site location.  What should you do?()A  Create four Group Policy objects (GPOs). Create a script in each GPO that corresponds to one of the four groups. Link the four new GPOs to all three sites. Grant each group permissions to apply only the GPO that was created for the group.B  Create a single script that performs the appropriate configuration based on the user’s group membership. Place the script in the Netlogon shared folders on the domain controllers.C  Configure a Group Policy object (GPO) with a startup script that configures computers based on IT staff group. Link the GPO to the three sites.D  Create a script that configures the computers based on IT staff group membership and site. Create and link a GPO to the Domain Controllers OU to run the script.

考题 多选题You issue this RMAN command:   RMAN create script Level0Backup {   backup   incremental level 0   format ‘/u01/db01/backup/%d_%_Sp’   fileperset 5   (database include current controlfile);   sql ‘alter database archive log current’;   }  Which three statements are true about the Level0Backup script you just created?()AThe script is stored only in the control file.BThe script is stored only in the recover catalog.CThe script can be executed only by using the RMAN RUN command.DThe commands of the script can be displayed with the LIST command.EThe commands of the script can be displayed with the PRINT command.FThe commands of the script can be displayed with the REPORT command.

考题 单选题You remotely monitor several domain controllers.   You run winrm.exe quickconfig on each domain controller.   You need to create a WMI script query to retrieve information from the bios of each domain controller.   Which format should you use to write the query()A XrMLB XMLC WQLD HTML

考题 单选题The self-contained breathing device should not be used in which situation?()A Oxygen deficient spacesB Compartments containing poisonous vaporsC Fighting fires that produce heavy smokeD Underwater search

考题 单选题You have a Windows PowerShell script that contains the following code:   import-csv Accounts.csv | Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword  $_.password}   When you run the script, you receive an error message indicating that the format of the password is  incorrect. The script fails.   You need to run a script that successfully creates the user accounts by using the password contained in  accounts.csv.   Which script should you run()A import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword convertTo-SecureString Password -AsPlainText -force)}B import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword convertTo-SecureString $_.Password -AsPlainText -force)}C import-csv Accounts.csv foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword Read-Host -AsSecureString Password)}D import-csv Accounts.csv Foreach {New-ADUser -Name $_.Name -Enabled $true -AccountPassword (Read-Host -AsSecureString $_.Password)}

考题 单选题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 twoB  The script will successfully back up datafile 3 without errorC  The script will fail since it uses a substitution variable which is not supportedD  The execute script command will prompt for the value of and2 since it’s not included in the commandE  The script will fail because you cannot use the plus archivelog command when backing up

考题 单选题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.

考题 单选题You administer 80 computers that run Windows 7. The computers have static IP addresses. You need tochange the static IP addresses on all the computers by using a startup script.  Which command should youinclude in the startup script ?()A Ipconfig.exeB Nbtstat.exeC Netstat.exeD Netsh.exe

考题 单选题You are the network administrator for your domain at TestKing.com. All servers run Windows Server 2003. You manage a server named TestKing7. You create a script named TestKingDataBackup.cmd on TestKing7 that contains Ntbackup commands for 10 separate backup jobs. You use the AT command from your client computer to schedule and run backups on TestKing7. You also use Automated System (ASR) on TestKing7. A user, Tess King, reports that several directories are missing from TestKing7. You establish that you need to restore all 10 backup jobs. You need to restore the data with the least amount of administrative effort. What should you do?()A From your client computer, modify the TestKingDataBackup.cmd script to restore data. Use the AT command to run the script.B Log on to TestKing7 and use the Backup utility to restore the first backup job. Repeat for each job.C Log on to TestKing7 and modify the TestKingDataBackup.cmd script to restore data. Use the AT command to run the script.D Use ASR to restore the system.