Search This Blog

Technology Braking News

2 comments:

  1. Do you have take pic from camera and save in data base in oracle apex.
    If you have please send me on sml_fsl1@hotmail.com

    ReplyDelete
  2. Sure. It's very easy. You can do it using file browser type item. Thanks

    ReplyDelete

Search String Inside Oracle Database Objects SQL

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