How to fix the Oracle error PLS-00711: PRAGMA string cannot be declared twice?
In this post, you’ll learn more about the Oracle ErrorPLS-00711: PRAGMA string cannot be declared twice with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00711: PRAGMA string cannot be declared twice
Reason for the Error PLS-00711: PRAGMA string cannot be declared twice
The PRAGMA was declared twice in the same block.
How to fix the Error PLS-00711: PRAGMA string cannot be declared twice ?
You can fix this error in Oracle by following the below steps
remove the duplicate declaration of the PRAGMA
Leave Your Comment