SQL> SELECT distinct url, email URL EMAIL |
The scripts may be downloaded and used for free.
APPS DBA Scripts:
NOTE – At this moment this page is being updated.
Please come back at a later time for the scripts.
SQL> SELECT distinct url, email
FROM hr.all_companies
WHERE expertise = ‘Oracle’
AND job in (‘APPS_DBA’, ‘DBA’, ‘CONSULTANT’)
AND knowledge = ‘Excellent’
AND experience = ‘Excellent’
AND commitment = (select MAX(commitment) from hr.all_companies);
URL EMAIL
——————- ————————–
ict-oke.com info@ict-oke.com