Print Extended ASCII Codes in sql*plus
how to print Extended ASCII Codes in sql*plus like if we use
select chr(65)||chr(66)||chr(125) from dual; then output will be
Ab}
but if we use chr(127), chr(128) and so on then its do not print the correct result
So please tell how we can get correct result in sql*plus
Edited by: 922951 on Mar 23, 2012 2:26 AM