How to fix the Oracle error PLW-06008: call of procedure ‘string’ will not be inlined?
In this post, you’ll learn more about the Oracle ErrorPLW-06008: call of procedure ‘string’ will not be inlined with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLW-06008: call of procedure ‘string’ will not be inlined
Reason for the Error PLW-06008: call of procedure ‘string’ will not be inlined
A pragma INLINE(, ‘NO’) referring to the named procedure was found. The compiler is prevented from inlining this call.
How to fix the Error PLW-06008: call of procedure ‘string’ will not be inlined ?
You can fix this error in Oracle by following the below steps
None
Leave Your Comment