Oracle8i Supplied PL/SQL Packages Reference Release 2 (8.1.6) Part Number A76936-01 |
|
The pass-through SQL feature allows an application developer to send a statement directly to a non-Oracle system without being interpreted by the Oracle server. This can be useful if the non-Oracle system allows for operations in statements for which there is no equivalent in Oracle.
You can run these statements directly at the non-Oracle system using the PL/SQL package DBMS_HS_PASSTHROUGH
. Any statement executed with this package is run in the same transaction as regular "transparent" SQL statements.
See Also:
For detailed information on Heterogeneous Services and on binding variables, see Oracle8i Distributed Database Systems. |
The DBMS_HS_PASSTHROUGH
package conceptually resides at the non-Oracle system. Procedures and functions in the package must be called by using the appropriate database link to the non-Oracle system.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|