Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 103 of 106
Returns the version string of the Oracle server.
sword OCIServerVersion ( dvoid *hndlp, OCIError *errhp, text *bufp, ub4 bufsz ub1 hndltype );
The service context handle or the server context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
The buffer in which the version information is returned.
The length of the buffer. In number of bytes.
The type of handle passed to the function.
This call returns the version string of the Oracle server. It can be in Unicode if the environment handle so determines.
For example, the following might be returned as the version string if an application is running on an 8.1.5 SunOS server:
Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production With the Partitioning and Java options PL/SQL Release 8.1.5.0.0 - Production
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|