22 OCI Globalization Support Functions

This chapter describes the OCI globalization support functions.

This chapter contains these topics:

Introduction to Globalization Support in OCI

This section describes the globalization support functions in detail.

Conventions for OCI Functions

Describes the conventions for OCI functions.

The entries for each function may also contain the following information:
  • Returns — The values returned. The standard return values have the following meanings as described in the following table.

Table 22-1 Function Return Values

Return Value Meaning

OCI_SUCCESS

The operation succeeded.

OCI_ERROR

The operation failed. The specific error can be retrieved by calling OCIErrorGet() on the error handle passed to the function.

OCI_INVALID_HANDLE

The OCI handle passed to the function is invalid.

See Also:

Returns

The values returned. The standard return values have the following meanings as described in Table 22-2.

Table 22-2 Function Return Values

Return Value Meaning

OCI_SUCCESS

The operation succeeded.

OCI_ERROR

The operation failed. The specific error can be retrieved by calling OCIErrorGet() on the error handle passed to the function.

OCI_INVALID_HANDLE

The OCI handle passed to the function is invalid.

See Also:

"Error Handling in OCI" for more information about return codes and error handling