A. 4, 1, 3, 2, 5 B. 4, 3, 1, 2, 5 C. 2, 4, 3, 5, 1 D. 4, 2, 5, 3, 1
A. The Automatic Memory Manager (AMM) B. The SQL Tuning Advisor C. The Segment Advisor D. The SQL Access Advisor SQL
A. It checks the database for intrablock corruptions only. B. It checks for block corruption in the valid backups of the database. C. It checks the database for both intrablock and interblock corruptions. D. It checks for only those corrupted blocks that are associated with data files.
A. Create both jobs by using events raised by the scheduler B. Create both jobs by using events raised by the application C. Create a job to rebuild indexes by using events arised by the application and then create another job to perform bulk load by using events raised by the scheduler D. Create a job to rebuild indexes by using events arised by the Scheduler and then create another job to perform bulk load by using events raised by the application
A. It permanently switches to the low_group consumer group if the session exceeds 10,000 I/O requests or 2,500 MB of data transfer. B. It performs the first 10000 I/O requests or 2,500 MB of data transfer in the LOW-GROUP consumer group, and then switches to the original group. C. It switches to the LOW_GROUP consumer group if the session exceeds 10000 I/O requests or 2500 MB of data transfer and returns to the original group after the operation. D. It switches to the LOW_GROUP consumer group if the session exceeds 10000 I/O requests or 2500MB of data transfer for queries, but not for data manipulation language (DML) operations.