Search This Blog

Monday, December 9, 2024

PDF to Text Covert by Oracle Apex

Here are the steps to convert and get the character into a region by Oracle Apex.


Step1.  Create a page and Copy-Pest the below code into Page  Function and Global Variable Declaration

Search String Inside Oracle Database Objects SQL

SELECT owner, name, type, line, text  FROM dba_source WHERE instr(UPPER(text), UPPER('string')) > 0;