Jared Still Profile
Jared Still

@PerlDBA

Followers
985
Following
2K
Media
54
Statuses
1K

Beaverton Oregon, USA
Joined December 2012
Don't wanna be here? Send us removal request.
@PerlDBA
Jared Still
2 years
Have you ever met resistance to using Oracle SQL Trace because the perceived performance penalty is too great?.Most of us have heard people express that fear. Is it true? Well, not really. Find out more at the following article. #oracle #pythian #tracing.
2
7
26
@PerlDBA
Jared Still
2 months
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.
Tweet card summary image
github.com
Some simple tests that use dd to test io on a filesystem or disk. - jkstill/disk-test
0
1
4
@PerlDBA
Jared Still
2 months
Here is something I learned about a couple years ago involving the oraaccess.xml file. Control fetch size with oraaccess.xml.
Tweet card summary image
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
@PerlDBA
Jared Still
7 months
X was having issues when I first tried to post this. I guess the double post was a bonus.
0
0
3
@PerlDBA
Jared Still
7 months
Just got notice that my Oracle ATP DB was paused due to inactivity. #oracle .me:. '@uptime'. UPTIME.----------------------------------------.01:15am up 41 days, 1:15, 1 users. 1 row selected.
2
0
3
@PerlDBA
Jared Still
7 months
Just got notice that my Oracle ATP DB was paused due to inactivity. me:. @uptime. UPTIME.----------------------------------------.01:15am up 41 days, 1:15, 1 users. 1 row selected.
1
0
3
@PerlDBA
Jared Still
8 months
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
@PerlDBA
Jared Still
8 months
Can someone explain the use of sqlplus options-static amd -dynamic?.
0
0
4
@PerlDBA
Jared Still
9 months
Good interactive explanation of B+ indexing.
@sqldaily
SQL Daily
9 months
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
@PerlDBA
Jared Still
9 months
1
0
0
@PerlDBA
Jared Still
1 year
one liner fun:  get all error messages from an oracle alert log, and send to oerr. grep -oE '(TNS|ORA)-[[:digit:]]+' alert_ORCL.log| sort -u | perl -p -e '$_=lc($_); s/-/ /' | xargs -n 2 oerr.
0
1
5
@PerlDBA
Jared Still
1 year
A fascinating paper on techniques used to achieve maximum IO from NVMe SSDs.
@pvldb
PVLDB
1 year
Vol:17 No:3 → The Art of Latency Hiding in Modern Database Engines
Tweet media one
1
0
4
@PerlDBA
Jared Still
2 years
Adventures with Oracle's Client Result Cache. My suggestion is to first scroll to the bottom and read a couple of errata in the comments. @Pythian #Oracle .
0
5
9