NumbersInternal

Description

Specifies that numbers should be retrieved from the database using Oracle’s internal 21-byte binary NUMBER datatype format instead of using OCI strings. The NumbersInternal parameter is relevant only when you are accessing an Oracle database configured with an EBCDIC character set or other non-ASCII character set.

NoteWhen to specify NumbersInternal You must specify the NumbersInternal parameter before connecting to the database.

Applies to

Syntax

NumbersInternal=value

Parameter

Description

value

Specifies that numbers should be retrieved using Oracle’s internal 21-byte binary NUMBER datatype format. Values are:

Default

NumbersInternal=0

Usage

In addition to specifying that numbers be retrieved from the database using Oracle’s internal 21-byte binary NUMBER datatype format, the NumbersInternal parameter also provides an internal algorithm for deciphering the result.

Examples

Example 1

To specify that you want numbers to be retrieved using Oracle’s internal format: