The script below can be used to check the Disk Group Space Free and also Check Directory sizes for each…
Category Linux
Sometimes to have a funky time on the BASH shell you can run the below shell script [code language=”bash”] #!/bin/bash…
Oracle Version Affected : 12.1.0.2 OS : OEL 6 Update 7, x64 This error is related to Parallel Query and…
— Create ACFS filesystem on 12c Linux Exadata — 1. Create a volume in ASM ASMCMD [+] > volcreate -G…
Writeback cache is a feature of cache where the blocks are written to flash first before flushing to the disk.…
Unmounting ACFS File Systems ACFS file systems can be used by Oracle RAC for hosting software files for the database.…
Recently we patched our Exadata machines to the April 2016 QFSP. On running DBCA we got X11 forwarding error and…
— Enable Password-less SSH between Linux Servers Before using PSSH — In the Server (192.168.100.55) from where you want to…
Below is the Filesystem on our VM Filesystem Size Used Avail Use% Mounted on /dev/mapper/ol-root 18G 11G 7.0G 61% /…
export MMSG=/tmp/$$.mail export ADDR=”shadab@easyoradba.com” export ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1 export ORACLE_SID=orcl file=/tmp/${$}_`date +%Y%m%d` sqlplus -s “/as sysdba” << .eof > $file set pages…