Đang chuẩn bị liên kết để tải về tài liệu:
Oracle Built−in Packages- P139

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

Oracle Built−in Packages- P139: Ah, for the good old days of Version 1.0 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 3.0, and you went home at night content with a good day's work done. | Appendix A What s on the Companion Disk The specifications differ for Oracle and Oracle8 as follows. Here is the Oracle specification PROCEDURE DBMS_REPCAT.RELOCATE_MASTERDEF gname IN VARCHAR2 old_masterdef IN VARCHAR2 new_masterdef IN VARCHAR2 notify_masters IN BOOLEAN TRUE include_old_masterdef IN BOOLEAN TRUE sname IN VARCHAR2 Here is the Oracle8 specification PROCEDURE DBMS_REPCAT.RELOCATE_MASTERDEF gname IN VARCHAR2 old_masterdef IN VARCHAR2 new_masterdef IN VARCHAR2 notify_masters IN BOOLEAN TRUE include_old_masterdef IN BOOLEAN TRUE Parameters are summarized in the following table. Name Description gname Name of the replication group. old_masterdef Global name of the current master definition site. new_masterdef Global name of the new master definition site. notify_masters If TRUE the default synchronously multicast information about the change to all masters if FALSE do not inform masters. include_old_masterdef If TRUE the default notify current master definition site of the change. sname Oracle only Not used. 15.3.5.4.1 Exceptions The RELOCATE_MASTERDEF procedure may raise the following exceptions Name Number Description commfailure -2331 Unable to communicate with master site s and notify_masters is TRUE nonmaster -23313 The new_masterdef is not a master site nonmasterdef -23312 The old_masterdef is not the master definition site 15.3.5.4.2 Restrictions You must call RELOCATE_MASTERDEF from a master or master definition site. 15.3.5.4.3 Example The following call relocates the master definition site for replication group SPROCKET from D7CA.BIGWHEEL.COM to D7NY.BIGWHEEL.COM and informs all masters as well as the master definition site of the change BEGIN DBMS_REPCAT.RELOCATE_MASTERDEF gname SPROCKET old_master_def D7CA.BIGWHEEL.COM 15.3.5 Adding and Removing Master Sites with DBMS_REPCAT 681 Appendix A What s on the Companion Disk new_master_def D7NY.BIGWHEEL.COM notify_masters TRUE include_old_masterdef TRUE END Suppose that the master definition site .

TÀI LIỆU LIÊN QUAN
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.