Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống
1
/ 196 trang
THÔNG TIN TÀI LIỆU
Thông tin cơ bản
Định dạng
Số trang
196
Dung lượng
2,94 MB
Nội dung
[...]... discussion of advanced SQL topics such as keyword searches, using SQL with web databases, and calculated columns The tips and tricks in this handbook come from some of the World’s more renown Oracle experts and we hope we have provided you with the tools and knowledge to write and optimize your SQL code xiv Oracle SQL Internals Handbook Parsing in OracleSQL CHAPTER 1 Parsing in SQLSQL is a high abstraction... hand 16 Oracle SQL Internals Handbook Oracle SQL Optimizer Plan Stability CHAPTER 3 Plan Stability in Oracle 8i/9i Find out how you can use "stored outlines" to improve the performance of an application even when you can't touch the source code, change the indexing, or fiddle with the configuration Toolbox: For the purposes of experimentation, this article restricts itself to simple SQL and PL /SQL code... of Oracle databases Prior to this, he spent four years designing and creating data warehouses in Oracle John can be reached at jweeg@hesaonline.com or http://www.hesaonline.com/ dba/dba_services.shtml xii Oracle SQL Internals Handbook Foreword The process of OracleSQL tuning is a critical aspect of many Oracle databases If the database fails to service its queries in an efficient manner, the system... select count(1) cnt,substr (sql_ text,1,instr (SQL_ text,'(')) string from v$sqlarea group by substr (SQL_ text,1,instr (SQL_ text,'(')) order by 1; Again I get almost 200 rows back An example is: CNT String -13 SELECT oradba.fn_physician_name( To see these 13 statements we can use: Break on address skip 1 on hash_value select a.address,a.hash_value,b .sql_ text||' . write and
optimize your SQL code.
xiv
Oracle SQL Internals Handbook
1
Parsing in Oracle SQL
CHAPTER
Parsing in SQL
SQL is a high abstraction.
The Final Test 60
Chapter 6 - SQL Tuning Improvements 64
iv
Oracle SQL Internals Handbook
SQL Tuning Improvements in Oracle 9.2 by Vadim
Tropashko