Recently I had a requirement to send a HTML based email from my apex application. The HTML content was actually…
This error is mostly due to a mismatch in the Java system classes. It happened to us when we cloned…
Quick post more for myself as I seem to continually forget how to construct a proper EXCLUDE on the command…
— If doing on Source Server — ::12c–>sqlplus “/as sysdba” set head off pages 0 feed off echo off verify…
We want to make a test database from production database. And our production database is on ASM and our test…
We use the below procedure to ping hosts and based on availability send SMS to our team. The SMS is…
Below Shell Script will append Date to all FileNames in Directory with extension .TXT. Also it will create a folder…
spool index_rebuild.sql select ‘alter index ‘||owner||’.’||index_name ||’ rebuild online nologging;’ from dba_indexes where owner=upper(‘SAMPLE’); spool off
IntroI recently had a situation where I was troubleshooting a system that had fallen victim to some intermittent and very…