Oracle Scripts

 

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

The scripts may be downloaded and used for free.

Warning:Some of these scripts may be dangerous and can potentially damage or destroy your database or system. Make sure you understand, customize and test all scripts to suite your needs and environment before using them!

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

Leave a Reply