Getfile error while loading file in upgrade(8.58).
Hi Team,
we are in tools upgrade from Ptools 8.55 to 8.58.
There is a custom Process which loads a file (Encoded as Latin1) which has some special characters .
in 8.55 this file is getting loaded without any issues but file load is failing in 8,58 instance.
we observed a change by oracle in encoding from Latin1 to UTF-8.
if I pass the charset in getfile function as 'latin1' process goes to success.
I have read articles about changing charset back to latin1 in cfg file.
what will be overall impact of this change , which all new features will be impacted due to this change?