好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

oracle11gora-00972

在某个监控语句 selec b.logon_time 登陆时间, a.first_load_time 最早一次执行计划生成时间, a.last_load_time 最后一次执行计划生成时间, a.last_active_time 最后一次执行时间,from .... 这语句是以前在10G下跑的正常。 目前拿到11G环境下, 客户端是10G

在某个监控语句

selec

    b.logon_time "登陆时间",
       a.first_load_time "最早一次执行计划生成时间",
       a.last_load_time  "最后一次执行计划生成时间",
       a.last_active_time "最后一次执行时间",

from .... 

那就减少了2个中文

查看更多关于oracle11gora-00972的详细内容...

  阅读:44次