Oracle Storing Non Printable Characters
Oracle Storing Non Printable Characters – This chapter describes the special characters that can be used in text queries. I am using this following function in my code. How to find non printing characters using instr and regexp_instr in oracle databases: Select regexp_replace (col name,' [ [:cntrl:]]','u') in this above function [ [:cntrl:]] means non..