aiaiDBA

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

13718043309

010-86462881

PCC-00113: Value of DBMS option invalid with given value of MODE option

PCC-00113: Value of DBMS option invalid with given value of MODE option
Cause: When MODE={ANSI14 | ANSI13}, DBMS=V7 was specified, or when MODE=ANSI, DBMS=v6 was specified. These option settings are incompatible. Note that the DBMS option was not available before release 1.5 of the Oracle Precompilers.
Action: With DBMS=V7, instead of MODE={ANSI14 | ANSI13}, specify MODE={ANSI | ORACLE}. With DBMS=V6, instead of MODE=ANSI, specify MODE={ANSI14 | ANSI13 | ORACLE}, but MODE=ORACLE is recommended.

请先 登录 后评论

1 个回答

小智
PCC-00113:给定值为MODE选项的DBMS选项的值无效,
.原因:当MODE = {ANSI14 | ANSI13},DBMS = V7被指定,或者当MODE = ANSI时指定了DBMS = v6。这些选项设置不兼容。请注意,DBMS选项在Oracle预编译器的版本1.5之前不可用。,
.操作:使用DBMS = V7,而不是MODE = {ANSI14 | ANSI13},指定MODE = {ANSI | ORACLE}。使用DBMS = V6,而不是MODE = ANSI,请指定MODE = {ANSI14 | ANSI13 | ORACLE},但建议使用MODE = ORACLE。,
.
请先 登录 后评论