What can help expose problems with script logic or validity by simulating the execution of a script?()
第1题:
A customer with IPCC Express Standard reports that a script using the Database steps is not working. What is the most likely root cause?()
第2题:
A storage specialist needs to automate some tasks triggered in the event of disaster recovery. What is the best solution to accomplish this()
第3题:
If an existing script is uploaded to the CRS, what does it ask?()
第4题:
What can be done to enable the debug information for functions to be displayed when using‘ksh -x’to debug a script?()
第5题:
You have created a script in the recovery catalog called backup_database. Which of the following commands would successfully execute that script?()
第6题:
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?()
第7题:
Your company has a network that has 100 servers. A server named server1 is configured as a file server . server1 is connected to a SAN and has 15 logical drives. You want to automatically run a data archiving script if the free space on any of the logical drives is below 30 percent. You need to automate the script execution. You create a new data collector set. What should you do next?()
第8题:
Do you want to debug the script?
Do you want to refresh the script?
Do you want to save the application?
Do you want to return to Script Management?
第9题:
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.
第10题:
Alarm and Trace Configuration
debug session
script validation
script refresh
第11题:
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
第12题:
The script probably has an error in the DSN configuration.
IPCC Express Standard is not licensed for Database steps.
The script probably has an error in the query string.
There is probably an interoperability problem between IPCC Express and the database.
第13题:
How do you start an event-triggered debug session?()
第14题:
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?()
第15题:
The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()
第16题:
A user has written a script that is not running correctly and asks an administrator for help. Without adding anything to the script, how can the administrator determine the cause of the problem?()
第17题:
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?()
第18题:
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?()
第19题:
Set the script execution policy to RemoteSigned.
Set the script execution policy to AllSigned.
Set the script execution policy to Restricted.
Use Group Policy preferences.
第20题:
Run the script using 'ksh -fx'.
Run the script using 'ksh -a function -x'.
Edit the script and add 'set -x' at the beginning.
Edit the script and add 'set -x' at the beginning of each function.
第21题:
Select Start from the Debug menu in CRS Script Editor.
Select Reactive Script... from the Debug menu in CRS Script Editor.
Select Debugging from the Trace menu in CRS Application Administration.
Select Start Trace from the Trace menu in CRS Application Administration.
第22题:
Run the script with an ’sh -x’ in front.
Run the script with a ’ksh -v’ in front.
Type debug into the command line before running the script.
Type ’set -x’ into the command line before running the script.
第23题:
<Script>和<End Script>标记之间
<Begin Script>和<End Script>标记之间
<\Script>和</Script>标记之间
<Script>和</Script>标记之间