是一个服务还是什么?没有用过
如果是跟踪文件,直接用set trace on就可以了,你这个东东是从哪里看到的呢?

解决方案 »

  1.   

    在oracle\ora81\otrace下有这个目录丫
      

  2.   

    应该是跟踪的相关信息吧,没有注意观察过,要是跟踪的你就可以用sql来启动了,好象还需要执行一些脚本才能执行跟踪,具体不是非常清楚,你可以看一下以前的帖子!
    你这样提问大家都不知道你要干什么,呵呵!
      

  3.   

    我现在的数据库运行一段时间后,当连接数达到120多个时,就出现无法连接,提示TNS-12500的错误,
    查了资料,说可能是otrace的问题,otrace很消耗系统资源的,所以想把otrace关闭掉
      

  4.   

    看来是好象与跟踪有关,不过不是很清楚怎么去处理!TNS-12500 TNS:listener failed to start a dedicated server processCause: The process of starting up a dedicated server process failed. The executable could not be found or the environment may be set up incorrectly.Action: Turn on tracing at the ADMIN level and re-execute the operation. Verify that the Oracle Server executable is present and has execute permissions enabled. Ensure that the Oracle environment is specified correctly in LISTENER.ORA. The Oracle Protocol Adapter that is being called may not be installed on the local hard drive. Check that the correct Protocol Adapter are successfully linked. If the error persists, contact Oracle Support Services.
      

  5.   

    进入到命令行:
    svrmgrl;
    shut down abort;
      

  6.   

    oracle8
    也可能用dba帐号登陆到DBA Studio进行开/关数据库
      

  7.   

    不是关闭数据库,而是关闭oracle trace
      

  8.   

    SET AUTOTRACE ON 是打开自动跟踪,你用off关闭一下试一下!
      

  9.   

    autotrace是对sql的跟踪,而otrace主要是对客户端连接的跟踪,这是不一样的
      

  10.   

    我删除了otrace\admin\*.dat文件,也往listener.ora中加入了ENVS='...',
    重新启动了数据库
    怎么还会产生trc的跟踪文件啊?