TAILIEUCHUNG - HandBooks Professional Java-C-Scrip-SQL part 177

Tham khảo tài liệu 'handbooks professional java-c-scrip-sql part 177', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | External Procedures External procedures provide a mechanism for calling out to a non-database program such as a DLL under NT or a shared library under Unix. Every session calling an external procedure will have its own extproc process started by the listener. This extproc process is started with the first call to the external procedure and terminates when the session exits. The shared library needs to have a corresponding library created for it in the database. Creating an External Procedure The following are the steps you need to follow in order to create an external procedure. Set up the listener External procedures require a listener. If you are running an Oracle Net database listener it can be used as the extproc listener as well although you may increase security by separating it from the external procedure listener and launching it from a privilege-limited account. Here is one way to structure the file LISTENER ADDRESS PROTOCOL TCP HOST hostname PORT 1521 EXTPROC_LISTENER ADDRESS PROTOCOL IPC KEY extprocKey SID_LIST_LISTENER SID_DESC GLOBAL_DBNAME globalname ORACLE_HOME oraclehomedirectory SID_NAME SID SID_LIST_EXTPROC_LISTENER SID_DESC SID_NAME extprocSID ORACLE_HOME oracle_home_directory ENVS EXTPROC_DLLS qualifier shared_objectJilelist PROGRAM extproc extprocKey Short identifier used by Oracle Net to distinguish this listener from other potential IPC listeners. Its actual name is arbitrary because your programs will never see it. Oracle uses EXTPROC0 as the default name for the first Oracle Net installation on a given machine. This identifier must be the same in the address list of the and files. extprocSID Arbitrary unique identifier for the external procedure listener. In the default installation Oracle uses the value PLSExtProc. ENVS Means of passing environment variables to the external procedure listener. The example above shows only one name value pair but any number of pairs are permitted.

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.