Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error Pro*C PCC-02021

520193Jun 26 2006 — edited Jun 26 2006
Hello,

Does anybody can tell me what means exactly this error ?
PCC-02021 Found newline while scanning string literal
Cause: A string constant contains a newline character, For example:
char x[] = "Hello world";
Action: Remove the newline character.
I have encountered this error in a Pro*C source file, and I don't know how to solve it.
I don't understand the cause and the recommended action (the string contant does not contain a newline character ???).

Thank you for your help !
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 24 2006
Added on Jun 26 2006
4 comments
1,010 views