Đang chuẩn bị liên kết để tải về tài liệu:
OCA: Oracle Database 11g Administrator Certified Associate- P20

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Tham khảo tài liệu 'oca: oracle database 11g administrator certified associate- p20', công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Proactive Database Maintenance 781 EXTSTAT SYS_STUZVS6GX30A0GN_5YRYSD2LPM SQL SQL exec dbms_stats.gather_table_stats null customers method_opt for all columns size skewonly PL SQL procedure successfully completed. SQL select column_name num_distinct histogram 2 from user_tab_col_statistics 3 where table_name CUSTOMERS SQL COLUMN_NAME NUM_DISTINCT HISTOGRAM CUST_NAME 47692 HEIGHT BALANCED CUST_STATE 6 FREQUENCY CUST_COUNTRY 3 FREQUENCY SYS_STUZVS6GX30A0GN_5YRYSD2LPM 8 FREQUENCY SQL select from customers where cust_country India and cust_state TN I Id I Operation Name Rows Bytes Cost CPU Time I 0 SELECT STATEMENT I 86 2580 137 1 00 00 o2 I 1 1 TABLE ACCESS FULL CUSTOMERS 86 2580 137 1 00 00 02 Predicate Information identified by operation id 1 - filter CUST_STATE TN AND CUST_COUNTRY India As you can see in the example before extended statistics were collected the estimated number of rows was 1447 whereas after the extended statistics collection the number of rows optimizer estimated to return is 86. 782 Chapter 14 Maintaining the Database and Managing Performance To drop the extend statistics use the DROP_EXTENDED_STATISTICS procedure SQL exec dbms_stats.drop_extended_stats null CUSTOMERS CUST_COUNTRY CUST_STATE PL SQL procedure successfully completed. SQL To define the extension and collect statistics in one step you can do the following SQL exec dbms_stats.gather_table_stats null customers method_opt for all columns size skewonly for columns cust_country cust_state PL SQL procedure successfully completed. SQL select extension_name extension from user_stat_extensions 2 where table_name CUSTOMERS EXTENSION_NAME EXTENSION SYS_STUZVS6GX30A0GN_5YRYSD2LPM CUST_COUNTRY CUST_STATE In the next section you ll learn to enable and disable the automatic statistics collection as well as perform other AutoTask jobs. Configuring Automated Maintenance Tasks Using EM The following are three default automated maintenance tasks Û Gathering optimizer statistics Running the Segment .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.