当前位置: 首页 > 工具软件 > osPID > 使用案例 >

opiodr aborting process unknown ospid (50593852) as a result of ORA-609

顾泰平
2023-12-01

adding some parameters into sqlnet.ora( both server and client).

DIAG_ADR_ENABLED = off                  # Diable ADR if version 11g

TRACE_LEVEL_SERVER = 16               # Enable level 16 trace
TRACE_TIMESTAMP_SERVER = ON           # Set timestamp in the trace files
TRACE_DIRECTORY_SERVER = <DIRECTORY>  # Control trace file location
TRACE_FILELEN_SERVER = 20480          #Control size of trace set in kilobytes eg 20480 
TRACE_FILENO_SERVER = 1               #Control number of trace files per process

alter session set events '609 errorstack(3)';
alter session set events '609 off';

show parameter control_file;

show parameter remote_listener;

 类似资料:

相关阅读

相关文章

相关问答