Thursday, October 20, 2022

DBA BUNDLE 7.3 is Now Available [October 2022]

 I've finished the new DBA Bundle release of this month, Here are the new features:

To download DBA BUNDLE 7.3:

https://www.dropbox.com/s/le5pxctq0w6v49u/DBA_BUNDLE7.tar?dl=0

Once you click on the link, first close this Window:



Then, click on the Download button at the most upper right side of the page:

 If DBA Bundle is a new thing to you, please visit the below link to understand its functions and how it works:
http://dba-tips.blogspot.com/2014/02/oracle-database-administration-scripts.html

In case the Dropbox website is blocked in your network, or you cannot copy files directly to the server you want to operate the DBA Bundle from, then follow this small trick:

1- On the target machine, create a new empty file with name DBA_BUNDLE7.txt:
     # touch
DBA_BUNDLE7.txt
 
2- Open below link and Copy its content (Ctrl+a then Ctrl+c) and paste it to DBA_BUNDLE7.txt file 
 

3- Execute this command to convert the text file to a tar file:
     # LC_ALL=C tr -cd 0-9a-fA-F < DBA_BUNDLE7.txt | xxd -r -p > DBA_BUNDLE7.tar

DISCLAIMER: THIS BUNDLE IS AN OPEN SOURCE PROJECT, IT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY. IT IS PROVIDED "AS IS". TO BE USED BY DBAs.