Hi I am Analysing some procedures and as part of the procedures there are some stmts like below and when compiing I am getting errors.
Need to know what is the use of using u here and how to fix this.
is there any risk if remove u part from the stmts ??
I am using Oracle 12c R2
select distinct case when a.action is NULL then u'Next' else a.action end as action,
a.actionscript as actionlink
Error :
- Error(229,81): PL/SQL: ORA-12704: character set mismatch
- Error(245,9): PL/SQL: SQL Statement ignored