How to fix the Oracle error PLS-00461: mismatch REPEATABLE information between specification and body of ‘string’?
In this post, you’ll learn more about the Oracle ErrorPLS-00461: mismatch REPEATABLE information between specification and body of ‘string’ with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00461: mismatch REPEATABLE information between specification and body of ‘string’
Reason for the Error PLS-00461: mismatch REPEATABLE information between specification and body of ‘string’
REPEATABLE is declared at the subprogram’s specification, but not at its body, or vice versa.
How to fix the Error PLS-00461: mismatch REPEATABLE information between specification and body of ‘string’ ?
You can fix this error in Oracle by following the below steps
make sure both specification and body are declared as REPEATABLE
Leave Your Comment