Parallel compilation of only the stored PL/SQL code
Sequential recompilation of only the stored PL/SQL code
Parallel recompilation of any stored PL/SQL code
Sequential recompilation of any stored PL/SQL code
Parallel recompilation of Java code
Sequential recompilation of Java code
第1题:
You installed Oracle Database 11g and are performing a manual upgrade of the Oracle9i database. As a part of the upgrade process, you execute the following script: SQL>@utlu111i.sql Which statement about the execution of this script is true?()
第2题:
You write a procedure that will be called from two level triggers and a database trigger. Where should you store this code? ()
第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题:
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? ()
第5题:
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?()
第6题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is an internal application which uses Analysis Services and Reporting Services. You use the application on the basis of SQL Server 2008. According to the requirement of company security policy, the surface area for all the deployed components of SQL Server 2008 should be configured. You have to implement the security policy and devise a method to evaluate the security policy against other database servers. What should you do?()
第7题:
XML script
PL/SQL script
Operating system script
Recovery Manager (RMAN) script
第8题:
Library cache
Row cache
Dictionary cache
Large area
Buffer cache
第9题:
Parallel compilation of only the stored PL/SQL code
Sequential recompilation of only the stored PL/SQL code
Parallel recompilation of any stored PL/SQL code
Sequential recompilation of any stored PL/SQL code
Parallel recompilation of Java code
Sequential recompilation of Java code
第10题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.
第11题:
SQL script
PL/SQL script
Operating System (OS) script
Enterprise Manager (EM) script
Recovery Manager (RMAN) script
第12题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.
第13题:
You installed Oracle Database 11g and are performing a manual upgrade of the Oracle9i database. As a part of the upgrade process,you execute the following script: SQL>@utlu111i.sql Which statement about the execution of this script is true?()
第14题:
Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade,you observe that the DBA executes the following script: SQL> @utlrp.sql What is the significance of executing this script?()
第15题:
Which statement about using RMAN stored scripts is true?()
第16题:
Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade, you observe that the DBA executes the following script: SQL> @utlrp.sql What is the significance of executing this script?()
第17题:
You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute thefollowing script:SQL > @utlrp.sqlWhich two actions does the script perform?()
第18题:
You are upgrading the database servers that are used by all of the companys applications. As the first step in the upgrade, you upgrade the development database servers. You need to verify that the upgrade of the database servers did not introduce any errors into the databases. What should you do?()
第19题:
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.
第20题:
Ensure that the stored procedure and the tables are owned by users that are associated with the same SQL Server login.
Ensure that the stored procedure and the tables are owned by the same database user.
Ensure that the stored procedure and the tables use the same database schema.
Configure the multiuser database option on both databases.
Configure the cross-database ownership chaining option on both databases.
第21题:
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.
第22题:
It must be executed from the Oracle Database 11g environment.
It must be executed only after the SYSAUX tablespace has been created.
It must be executed from the environment of the database that is being upgraded.
It must be executed only after AUTOEXTEND is set to ON for all existing tablespaces.
It must be executed from both the Oracle Database 11g and Oracle Database 9i environments.
第23题:
It must be executed from the Oracle Database 11g environment.
It must be executed only after the SYSAUX tablespace has been created.
It must be executed from the environment of the database that is being upgraded.
It must be executed only after AUTOEXTEND is set to ON for all existing tablespaces.
It must be executed from both the Oracle Database 11g and Oracle Database 9i environments.
第24题:
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