Supported versions for Oracle
PowerBuilder provides the following Oracle database interfaces.
These interfaces use different DLLs and access different versions of
Oracle.
|
Oracle interface |
DLL |
|---|---|
|
O10 Oracle 10g |
PBO10.dll |
|
ORA Oracle (for 12c, 18c, 19c, 21c, |
PBORA.dll |
The ORA database interface allows you to connect to Oracle
12c/18c/19c/21c/23c servers using Oracle Database Client or Oracle Instant
Client. It includes partial support for the XMLType datatype that it maps
to the PowerBuilder String datatype. It also supports session and
connection pooling, load balancing, the Oracle Client Cache, setting of an
application driver name, and access through a proxy.
The O10 database interface allows you to connect to Oracle 10g
servers using Oracle 10g Database Client or Oracle 10g Instant Client. It
supports BINARY_FLOAT and BINARY_DOUBLE datatypes and increased size
limits for CLOB and NCLOB datatypes.