In which situation will you run the script containing the fo

题目
单选题
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

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

第1题:

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.err

B. myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err

C. myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err

D. myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err


参考答案:A

第2题:

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

第3题:

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.Eventcreate

B.Eventvwr

C.Wecutil

D.Wevtutil


参考答案:A

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

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

第7题:

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.err
  • B、myscript.ksh $1>/tmp/log/script.log $2>/tmp/log/script.err
  • C、myscript.ksh 1>/tmp/log/script.log 2>1 /tmp/log/script/err
  • D、myscript.ksh 2>1 /tmp/log/script.log 2> /tmp/log/script.err

正确答案:A

第8题:

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.


参考答案:D

第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

更多相关问题