aiaiDBA

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

13718043309

010-86462881

PCC-02047: CMD-LINE: Option is not allowed inline:

PCC-02047: CMD-LINE: Option is not allowed inline:
Cause: An option was entered inline that can only be entered on the command line or in a configuration file. For example, the offending code might look like EXEC ORACLE OPTION (NLS_CHAR=); The NLS_CHAR option can only be entered on the command line or in a configuration file.
Action: Remove the option from the source file, and specify it on the command line.

请先 登录 后评论

1 个回答

小智
PCC-02047:CMD-LINE:选项不允许内联:,
.原因:输入内联的选项只能在命令行或配置文件中输入。例如,违规代码可能看起来像EXEC ORACLE OPTION(NLS_CHAR = ); NLS_CHAR选项只能在命令行或配置文件中输入。,
.操作:从源文件中删除该选项,并在命令行中指定该选项。,
.
请先 登录 后评论