ORA-00073: command string takes between string and string argument(s)

文档解释

ORA-00073: command string takes between string and string argument(s)

Cause: An incorrect number of arguments was specified.

Action: Specify the correct number of arguments. Type HELP to see the list of commands and their syntax.

.’
‘.

错误代码:ORA-00073

官方英文说明:”Cannot start a new session within a session”

中文说明:不能在一个会话内启动新会话

常见情况:

  • 在当前会话内启动新会话。

解决步骤:

  1. 在当前会话外启动新会话。
  2. 检查代码,确保不在当前会话内启动新会话。
  3. 若仍然不能解决该问题,请联系 Oracle 技术支持以获取帮助。

. ‘

你可能感兴趣的