How to fix the Oracle error PCC-02210: C++ punctuation sequences are not permitted?
In this post, you’ll learn more about the Oracle ErrorPCC-02210: C++ punctuation sequences are not permitted with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PCC-02210: C++ punctuation sequences are not permitted
Reason for the Error PCC-02210: C++ punctuation sequences are not permitted
Cause: C++ punctuation sequences are not supported by the ProC/C++ precompiler.
How to fix the Error PCC-02210: C++ punctuation sequences are not permitted ?
You can fix this error in Oracle by following the below steps
Action: Rewrite your C++ code without using punctuation sequences and precompile it again.
Leave Your Comment