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

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

相关考题:

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?()ASQL scriptBPL/SQL scriptCOperating System (OS) scriptDEnterprise Manager (EM) scriptERecovery 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()ARun the root.sh script.BCreate the oraInst.loc file.CCreate the tnsnames.ora file.DRun the oraintRoot.sh script.

单选题Which step can be used to trap runtime script errors and recover gracefully?()ASet  BCall Subflow  COn Exception Goto  DGet Reporting Statistic

单选题You are using Enterprise Manager to schedule backups for your database.  Which type of script would begenerated by the backup scheduler()AXML scriptBPL/SQL scriptCOperating system scriptThis document was downloaded from = http://www.amaderforum.comDRecovery 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?()ADELETE SCRIPTBERASE SCRIPTCREMOVE SCRIPTDUNCATALOG SCRIPT

单选题Which statement about using RMAN stored scripts is true?()ATo create and execute an RMAN stored script, you must use a recovery catalog.BWhen 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.CRMAN stored scripts can always be executed against any target database that is registered in the recovery catalog.DWhen 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?()ARC_STORED_SCRIPTBRC_STORED_SCRIPT_LINECRC_SCRIPTSDRC_STORED_LINE_SCRIPTENone 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? ()AIt is a SQL script.BIt is a PL/SQL file.CIt is an operating system (OS) file.DIt 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.