TAILIEUCHUNG - Oracle Built−in Packages- P127

Oracle Built−in Packages- P127: 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 heap_size Oracle8 only Used only if parallelism 0. Sets the maximum number of transactions to be examined simultaneously for determining parallel scheduling. Oracle determines this value internally you are advised not to use it. The MAKE procedure does not raise any exceptions. Examples The following examples illustrate how the MAKE procedure may be used. Read-only snapshot. group In this example we create a snapshot refresh group of read-only snapshots DECLARE vSnapshotList BEGIN vSnapshotList 1 COUNTRIES vSnapshotList 2 STATES vSnapshotList 3 POSTAL_CODES vSnapshotList 4 CUSTOMER_ADDRESSES name SG_ADDR_TABS tab vSnapShotList next_date TRUNC sysdate 1 interval SYSDATE 1 END This example shows the simplest invocation of defaults are used for all possible parameters. This call creates a snapshot group on four related tables and schedules them to be refreshed at every day at midnight. Read-only snapshot group with specialized parameters In the following example we create a snapshot refresh group of read-only snapshots with specialized parameters DECLARE vSnapshotList BEGIN vSnapshotList 1 COUNTRIES vSnapshotList 2 STATES vSnapshotList 3 POSTAL_CODES vSnapshotList 4 CUSTOMER_ADDRESSES name SG_ADDR_TABS tab vSnapShotList next_date TRUNC sysdate 1 interval SYSDATE 1 implicit_destroy TRUE lax TRUE rollback_segment RB1 END This example creates the same snapshot group as in the previous example but with some additional properties implicitdestroy TRUE This setting causes the snapshot group SG_ADDR_TABS to be destroyed if all of the snapshots in the group are dropped. The default behavior is to preserve the snapshot group even if it has no members. Creating and Destroying Snapshot Groups 621 Appendix A What s on the Companion Disk lax TRUE If any of the snapshots being added to SG_ADDR_TABS .

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.