Plsql_ Previous normal program has a sudden performance problem (case) due to statistical information

Source: Internet
Author: User

Select Sid, Sql_id from v$session where sid = 1001

Select B.begin_interval_time, A.disk_reads_total, A.buffer_gets_total,a.buffer_gets_delta, A.rows_processed_total, A.plan_hash_value
From Dba_hist_sqlstat A, dba_hist_snapshot b
where a.snap_id = b.snap_id and sql_id = ' 466bpq7055f4c ' ORDER by 1 desc;

select* from V$sql_plan

Select Name, last_analized from Dba_tables

EXEC dbms_stats.gather_table_stats (ownname=> ' BOXV2 ',tabname=> ' Ft_t_posh ', estimate_percent=>3,degree= >32,granularity=> ' GLOBAL ', cascade=>false,no_invalidate=>false);

Plsql_ Previous normal program has a sudden performance problem (case) due to statistical information

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.