Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
This appendix provides information about server round-trips incurred during various OCI calls. This information can be useful to programmers when determining the most efficient way to accomplish a particular task in an application.
The appendix contains the following sections:
This appendix provides information about server round-trips incurred during various OCI calls. This information can be useful when determining the most efficient way to accomplish a particular task in an application.
The number of server round-trips required by OCI relational functions are listed in Table C-1:
Table C-2 lists the server round-trips incurred by the OCILob*()
calls. Information about the read and write calls is listed after the table.
Table C-3 lists the number of server round-trips required for the object and cache functions. These values assume the cache is in a warm state, meaning that the type descriptor objects required by the application have been loaded.
The number of server round-trips required by OCIDescribeAny()
, OCIAttrGet()
, and OCIParamGet()
are listed in Table C-4:
The number of round-trips for the datatype mapping and manipulation functions are listed in Table C-5. The asterisks in the table indicate that all functions with a particular prefix incur the same number of server round-trips. For example, OCINumberAdd()
, OCINumberPower()
, and OCINumberFromText()
all incur zero server round-trips.
The number of server round-trips required by Any Type and Data functions are listed in Table C-6. The functions not listed do not generate any round-trips.
The functions listed in Table C-7 are local and do not require a server round-trip:
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|