Oracle Error Message
ORA-01422: exact fetch returns more than requested number of rows
Reason for the Error
The number specified in exact fetch is less than the rows returned.
Solution
Rewrite the query or change number of rows requested
ORA-01422: exact fetch returns more than requested number of rows
The number specified in exact fetch is less than the rows returned.
Rewrite the query or change number of rows requested