请问,oracle的otrace的主要作用是什么,如何关掉otrace
otrace is a option that generate your severs trace file.
It often use in case of finding errors in oracle, and this can also
consume much system resourse when otrace is turned on.So we often turn this off unless we encount some problem with our oracle and want to find some inner useful message we turn this on.
You can modified init.ora file, add # before the line like otrace_enable ...
是这样:
将子句(ENV=EPC_DISABLED=TRUE)加到listener.ora文件的SID_LIST字句的SID_DESC子句中,这将阻止对客户机连接的跟踪。