第1题:
A. It is possible, but transaction T3 also backs out.
B. It is possible with the NOCASCADE_FORCE option.
C. It is possible with the NONCONFLICT_ONLY option.
D. It is not possible because it has conflicts with transaction T3.
第2题:
第3题:
A customer’s computer crashes consistently when a specific application is launched. Thetechnician has looked at the computer and confirmed the cause of the crash. Which of thefollowing is the NEXT troubleshooting step the technician should take?()
第4题:
You are working on an Oracle Database 10g database. For which purposes would you use the Flashback Transaction Query feature? ()
第5题:
At 10:30 A.M., you ran a batch job by mistake, which executed a transaction in the database. The transaction identifier of the transaction that made to the changes in the database is 0500A00627B000. At 11:10 A.M., you stopped the batch job. Now, you want to identify the changes made to the database tables by the batch job. Which view will you query?()
第6题:
Send the wiper into the well with only a scoop and pail
Remove the bilge manifold valve and attempt to back flush the line
Simultaneously operate all available bilge pumps
It is only necessary to transfer half the contents of a drum of degreaser into the bilge well
第7题:
Set the constraint to deferred before starting the transaction.
Alter the constraint to NOVALIDATE state before starting the transaction.
Enable the resumable mode for the session before starting the transaction.
Set the COMMIT_WAIT parameter to FORCE_WAIT for the session before starting the transaction
第8题:
point-in-time recovery
execute the ROLLBACK command with transaction number
flashback the database to before the transaction was committed
determine all the necessary undo SQL statements from FLASHBACK_TRANSACTION_QUERY and use them for recovery
第9题:
Execute database calls on parallel threads.
Wrap the database calls in a single transaction scope.
Use Microsoft Distributed Transaction Coordinator (MSDTC).
Handle errors resulting from the database calls by using compensatory logic.
第10题:
slowly carried away
carried out with a period of delay
promptly carried out
paid by the captain
第11题:
DBA_PENDING_TRANSACTIONS
DBA_AUDIT_STATEMENT
V$FLASHBACK_DATABASE_STATS
FLASHBACK_TRANSACTION_QUERY
第12题:
Event Viewer gives more details on the failure.
The alert log file gives detailed information about the failure.
PMON rolls back the transaction and releases the locks.
SMON rolls back the transaction and releases the locks.
The transaction is rolled back by the next session that refers to any of the blocks updates by the failed transaction.
Data modified by the transaction up to the last commit before the abnormal termination is retained in the database.
第13题:
Preventive maintenance______.
A.should not be carried out during the watches
B.can only be carried out in port
C.is a kind of maintenances carried out prior to the occurrence
D.is a kind of maintenances carried out after the occurrence
第14题:
A single transaction can be scanned in parallel by:()
第15题:
Which method would you use to undo the changes made by a particular transaction without affecting the changes made by other transactions?()
第16题:
A user performs an update on a table. Shortly after committing the transaction, they realize that they had an error in their WHERE clause causing the wrong rows to be updated. Which Flashback option would allow you to undo this transaction and restore the table to its previous state?()
第17题:
You are a professional level SQL Sever 2008 Database Administrator in an international corporation named Wiikigo. You are experienced in managing databases in an enterprise-level organization, optimizing and sustaining the database life cycle. In the company, your job is to implement solutions on security, troubleshooting, deployment and optimization. A SQL Server 2008 instance is managed by you. A new database should be deployed, and the capacity requirements listed below should be satisfied. There should be 275 GB for the database data file, while there should be 50 GB for the transaction log file. There are six 100-GB disk drives which are accessible for the database in the storage array. The six disks are attached to a redundant array of independent disks (RAID) controller, and the controller supports RAID levels 0, 1, 5, and 10. Since you are the technical support, you are required to maximize the write performance of the transaction log. In addition, you should protect the database and transaction log files, when a drive fails. The storage system should be designed. From the following four storage configuration, which one should you utilize?()
第18题:
To recover a dropped table.
To recover a dropped schema.
To recover data from a truncated table.
To view changes made by all the transactions during a given period of time.
To view changes made by a single transaction during a given period of time.
第19题:
The session is terminated after receiving the error and JIM can continue with his transaction.
SCOTT should perform a COMMIT or ROLLBACK to allow JIM to continue with his transaction.
The session is rolled back after receiving the error and JIM can continue with his transaction.
SCOTT has to reexecute the last command in the transaction after he commits the transaction.
第20题:
Flashback Drop
Flashback Query
Flashback Versions Query
Flashback Transaction Query
Flashback Table
第21题:
It is possible,but transaction T3 also backs out.
It is possible with the NOCASCADE_FORCE option.
It is possible with the NONCONFLICT_ONLY option.
It is not possible because it has conflicts with transaction T3.
第22题:
The session is terminated after receiving the error and JIM can continue with his transaction.
SCOTT should perform a COMMIT or ROLLBACK to allow JIM to continue with his transaction.
The session is rolled back after receiving the error and JIM can continue with his transaction.
SCOTT has to reexecute the last command in the transaction after he commits the transaction.
第23题:
RMAN only
Flashback Table only
Flashback Versions Query only
Flashback Database and Flashback Transaction Query
Flashback Versions Query and Flashback Transaction Query