TAILIEUCHUNG - Oracle Built−in Packages- P4

Oracle Built−in Packages- P4: Ah, for the good old days of Version of PL /SQL! Life was so simple then. No stored procedures or functions and certainly no packages. You had your set of built−in functions, like SUBSTR and TO_DATE. You had the IF statement and various kinds of loops. With these tools at hand, you built your batch−processing scripts for execution in SQL*Plus, and you coded your triggers in SQL*Forms , and you went home at night content with a good day's work done. | Appendix A What s on the Companion Disk 1 With Oracle8 and its support for external programs in PL SQL this is no longer quite true. With PL SQL8 you will be able to build your own packages that in turn call C programs. See Chapter 21 of Oracle PL SQL Programming Second Edition for more information about this feature. However I don t want to sound as if I m complaining. I m very glad Oracle took advantage of packages and C and whatever else they could and not just because it gave me the excuse to write another book . The result is a much more powerful and useful PL SQL. Let s look at an example to give you a feeling for the way Oracle used the package structure to revolutionize the code you write. Consider Oracle Server Version the Parallel Everything database as Oracle Corporation called it in its marketing materials. Oracle offered parallel query parallel index update and many other features that take advantage of the symmetric multiprocessors widely available today. This parallelization of the RDBMS offered significant improvements in database performance and we should all be glad for that. But there is fortunately so much more for which to be thankful. A Kinder More Sharing Oracle Oracle Corporation didn t simply utilize this parallelization technology inside its own code. It also made this same technology available to us in a safe way through the specification of the DBMS_PIPE package. While DBMS_PIPE is probably not used by the Oracle Server itself that built-in package certainly accesses the same parallelization technology used by the RDBMS. The advantages for a PL SQL developer are far-reaching. Even if DBMS_PIPE originally grew out of a need by Oracle Corporation to enhance its own performance the advantages of DBMS_PIPE are not confined to the Oracle RDBMS. Any developer can use DBMS_PIPE in all sorts of new and creative ways. You can parallelize your own programs. You can communicate between a client program in Oracle Forms and a .

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.