Skip to main content
Nintex Community Menu Bar

Arabic characters are stored as ?? in Oracle database when using Execute SQL action

  • March 26, 2021
  • 0 replies
  • 489 views

Forum|alt.badge.img+2

Issue

When using Execute SQL action to store Arabic text in Oracle database, Arabic characters are replaced with question mark symbols "????"

 

Error Code

 
 

Resolution

Include the parameter 'Unicode=true' in the connection string for the database within Execute SQL action. 

 

Connection string format:

Data Source=<dataSource>;User Id=<userId>;Password=<password>;Unicode=true

 

Additional Information

 

 

Related Links