Skip to Main Content

DevOps, CI/CD and Automation

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!

Change encoding UTF-8 to ANSI

User_BE259Sep 1 2022 — edited Sep 1 2022

I have a commit.bat file, and this batch file merges three DML files and gives a single merge_dml.sql file.
but the problem is that the merge_dml.sql file create with UTF-8 encoding, and the script have some special character,
I want to know how to change encoding to ANSI of the merger_dml.sql file , if I run the commit.bat file

Comments
Post Details
Added on Sep 1 2022
0 comments
363 views