移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

计算机考试 | Oracle认证考试

模式切换

0 0 0
我的错题 我的收藏 学习笔记

章节目录

单选题 While reviewing the MySQL error log, you see occasions where MySQL has exceeded the number of file handles allowed to it by the operating system. Which method will reduce the number of file handles in use?()

A

Activating the MySQL Enterprise thread pool plugin

B

Relocating your data and log files to separate storage devices

C

Disconnecting idle localhost client sessions

D

Implementing storage engine data compression options

多选题 Which three statements are characteristic of the MEMORY storage engine?()

A

It can support transactions

B

Table contents are not saved if the server is restarted

C

It cannot contain text or BLOB columns

D

It can support foreign keys

E

Each table is represented on disk as an.frm file

F

Each table has a corresponding.MYI and .MYD file

多选题 Which three statements are true about memory buffer allocation by a MySQL Server?()

A

Global buffers such as the InnoDB buffer pool are allocated after the server starts, and are never freed

B

Thread buffers are allocated when a client connects, and are freed when the client disconnects

C

Buffers that are needed for certain operation are allocated when the operation starts, and freed when it ends

D

User buffers are allocated at server startup and freed when the user is dropped

E

All dynamic buffers that are set with a SET GLOBAL statement immediately get allocated globally, and are never freed

单选题 The validate_password plugin is loaded and displays the following settings in global variables: Mysql> SHOW VARIABLES LIKE ‘validate_password%’; When attempting to set your password, you get the following error: Mysql> SET PASSWORD = PASSWORD (‘Hoverl@%’); ERROR 1819 (HY000): Your password does not satisfy the current policy requirements What is the cause of the error?()

A

The password is eight characters long, but needs to exceed validate_password_length to be valid

B

All of the MEDIUM password policy requirements have not been honored

C

The password matches a substring Hover as a dictionary word

D

The password does not match the validate_passoword_number_count requirement

E

There is no dictionary file defined, so password validation cannot work as expected

单选题 You are attempting to secure a MySQL server by using SSL encryption. On starting MySQL, you get this error: 130123 10:38:02 [ERROR] mysqld: unknown option '—ssl' What is the cause of the error?()

A

The — ssl level was not specified

B

The server was not started with the – enable–ssl-plugin option

C

— ssl is not a valid server option

D

The mysqld binary was not compiled with SSL support

E

The server's SSL certificate was invalid

单选题 Which statement is true about the log-output variable?()

A

It is a static variable and can be set only at MySQL server startup

B

It enables and starts the General Query Log

C

It sets the target location for the binary logs generated by the MySQL sever

D

It specifies output destinations for the slow and General Query logs

单选题 Consider the Mysql Enterprise Audit plugin. A CSV file called data.csv has 100 rows of data. The stored procedure prepare_db ( ) has 10 auditable statements. You run the following statements in the mydb database: Mysql> CALL prepare_db ( ); Mysql> LOAD DATA INFILE '/tmp/data.cav' INTO TABLE mytable; Mysql> SHOW TABLES; How many events are added to the audit log as a result of the preceding statements?()

A

12; only top-level statements and stored procedure events are logged

B

111; top-level statements and all lower-level statements are logged

C

3; only the top-level statements are logged

D

102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event

单选题 Identify a performance impact when using the Performance Schema.()

A

There is no impact on performance

B

The overhead depends on the settings of the Performance Schema

C

There is an overhead for querying the Performance Schema but not for having it enabled

D

There is a constant overhead regardless of settings and workload

单选题 Consider the following: Which statement best describes the meaning of the value for the key_len column?()

A

It shows the total size of the index row

B

It shows how many columns in the index are examined

C

It shows the number of characters indexed in the key

D

It shows how many bytes will be used from each index row

最新资讯

首页 上一页 1 2 3 4 5 下一页 尾页 /

到第