Skip to Main Content

SQLcl

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How can you specify the output character set for sqlcl ?

Fpons-OracleJan 10 2022

Unlike SQL*Plus, sqlcl does not follow NLS_LANG. Suppose you want to select a string from a database in AL32UTF8 and display it in, say, a Windows 10 Command Prompt window using WE8PC850 as character set. How do you tell the Oracle Net layer within sqlcl to adapt to gthe client character set ?

Comments
Post Details
Added on Jan 10 2022
1 comment
2,342 views