
Jared Still
@PerlDBA
Followers
985
Following
2K
Media
54
Statuses
1K
Check out my latest article: A Linux One Liner for Interface statistics via @LinkedIn.
linkedin.com
Following is a linux one liner that will display counts and percentages for network interface errors and dropped packets. While not technically a one liner, it could be.
0
1
2
Some oracle F/S files were slow and erratic. I needed something outside the database to show the issues. Less than a benchmark, but sufficient for showing the issue outside the db.
github.com
Some simple tests that use dd to test io on a filesystem or disk. - jkstill/disk-test
0
1
4
Here is something I learned about a couple years ago involving the oraaccess.xml file. Control fetch size with oraaccess.xml.
pythian.com
Optimize Oracle performance by controlling fetch sizes using oraaccess.xml. Learn how to set fetch sizes for various applications and improve network efficiency.
0
2
7
Check out my latest article: A Geeky post for Friday via @LinkedIn.
linkedin.com
I do not see many (any?) geeky posts here, so here is one for your Friday entertainment. This started out as a one liner.
0
3
5
Create a map of file and directory permissions found in oracle homes. It didn't seem important to map log, trc, trm and aud extensions. # cd /u01/app # find app oradata | grep -vE '\.log$|\.aud$|\.tr[mc]$' | xargs stat -c '%n:%a:%U:%G:%F' | tee perm-map.log. #oracle.
0
2
3
Good interactive explanation of B+ indexing.
B-trees are one of the most common database index structures. But how do they work?. @BenjDicken has built an interactive tool to show you how databases use these to. Add new values.Search for values. Try it out at.
0
0
3
John Beresniewicz ASHViz Blogs.This is a great series on ASH visualization by @JBeresniewicz .
linkedin.com
This article begins what I hope will be an interesting series focusing on some data visualization research I have been engaging using dumps of in-memory ASH (Active Session History) for data and R...
1
0
7