Script to monitor OMS

Script to monitor OMS sample output when OEM is up ./emctl status oms Oracle Enterprise Manager Cloud Control 13c Release 5 WebTier is Up Oracle Management Server is Up JVMD

To verify in the new project proposal doc.

What to verify in the new project proposal doc from DBA end? Suppose there is  database migration planned from Solaris to Linux. This is going to be a new project

Best Practices to do after joining new Company.

Best Practices to do after joining new company or taking new customer support responsibilities. We need to consider and do the below mentioned activities When you join in a new

Gather stats on Table in Oracle Database

  Gather stats on Table in Oracle Database. connect to CDB connect to PDB ALTER SESSION SET CONTAINER=PDB1; ALTER SESSION SET DB_FILE_MULTIBLOCK_READ_COUNT=2048; ALTER SESSION SET SORT_AREA_SIZE=512000000;   exec dbms_stats.gather_table_stats(ownname=>’ARP’,tabname=>’SUM_DETAIL’, estimate_percent=>100,

Oracle Database transparent gateway setup

Oracle Database transparent gateway setup Below are the steps to configure Oracle DB transparent gateway oratab entry [oracle@oralsrv admin]$ cat /etc/oratab|grep tgw tgw:/u00/app/oracle/product/12201/tghome:N [oracle@oralsrv admin]$ Template pwd=/u00/app/oracle/product/12201/tghome [oracle@oralsrv tghome]$ cat

Steps  to Connect to AWS EC2 Instance

   Steps  to Connect to AWS EC2 Instance.   Step 1: Go to google and type aws Step 2: Type username and password Step 3: Go to EC2 Step 4:

How to delete failed Oracle RMAN backups ?

How to delete failed Oracle RMAN backups ? Failed Oracle Database backups will increase the utilization size of “tape library” or “data domain” or “ZFS storage” Deleting those failed/unnecessary  backups

Best practices/check list while doing DBA tasks

Best practices/check list while doing DBA tasks/changes.   Putty tool is widely used for Oracle Database administration activities. While using putty below are the best practises/check lists for implementing the

Oracle Exadata DB backup on ZFS

Oracle Exadata DB backup on ZFS. Exadata Database backup on ZFS  Storage Appliance. It is similar to normal disk backup.   # Script Name:  bkp_Full_Inc0_ORADW1_01.sh #!/bin/ksh export BASEDIR=’/home/oracle’ export ORACLE_SID=ORADW11