PowerBuilder provides the following Oracle database interfaces. These interfaces use different DLLs and access different versions of Oracle.
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.