摘要:
SQL>@?/sqlplus/admin/plustrce.sql SYS@EZreal hey~J->drop role plustrace; Role dropped. SYS@EZreal hey~J->create role plustrace; Role created. SYS@EZre 阅读全文
摘要:
查询baseline信息: SQL>select sql_handle,sql_text,plan_name,origin,version,created,last_modified,last_executed,last_verified,enabled,accepted,fixed from db 阅读全文
摘要:
1、on demand:使用DBMS_MVIEW包中的存储过程启用手工刷新(默认设置) refresh [fast|complete|force] 视图刷新的方式: complete:全部刷新。相当于重新执行一次创建视图的查询语句。 fast: 增量刷新.假设前一次刷新的时间为t1,那么使用fast 阅读全文
摘要:
create materialized view [view_name] refresh [fast|complete|force] [ on [commit|demand] | start with (start_time) next (next_time) ] as {创建物化视图用的查询语句} 阅读全文