The 7th release of DBA Bundle is now available:
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 Down Arrow at the most right side of the page:
In case the Dropbox website is blocked in your area, or you cannot copy files directly to the server you want to operate the bundle from due to security restrictions; then do this small trick:
1- On the Server, create a new empty file with name DBA_BUNDLE7.txt:
# touch DBA_BUNDLE7.txt
# touch DBA_BUNDLE7.txt
2- Open below link and Copy its content (Ctrl+a then Ctrl+c) and paste it in the 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
# LC_ALL=C tr -cd 0-9a-fA-F < DBA_BUNDLE7.txt | xxd -r -p > DBA_BUNDLE7.tar
Tada!
In case you are new to the DBA Bundle, 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
No comments:
Post a Comment