How to fix the Oracle error PCC-00123: Entire VARCHAR declaration must be on same line?

In this post, you’ll learn more about the Oracle ErrorPCC-00123: Entire VARCHAR declaration must be on same line with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PCC-00123: Entire VARCHAR declaration must be on same line

Reason for the Error PCC-00123: Entire VARCHAR declaration must be on same line

Cause: In a Pro*C program, a VARCHAR declaration spans more than one line, which is not allowed.

How to fix the Error PCC-00123: Entire VARCHAR declaration must be on same line ?

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

Action: Revise the declaration so that it uses only one line.

Tags :

Leave Your Comment