TAILIEUCHUNG - Oracle PLSQL Language- P29

Tham khảo tài liệu 'oracle plsql language- p29', công nghệ thông tin, cơ sở dữ liệu phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | PROCEDURE The USE_ROLLBACK_SEGMENT procedure The USE_ROLLBACK_SEGMENT procedure assigns the current transaction to the specified rollback segment. This option also establishes the transaction as a read-write transaction. The rollback segment specified must be online. You cannot use both the READ_ONLY and USE_ROLLBACK_SEGMENT procedures within the same transaction. Read-only transactions do not generate rollback information and thus cannot be assigned rollback segments. This procedure is equivalent to the SQL command SET TRANSACTION USE ROLLBACK SEGMENT. The specification is PROCEDURE rb_name VARCHAR2 The BEGIN_DISCRETE_TRANSACTION procedure The BEGIN_DISCRETE_TRANSACTION procedure streamlines transaction processing so short transactions can execute more rapidly. During discrete transactions normal redo information is generated although it is stored in a separate location in memory. When the discrete transaction commits the redo information is written to the redo log file and data block changes are applied directly. As such there is no need for undo information in rollback segments. The block is then written to the database file in the usual manner. The call to this procedure is effective only until the transaction is committed or rolled back the next transaction is processed as a standard transaction. Any PL SQL using this procedure must be coded to ensure that the transaction is attempted again in the event of a discrete transaction failure. 3 The specification is 3 For more information on this topic see Using Discrete Transactions in Oracle8 Server Tuning . PROCEDURE The PURGE_MIXED procedure The PURGE_MIXED procedure deletes information about a given in-doubt distributed transaction that has had mixed outcomes due to a transaction resolution mismatch. This occurs when an in-doubt distributed transaction is forced to commit or roll

TỪ KHÓA 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.