aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCC-02114: Command line argument MODE=ANSI may not be used with DBMS=V6

PCC-02114: Command line argument MODE=ANSI may not be used with DBMS=V6
Cause: The semantics of certain operations (such as character comparison) in Oracle version ^ are not 100% compliant with the ANSI/ISO SQL standards. When V6 semantics are requested, using the DBMS=V6 or DBMS=V6_CHAR option, precompilation with MODE=ANSI is not permitted.
Action: Do not use ANSI mode with V6 options.

请先 登录 后评论

1 个回答

小智
PCC-02114:命令行参数MODE = ANSI可能不与DBMS = V6一起使用,
.原因: Oracle版本^中的某些操作(如字符比较)的语义不符合ANSI / ISO SQL标准。当请求V6语义时,使用DBMS = V6或DBMS = V6_CHAR选项,不允许使用MODE = ANSI进行预编译。,
.操作:不要在V6选项中使用ANSI模式。,
.
请先 登录 后评论