select *from (select 'testname@email.com ,noname@gmail.com ' email from dual) where regexp_like(email,'(^ | $)')
Tuesday, December 6, 2022
Monday, January 31, 2022
How to search for a text from files in a directory on Linux
find -type f -name "*.xml" -exec grep -l 'searchtext' {} +
Use the above command to find all files (in this case xnl) containing specific text 'searchtext' on Linux
Subscribe to:
Posts (Atom)
Query to list the Oracle RICEW Objects
Pass the application short name &APP_SHORT_NAME parameter to find RICE objects for the particular application and include any exclusion ...
-
SELECT DISTINCT pv.segment1 vendor_number, pv.vendor_name, hps.party_site_name address_name, ...
-
SELECT DISTINCT user_concurrent_program_name, (SELECT MAX (actual_start_date) FROM APPS.FND_CONCU...
-
From Oracle R12.2.X release we can use the below Oracle recommended API/package to give grants on objects in APPS schema exec AD_ZD.GR...