Pro C compiler in 12c
Hi All,
we are using Pro c code which is being called from our custom oracle form which in turn uses oracle Database 12c. For this we have configured custom listener using extproc entry in tnsnames.ora and listener.ora file.
We are seeing issue when the output file is generating with junk characters and we are not able to cat or more the file. I thought it could be different NLS_LANG set on the server and we were using UTF8 on putty terminal, We changed the setting to the one which is set on the server i.e echo $NLS_LANG -American_America.WE8ISO8859P1. After that the file format was not showing junk character atleast. However we still not able to cat or more the file.