79151914

Date: 2024-11-03 02:02:05
Score: 2.5
Natty:
Report link
  1. In your python code in the connection string use utf8mb4 when loading data from your database for example suppose you are loading data from mysql : connection_string = f"mysql+pyodbc://@{dsn}?charset=utf8mb4"

  2. when writing to oracle from python , please set the data type of objectname to nvarchar.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gul Saeed Khattak