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

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

Oracle Built−in Packages- P141: 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 NOTE If you change the propagation mode you must also regenerate the replication support triggers for all replicated tables ALTER_MASTER_PROPAGATION does not do this automatically. After altering the propagation method you must call DBMS_REPCAT.GENERATE_REPLICATION_TRIGGERS for all replicated tables in the replication group. 15.3.8.3 The DBMS_REPCAT.SEND_AND_COMPARE_OLD_VALUES procedure Oracle8 only The default behavior of advanced replication is to send the old and new values of every column to participating master sites whenever you update a row in a replicated table. At the destination sites Oracle uses this information to ensure that the version of the row that you updated matches the version of the row currently at the destination. However if you know that certain columns in a table will never change you can avoid sending the data in these columns when you propagate updates to participating master sites. Using the SEND_AND_COMPARE_OLD_VALUES procedure available only in Oracle8 in this way you ll reduce propagation overhead. Here is the specification PROCEDURE DBMS_REPCAT.SEND_AND_COMPARE_OLD_VALUES sname IN VARCHAR2 oname IN VARCHAR2 column_list IN VARCHAR2 column_table IN dbms_repcat.varchar2s operation IN VARCHAR2 UPDATE send IN BOOLEAN TRUE Parameters are summarized in the following table. Name Description sname Name of the replication group whose propagation mode is being altered oname Table being altered column_list Comma-separated list of columns whose propagation mode is being altered indicates all nonkey columns column_table PL SQL table of containing columns whose propagation is being altered operation Operation for which this change applies this may be UPDATE DELETE or indicating both updates and deletes send If TRUE the default then the old values for the columns are sent if FALSE then old values are not sent NOTE The configuration changes you specify with this procedure do not take effect unless the .

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.