Oracle 1z0-888 Exam Practice Questions (P. 4)
- Full Access (155 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
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.)
Which two changes would ensure that the temporary table does not propagate to the slave? (Choose two.)
- ASet binlog_format=MIXED with the --replicate-ignore-temp-table option.
- BUse the --replicate-do-db, --replicate-do-table, or --replicate-wild-do-table option with the value equal to OLD_INVENTORY.
- CChange the binlog_format option to ROW and restart mysqld before you create the OLD_INVENTORY table.Most Voted
- DStop SQL_THREAD on the slave until you have finished using the OLD_INVENTORY temporary table.
- EUse the --replicate-ignore-table option with the value equal to OLD_INVENTORY.OLD_INVENTORY and restart mysqld before creating the temporary table.Most Voted
Correct Answer:
BE
BE
send
light_mode
delete
Question #17
Which three allocate memory per thread in MySQL? (Choose three.)
- Aquery cache
- Bthread cache
- Cread bufferMost Voted
- Dinternal temporary tableMost Voted
- Esort bufferMost Voted
- FInnoDB buffer pool instance
Correct Answer:
CEF
CEF
send
light_mode
delete
Question #18
Suppose you are adding rows to a MyISAM table and the --datadir location runs out of disk space.
What will happen when this occurs?
What will happen when this occurs?
- AThe server will crash.
- BThe server suspends that INSERT operation until space becomes available.
- CAn error message will be returned to the client .Server Error: ER_IO
- DThe server suspends operations for all storage engines until space becomes available.
Correct Answer:
B
B
send
light_mode
delete
Question #19
The MySQL installation includes the mysql_config_editor utility for managing login paths stored in a .mylogin.cnf file.
Which two are true about the login path feature? (Choose two.)
Which two are true about the login path feature? (Choose two.)
- Amysql_config_editor is the only MySQL-provided utility that can print the values stored in .mylogin.cnf.
- BA .mylogin.cnf file can store at most one login path.
- CIt provides a FIPS-compliant keyring for storing MySQL login details.
- DA .mylogin.cnf file can be edited using a text editor, such as vim or Notepad++.
- EIt is an alternative to storing the MySQL login details in a my.cnf file.
- FIt provides means to help avoid accidentally exposing the MySQL login details.
Correct Answer:
EF
EF
send
light_mode
delete
Question #20
You have installed MySQL Server for the first time on your system. However, the data directory along with the tables in the mysql system database are missing. Which step do you perform to create the contents of the data directory?
- ARun the create_system_tables.sql file
- BRun the mysql_unpack.sql file
- CInvoke mysqld with the --initialize option.
- DInvoke mysql with the --initialize option.
Correct Answer:
C
C
send
light_mode
delete
All Pages