The application logs contain many entries of the following:
ERROR 1153 (OSSO1): Got a packet bigger than ‘max_allowed_packet’ bytes
With two scenarios can (Hibernate this error message?
A.
The application tried to INSERT a row that exceeded max_allowed_packet.
B.
The network caused an error Inducing the max_allowed_packet error.
C.
The application did not use the COMPRESS () function for a large result set.
D.
The application tried to SELECT many rows together that exceeded
max__allowed_packet.
E.
The application tried to SELECT a row that exceeded max_allowed_packet.
F.
The operating system caused an error inducing the max_allowed_packet error.
Correct answer instead of d is a. I’ve tested it
A & B
A and F
A, E
http://dev.mysql.com/doc/refman/5.6/en/packet-too-large.html
Why not A, D but A, E
A E
A C i’M SURE
SOMEONE WHO PASSED THE EXAM PLEASE REPLY. WERE THIS QUESTIONS IN THE REAL TEST AND DID THIS HELPED YOU?
A and E, guaranteed
A & E 100% sure.