Oracle Error Message
PLS-00409: duplicate variable ‘string’ in INTO list is not permitted
Reason for the Error
The same variable appears twice in the INTO list of a SELECT or FETCH statement.
Solution
Remove one of the variables from the INTO list.
PLS-00409: duplicate variable ‘string’ in INTO list is not permitted
The same variable appears twice in the INTO list of a SELECT or FETCH statement.
Remove one of the variables from the INTO list.
[thim_ekit id=”8920″]
Leave a Review