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

题目内容 (请给出正确答案)

Which script is executed during system startup to set the system hostname, default gateway and static routes?()

  • A、/etc/rpc
  • B、/etc/rc.net
  • C、/etc/rc.tcpip
  • D、/etc/resolv.conf

参考答案

更多 “Which script is executed during system startup to set the system hostname, default gateway and static routes?()A、/etc/rpcB、/etc/rc.netC、/etc/rc.tcpipD、/etc/resolv.conf” 相关考题
考题 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

考题 In which section of the smb.conf configuration file is the logon script declared?()A、 [homes]B、 [netlogon]C、 [global]D、 [profiles]

考题 Which step can be used to trap runtime script errors and recover gracefully?()A、Set  B、Call Subflow  C、On Exception Goto  D、Get Reporting Statistic 

考题 When setting up roaming profiles in a Windows network which includes Windows 98 desktops, which Samba parameter must be set?()A、 logon driveB、 logon homeC、 logon pathD、 logon 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

考题 During system initialization, which command script is executed through the /etc/inittab to activate page spaces and mount filesystems?()A、rcB、initC、rc.bootD、rc.init

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

考题 When your Solaris system is booted, a startup script initializes the rpcbind service. Which script is it? ()A、 /lib/svc/method/net-physicalB、 /etc/rcS.d/S30networkC、 svc:/network/rpc/bind:defaultD、 /lib/svc/method/rpc-bind

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

考题 Which statement about using RMAN stored scripts is true?()A、To create and execute an RMAN stored script, you must use a recovery catalog.B、When executing a stored script and a command fails, the remainder of the script is executed, and a message is written to the alert log file.C、RMAN stored scripts can always be executed against any target database that is registered in the recovery catalog.D、When you execute a stored script, it always executes using the persistent channel settings previously set with the CONFIGURE command.

考题 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 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 scriptB PL/SQL scriptC Operating System (OS) scriptD Enterprise Manager (EM) scriptE Recovery Manager (RMAN) script

考题 单选题When setting up roaming profiles in a Windows network which includes Windows 98 desktops, which Samba parameter must be set?()A  logon driveB  logon homeC  logon pathD  logon 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.

考题 单选题Which step can be used to trap runtime script errors and recover gracefully?()A Set  B Call Subflow  C On Exception Goto  D Get Reporting Statistic 

考题 单选题You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()A XML scriptB PL/SQL scriptC Operating system scriptThis document was downloaded from = http://www.amaderforum.comD Recovery Manager (RMAN) 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.

考题 单选题Which of the following commands must be issued to remove a stored script from the recovery catalog?()A DELETE SCRIPTB ERASE SCRIPTC REMOVE SCRIPTD UNCATALOG SCRIPT

考题 单选题Which statement about using RMAN stored scripts is true?()A To create and execute an RMAN stored script, you must use a recovery catalog.B When executing a stored script and a command fails, the remainder of the script is executed, and a message is written to the alert log file.C RMAN stored scripts can always be executed against any target database that is registered in the recovery catalog.D When you execute a stored script, it always executes using the persistent channel settings previously set with the CONFIGURE command.

考题 多选题You notice that your RMAN script used to copy the datafiles, control files, and archived redo log files is performing very slowly. Which two changes might you want to include in your RMAN script to speed up the COPY commands?()ANOCHECKSUMBMAXCORRUPTCCHECK LOGICALDBACKUP INCREMENTALECONFIGURE DEVICE TYPE ... PARALLELISM

考题 单选题Which script must you to query to display the code associated with RMAN stored scripts?()A RC_STORED_SCRIPTB RC_STORED_SCRIPT_LINEC RC_SCRIPTSD RC_STORED_LINE_SCRIPTE None of the other alternatives apply

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

考题 单选题In which section of the smb.conf configuration file is the logon script declared?()A  [homes]B  [netlogon]C  [global]D  [profiles]

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