Skip navigation.

Eddie Awad

Syndicate content awads.net/wp
News, views, tips and tricks on Oracle and other fun stuff
Updated: 10 hours 56 min ago

SQL Plan Stability and CBO Statistics Myths Busted

Tue, 2013-05-14 08:30

Carlos Sierra:

Since lack of Histograms or freezing CBO Statistics do not guarantee Plan Stability, do not rely on these two myths. If what you are looking for is Plan Stability use then SQL Plan Management available since 11g or SQL Profiles available from 10g.

© Eddie Awad's Blog, 2013. | Permalink | Add a comment | Topic: Oracle | Tags:

Related articles:

Logger: a PL/SQL Logging and Debugging Framework

Mon, 2013-05-06 08:15

Martin D’Souza:

Logger is a PL/SQL logging and debugging framework. It’s used in many organizations to instrument code in their Oracle applications. Tyler Muth created Logger a few years ago and has since released several upgrades, the last being 1.4.0. After some great feedback, I’m pleased to announce that we’ve just launched Logger 2.0.0 Beta.

Instrumentation, logging and debugging utilities are essential in any PL/SQL development project.

© Eddie Awad's Blog, 2013. | Permalink | Add a comment | Topic: Oracle | Tags: ,

Related articles:

Not a Fan of Public Synonyms, Here is Why

Sat, 2013-05-04 17:38

Tom is not not a fan of public synonyms, here is why:

  • public synonyms pollute the namespace.
  • public synonyms can lead to security issues.
  • public synonyms can lead to a maintenance headache.
  • public synonyms are public – no one owns them.

So, instead of public synonyms… Continue reading...

© Eddie Awad's Blog, 2013. | Permalink | 2 comments | Topic: Oracle | Tags:

Related articles:

When You Should Consider Flash for Database Storage

Tue, 2013-04-30 15:01

@flashdba:

If any of this is ticking boxes for you, it’s time to consider what flash could do for the performance of your database:
  • I/O wait times are high. Essentially we are looking for high latency from the existing storage system. Flash memory systems should deliver I/O with sub-millisecond latency, so if you see an average latency of 8ms on random reads (db file sequential read), for example, you know there is potential for reducing latency to an eighth of its previous average value.
  • I/O forms a significant percentage of Database Time. If I/O is only responsible for 5% of database time, no amount of lightening-fast flash is going to give you a big performance boost… your problems are elsewhere. On the other hand, if I/O is comprising a large portion of database time, you have lots of room for improvement.

© Eddie Awad's Blog, 2013. | Permalink | Add a comment | Topic: Links, Oracle | Tags: ,

Related articles:

★ Oracle News Aggregator OraNA No Longer Powered by Google Reader

Mon, 2013-03-25 09:04

OraNA.infoYou probably heard that Google is going to shut down Google Reader (GR) on July 1st, 2013.

There are many theories, speculations and analysis as to why Google took the decision to kill Reader.

To me GR was not just a place I visit several times daily to get my dose of fresh news, it was also the backend feed aggregation engine that has powered OraNA.info since 2006.

With GR going away soon, I have been working over the past several days to detach it from OraNA.

I’m glad to report to you that the migration off of GR is done. OraNA now aggregates all of its syndicated feeds via its own feed aggregation engine.

OraNA has been operating since the beginning of 2006. In the process of updating it, I took the opportunity to do spring cleaning on the blogs that it aggregates.

Blogs that no longer exist have been deleted from the aggregator.

Blogs that still exist but have had no new posts since January 2012 are no longer aggregated by OraNA.

I was surprised at the number of blogs that fell into the two categories above.

The number of aggregated blogs fell from 508 to 323 (plus the blogs.oracle.com feed).

Here is a live list of all the blogs that OraNA aggregates.

I guess the enthusiasm for long form blogging has fizzled out over the years. Lazy bloggers (including yours truly) find it much easier and quicker to “micro” blog using Twitter, Facebook or Google+.

On a personal note, I have moved my daily dose intake of news from GR to Feedly.

© Eddie Awad's Blog, 2013. | Permalink | 2 comments | Topic: Oracle | Tags: , ,

Related articles: