- 最后登录
- 2016-1-18
- 在线时间
- 80 小时
- 威望
- 44
- 金钱
- 645
- 注册时间
- 2011-12-27
- 阅读权限
- 10
- 帖子
- 89
- 精华
- 0
- 积分
- 44
- UID
- 125
|
4#
发表于 2012-2-20 08:56:02
SQL> select client_name,status from Dba_Autotask_Client;
CLIENT_NAME STATUS
---------------------------------------------------------------- --------
auto optimizer stats collection ENABLED
auto space advisor ENABLED
sql tuning advisor ENABLED
SQL>
SQL> select job_name,window_start_time,job_status,job_error,job_info from DBA_AU
TOTASK_JOB_HISTORY where client_name='auto optimizer stats collection';
未选定行
SQL> select job_name,window_start_time,job_status,job_error,job_info from DBA_AU
TOTASK_JOB_HISTORY;
未选定行
SQL>
另:测试库,未开EM,我刚刚才打开。
[ 本帖最后由 26856649 于 2012-2-20 09:42 编辑 ] |
|