Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Character set when Nifi extract using ExecuteSQL from Oracle (ASCII/UTF-8/UTF-16....)
Labels:
- Labels:
-
Apache NiFi
Explorer
Created ‎02-18-2021 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the default character set used within Nifi while extracting from Oracle using executeSQL ?
I have a use case of 2 database in 2 different character sets, was just curious, is there any way to identify the incoming character set & then over-ride it based on the target ?
1 ACCEPTED SOLUTION
Master Guru
Created ‎02-22-2021 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
that depends on default session that Oracle JDBC driver settings.
it's usually utf-8 though
1 REPLY 1
Master Guru
Created ‎02-22-2021 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
that depends on default session that Oracle JDBC driver settings.
it's usually utf-8 though
