Which script is executed during system startup to set the system hostname, default gateway and static routes?()
第1题:
When setting up roaming profiles in a Windows network which includes Windows 98 desktops, which Samba parameter must be set?()
第2题:
During system initialization, which command script is executed through the /etc/inittab to activate page spaces and mount filesystems?()
第3题:
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? ()
第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?()
第5题:
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?()
第6题:
logon drive
logon home
logon path
logon script
第7题:
Set
Call Subflow
On Exception Goto
Get Reporting Statistic
第8题:
The script is stored only in the control file.
The script is stored only in the recover catalog.
The script can be executed only by using the RMAN RUN command.
The commands of the script can be displayed with the LIST command.
The commands of the script can be displayed with the PRINT command.
The commands of the script can be displayed with the REPORT command.
第9题:
To create and execute an RMAN stored script, you must use a recovery catalog.
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.
RMAN stored scripts can always be executed against any target database that is registered in the recovery catalog.
When you execute a stored script, it always executes using the persistent channel settings previously set with the CONFIGURE command.
第10题:
RC_STORED_SCRIPT
RC_STORED_SCRIPT_LINE
RC_SCRIPTS
RC_STORED_LINE_SCRIPT
None of the other alternatives apply
第11题:
[homes]
[netlogon]
[global]
[profiles]
第12题:
run { open script backup_database; run script backup_database }
run { engage script backup_database; }
run { run script backup_database; }
Run { execute script backup_database; }
The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.
第13题:
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?()
第14题:
You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
第15题:
When your Solaris system is booted, a startup script initializes the rpcbind service. Which script is it? ()
第16题:
Which statement about using RMAN stored scripts is true?()
第17题:
SQL script
PL/SQL script
Operating System (OS) script
Enterprise Manager (EM) script
Recovery Manager (RMAN) script
第18题:
Run the root.sh script.
Create the oraInst.loc file.
Create the tnsnames.ora file.
Run the oraintRoot.sh script.
第19题:
XML script
PL/SQL script
Operating system scriptThis document was downloaded from =>> http://www.amaderforum.com
Recovery Manager (RMAN) script
第20题:
DELETE SCRIPT
ERASE SCRIPT
REMOVE SCRIPT
UNCATALOG SCRIPT
第21题:
NOCHECKSUM
MAXCORRUPT
CHECK LOGICAL
BACKUP INCREMENTAL
CONFIGURE DEVICE TYPE ... PARALLELISM
第22题:
It is a SQL script.
It is a PL/SQL file.
It is an operating system (OS) file.
It is a Recovery Manager (RMAN) script
第23题:
The script will fail since you instructed RMAN to back up only one datafile rather than two
The script will successfully back up datafile 3 without error
The script will fail since it uses a substitution variable which is not supported
The execute script command will prompt for the value of and2 since it’s not included in the command
The script will fail because you cannot use the plus archivelog command when backing up