Skip to content

Issue with Python oracledb - 3.3.0 package #549

@hprakasam

Description

@hprakasam

Currently we are using cx-Oracle - 8.3.0 Oracle Python package to connect Oracle database with our internal application and it is deprecated. We are trying to upgrade the package to oracledb - 3.3.0. After upgrading our jobs are failing with below error while testing.
"Exception in executing Job: 'utf-8' codec can't decode byte 0xa0 in position 4: invalid start byte"
"Exception in executing Job: Error in writing to local file: 'utf-8' codec can't decode byte 0x96 in position 11: invalid start byte".

The upgraded version (oracledb - 3.3.0) is supporting UTF-8 encoding not the UTF-16, but our application is required UTF-16 encoding. Please provide suggestion on this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions