Free Oracle 1z0-888 Exam Braindumps (page: 5)

Which two methods accurately monitor the size of your total database size over time? (Choose two.)

  1. monitoring the Innodb_rows_inserted status variable
  2. monitoring the innodb_redo_log_size variable
  3. monitoring the information_schema.TABLES table
  4. monitoring datadir size in the operating system
  5. monitoring cumulative Innodb_page_size increase
  6. monitoring the performance_schema_hosts_size variable

Answer(s): C,F



Consider the index information for the dept_emp table in the employee’s schema:


Which two conclusions can be made based on the output of the query? (Choose two.)

  1. There are three indexes on the table.
  2. There is a redundant index on the dept_no column.
  3. The secondary indexes are optimized for unique key look-ups.
  4. The values on the emp_no column must be unique.
  5. The selectivity of the dept_no column is the best of the indexed columns.
  6. There is a redundant index on the emp_no column.

Answer(s): C,F



Which two statements are true about InnoDB auto-increment locking? (Choose two.)

  1. InnoDB never uses table_level locks.
  2. InnoDB always protects auto-increment updates with a table-level lock
  3. InnoDB does not use locks to enforce auto-increment uniqueness.
  4. The auto-increment lock can be a table-level lock.
  5. Some settings for innodb_autoinc_lock_mode can help reduce locking.

Answer(s): D,E



You want to create a temporary table named OLD_INVENTORY in the OLD_INVENTORY database on the master server. This table is not to be replicated to the slave server.

Which two changes would ensure that the temporary table does not propagate to the slave? (Choose two.)

  1. Set binlog_format=MIXED with the --replicate-ignore-temp-table option.
  2. Use the --replicate-do-db, --replicate-do-table, or --replicate-wild-do-table option with the value equal to OLD_INVENTORY.
  3. Change the binlog_format option to ROW and restart mysqld before you create the OLD_INVENTORY table.
  4. Stop SQL_THREAD on the slave until you have finished using the OLD_INVENTORY temporary table.
  5. Use the --replicate-ignore-table option with the value equal to OLD_INVENTORY.OLD_INVENTORY and restart mysqld before creating the temporary table.

Answer(s): B,E



Viewing page 5 of 39
Viewing questions 17 - 20 out of 155 questions



Post your Comments and Discuss Oracle 1z0-888 exam prep with other Community members:

1z0-888 Exam Discussions & Posts