ORA-13865: Module name must be specified
Cause: Attempt to enable/disable a service-level statistics aggregation without a module specification
Action: Supply module name
ORA-13865:模块名必须指定
此错误表明,在正在进行的操作过程中,缺少必要的模块名称。
1. 使用编译方法(COMPILE)编译一个存储过程,而未提供模块名称。
2. 在启动实例时使用SQL*Plus设置模块名为NULL。
1. 在将存储过程编译时,必须正确指定模块名称,通过ALTER SESSION语句
2. 在使用SQL*Plus设置模块名时,必须正确指定模块名称。