How to fix the Oracle error PCC-01512: Invalid EXEC SQL INCLUDE of file string found at line number in file string?

In this post, you’ll learn more about the Oracle ErrorPCC-01512: Invalid EXEC SQL INCLUDE of file string found at line number in file string with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PCC-01512: Invalid EXEC SQL INCLUDE of file string found at line number in file string

Reason for the Error PCC-01512: Invalid EXEC SQL INCLUDE of file string found at line number in file string

Cause: The EXEC SQL INCLUDE statement is not allowed in Pro*Ada.

How to fix the Error PCC-01512: Invalid EXEC SQL INCLUDE of file string found at line number in file string ?

You can fix this error in Oracle by following the below steps

Action: Embed required source text directly in the Pro*Ada file. Use the “with” context clause to include required packages.

Tags :

Leave Your Comment