Send email through Gmail
Here is an excellent article on how to send email through PL/SQL, using Gmail as the smtp server.
Read MoreA Backup for My Brain!
Here is an excellent article on how to send email through PL/SQL, using Gmail as the smtp server.
Read MoreDBMS_RESOURCE_MANAGER and Apex
Here is an excellent post by Joel Kallman on how to use DBMS_RESOURCE_MANAGER to control the impact Apex has on the database.
Read More
Here is a quick example of how to loop through an associative array (index-by table) indexed by varchar2:
Read MoreThis regular expression will parse out numbers with or without decimals. In this case, the number has to be surrounded
Read MoreQuick Datapump Trick Using the expdp/impdp datapump utilities on Unix/Linux can be a bit tricky when it comes to formulating
Read MoreReading trough a tkprof file can be a long, arduous process. How do you find the things you’re looking for,
Read More