Package body having Special character is failing to compile / migrate through UNIX install script
We have a package body, in this package we have some special characters like Ò, Ì, and Ñ etc.
When we tried to compile this package body through sql*plus / TOAD / SQL Developer, it is getting compiled successfully but when we tried to compile this through UNIX installation script it is getting compiled with worning msg. and the working msg. is "PLS-00103: Encountered the symbol Ò' when expecting one of the following:".
Unix Install script is:
sqlplus -s apps/$P_APPS_PWD
@$XX_TOP/sql/XX_PKG.sql
Hope you understand my problem. Appreciate your help on this.
Thanks, Susant