文档解释
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”
中文说明:不能在一个会话内启动新会话
常见情况:
- 在当前会话内启动新会话。
解决步骤:
- 在当前会话外启动新会话。
- 检查代码,确保不在当前会话内启动新会话。
- 若仍然不能解决该问题,请联系 Oracle 技术支持以获取帮助。
. ‘