How to fix the Oracle error PCC-00067: Ireclen exceeded. Line number in file string truncated.?
In this post, you’ll learn more about the Oracle ErrorPCC-00067: Ireclen exceeded. Line number in file string truncated. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-00067: Ireclen exceeded. Line number in file string truncated.
Reason for the Error PCC-00067: Ireclen exceeded. Line number in file string truncated.
Cause: While reading the input file, the precompiler found a line longer than IRECLEN.
How to fix the Error PCC-00067: Ireclen exceeded. Line number in file string truncated. ?
You can fix this error in Oracle by following the below steps
Action: Either shorten the input line or specify a larger IRECLEN value on the command line.
Leave Your Comment