Oracle
1Z0-882 · Question #11
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?
The correct answer is A. The application tried to INSERT a row that exceeded max_allowed_packet. F. The operating system caused an error inducing the max_allowed_packet error. See the full explanation below for the reasoning.
Question
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?
Options
- AThe application tried to INSERT a row that exceeded max_allowed_packet.
- BThe network caused an error Inducing the max_allowed_packet error.
- CThe application did not use the COMPRESS () function for a large result set.
- DThe application tried to SELECT many rows together that exceeded max__allowed_packet.
- EThe application tried to SELECT a row that exceeded max_allowed_packet.
- FThe operating system caused an error inducing the max_allowed_packet error.
How the community answered
(38 responses)- A84% (32)
- B5% (2)
- C8% (3)
- E3% (1)
Community Discussion
No community discussion yet for this question.