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

A particular government’s security policy is to have very strict data encryption and safety settings. This is done by restricting access based on their own CA authority and limiting access to particular users within a department. Which method could be used to restrict access as required?

  1. using GRANT … REQUIRE X509 AND REQUIRE ISSUER ‘/C=…..’ AND REQUIRE SUBJECT ‘/C=…
    ..’
  2. using GRANT USAGE, X509, …….ON *.* TO user@remotehost IDENTIFIED BY ‘secret_password’
  3. using GRANT … REQUIRE SSL for a secure connection
  4. using GRANT USAGE, SSL, …..ON *.* TO user@remotehost IDENTIFIED BY ‘secret_password’

Answer(s): A



What does the possible_keys column in this output denote?

  1. if it is possible for you to include any indexes in your query
  2. whether there are any indexes on the tables that you are querying
  3. if there are any indexes that may be used to solve this query
  4. whether you are using any indexes in your query

Answer(s): A



Is it true that binary backups always take less space than text backups?

  1. Yes, because binary backups only contain data, and not statements required to insert data into the tables.
  2. No, because text backups can have optimizations, which make them smaller, such as updating many rows at once.
  3. No, because if InnoDB tables contain many empty pages, they could take more space than the INSERT statements.
  4. Yes, because even if InnoDB tables contain many empty pages, text backups have empty INSERT statements for them.

Answer(s): C



You have a consistent InnoDB backup created with mysqldump, the largest table is 50 GB in size.
You start to restore your backup with this command;

shell> mysql –u root –p < backup.sql

After 30 minutes, you notice that the rate of restore seems to have slowed down. No other processes or external factors are affecting server performance.

Which is the most likely explanation for this slowdown?

  1. The MySQL server has stopped inserting data to check index consistency.
  2. InnoDB is doing CRC32 checks over the tablespace data as it grows.
  3. The MySQL server is taking a periodical snapshot of data so it can resume the restore if it is interrupted mid-way.
  4. InnoDB has filled the redo log and now must flush the pages.
  5. Secondary indexes no longer fit into the buffer pool.

Answer(s): A



Viewing page 3 of 39
Viewing questions 9 - 12 out of 155 questions



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

1z0-888 Exam Discussions & Posts