ORA-13855: Tracing for service (module/action) string on instance string is already enabled ORACLE 报错 故障修复 远程处理
文档解释
ORA-13855: Tracing for service (module/action) string on instance string is already enabled
Cause: Attempt to enable a service-level tracing which has been already enabled on a specific instance
Action: Supply correct service(module/action), or disable and re-enable tracing with different bind/wait options
。
ORA-13855:实例string上的服务(模块/操作)string跟踪已启用。
官方解释
ORA-13855被视为一个警告信息,表明希望重复追踪某个服务(模块/操作)的请求已被忽略,因为它已经被激活。
常见案例
ORA-13855可能会在以下情况下发生:
– 在实例上激活了跟踪某个服务(模块/操作)
se。
– 激活跟踪的服务(模块/操作)的请求重复激活。
正常处理方法及步骤
1. 使用修改跟踪参数,尝试更改其参数。
2. 停止跟踪某个服务(模块/操作),使用ALTER SYSTEM停止跟踪。
3. 关闭实例,并重新运行它,以及对应的服务(模块/操作)。