Oracle Database philosophy is Data Recover-ability. This is the reason if you have a huge table with more than 100…
**************** Cloning of the Oracle Database ******************** On production 1) Make sure controlfile autobackup is on and take the incremental…
A small shell script to check instance status of oracle database. $vi instanceup.sh #!/bin/sh SERVICE=’ora_pmon_orcl’ #replace ‘orcl’ with your sid…
One of the requirements in modern organizations where data integrity and security is of utmost importance, is the use of…