functions
packages
procedures
database triggers
anonymous PL/SQL block
第1题:
You suspect unauthorized data manipulation language (DML) operations on a particular table. You want to track users who are performing the transactions and the values used in the transactions. Also, you plan to transfer these values to another table for analysis. How would you achieve this?()
第2题:
Which type of PL/SQL construct would you use to automatically correct the error resulting from a statement that was suspended due to a space-related problem?()
第3题:
You are using flat files as the data source for one of your data warehousing applications. You plan to move the data from the flat file structures to an Oracle database to optimize the application performance. In your database you have clustered tables. While migrating the data, you want to have minimal impact on the database performance and optimize the data load operation. Which method would you use to load data into Oracle database?()
第4题:
You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()
第5题:
You observe that in your PROD database, customer information is being modified by some unauthorized users. You want to keep track of all of the transactions happening on the table using PL/SQL. Which type of PL/SQL subprogram or construct would you use to accomplish this task?()
第6题:
You have lost all your database control files. To recover them, you are going to use the results of the alter database backup controlfile to trace command. Your datafiles and your online redo logs are all intact. Which of the following is true regarding your recovery?()
第7题:
Monitor thealert.logfile
Enable server-side SQL tracing for user sessions
Enable fine-grained auditing for the customer table
Enable Fine-Grained Access Control (FGAC) for the customer table
Write a database trigger on the customer table on the SELECT event
第8题:
An object type is a user-defined composite data type.
The attributes of an object type can be those of other object types.
A PL/SQL table of records is an example of a nested object type.
An object type must be declared as a type before the actual object itself can be declared.
第9题:
Apply fine-grained auditing.
Implement value-based auditing.
Impose standard database auditing to auditobject privileges.
Impose standard databaseauditing to audit SQL statements.
第10题:
DBA_AUDIT_TRAIL
DBA_AUDIT_SESSION
DBA_FGA_AUDIT_TRAIL
DBA_COMMON_AUDIT_TRAIL
第11题:
heap tables
object tables
partitioned tables
index-organized tables (IOTs)
第12题:
functions
package
procedure
database trigger
anonymous PL/SQL block
第13题:
You want to administer your PROD database from a remote host machine using a Web-enabled interface. Which Oracle tool would you use to accomplish this task efficiently without using command-line interfaces?()
第14题:
You want to configure and schedule offline database backups to run automatically. Which tool or utilitywould you use to achieve this()
第15题:
You work as a database administrator for Supportcenter.cn. You suspect that in one of your applications the customer table is being accessed by some unauthorized users. Which option would you use to monitor the queries being executed on the customer table?()
第16题:
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? ()
第17题:
You suspect unauthorized data manipulation language (DML) operations on a particular table. Youwant to track users who are performing the transactions and the values used in the transactions. You alsoplan to transfer these values to another table for analysis. How would you achieve this()
第18题:
functions
packages
procedures
database triggers
anonymous PL/SQL block
第19题:
by using triggers
by using external tables
by using anonymous PL/SQL blocks
by auditing all DML operations on the table
第20题:
SQL*Plus
iSQL*Plus
Management Server
Management Repository
Oracle Enterprise Manager 10g Database Control
第21题:
by using triggers
by using Data Pump
by using external tables
by using anonymous PL/SQL blocks
第22题:
function
package
procedure
database trigger
anonymous PL/SQL block
第23题:
the XML script
the PL/SQL script
the DBMS_SCHEDULER package
Enterprise Manager to schedule the backup
第24题:
Apply fine-grained auditing.
Implement value-based auditing.
Impose standard database auditing to audit object privileges.
Impose standard database auditing to audit SQL statements.