Hello,
I am trying to use below query with 2nd parameter as TRUE but I'm getting below error.
select utl_url.escape(url => 'http://www.sample.com/ümlat.php&\^#q=name', escape_reserved_chars => TRUE) from dual;
Error:
[Error] Execution (16: 100): ORA-00904: "TRUE": invalid identifier
I should pass the parameter as TRUE ( default is FALSE)
Anyone can support me to over come from this issue.
FYI - I tried by creating a user defined function and it is working fine but I want to use directly in SELECT statement than using function.