How to fix the Oracle error PLS-00255: CALL Specification parameters cannot have default values?
In this post, you’ll learn more about the Oracle ErrorPLS-00255: CALL Specification parameters cannot have default values with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00255: CALL Specification parameters cannot have default values
Reason for the Error PLS-00255: CALL Specification parameters cannot have default values
CALL Specification formal parameters default values are disallowed.
How to fix the Error PLS-00255: CALL Specification parameters cannot have default values ?
You can fix this error in Oracle by following the below steps
Remove the default values in the formal parameter list (spec or body) and compile again.
Leave Your Comment