msgbartop
News, views, tips and tricks on Oracle and other fun stuff
msgbarbottom

This is How You Should Ask for Help

In this video interview with ZDNet.com.au, Kyte explains how many questions he receives equate to “my car won’t start”. “I’m going to do it to you — my car won’t start, why? Give me the solution. I’m not going to tell you what errors I see on the dashboard; I’m not going to tell you if I filled the car up with gas recently; I’m not going to tell you if it’s making a noise or not making a noise; but my car won’t start, why not? There’s insufficient data to even begin to answer a question like that.” Kyte also explains how the internet has changed how questions are asked, and how he doesn’t reply with RTFM.

via How developers should ask for help: Blogs – Null Pointer – ZDNet Australia (via)

Comments Off | Filed in Oracle, Tips | Tags: , ,


5 Useful and Interesting Links for 2009-10-20

Comments Off | Filed in Links


Your Company Could Win $10 Million!

Your Company Could Win  Million!

If your Oracle database application doesn’t run at least twice as fast on SUN hardware as on IBM’s fastest computer, your company could win $10 million from Oracle. Even IBM is welcome to enter the $10 Million Challenge!

More…

(via)

2 Comments | Filed in Oracle | Tags: , ,


If You Have These 5 Attributes, You’re an Expert

An expert is:
  1. One who has tried, who has practical experience in a field.
  2. Conversely, one who has been tried has a few wounds to show for it. If you don’t have a glorious failure or two under your belt, you’re probably not ready to be an “expert” for others hoping to avoid the same thing.
  3. One who has acquired comprehensive knowledge and continues to learn about a field.
  4. One who has authority as appointed to them by the community for having demonstrated they know their stuff.
  5. One who experiments – taking the field further. I call them thinkers and tinkerers.

via Conversation Agent.

Some interesting comments:

DJ: I personally don’t love the word expert. After all, experts are usually wrong more then they are right.

Taylor: I typically assume that an expert is not open to embracing ideas which challenge their “expertness”.

Carolyn: A cynic once told me that an expert was someone who knew more and more about less and less until they knew absolutely everything about absolutely nothing!

Gavin: I guess we’re all experts in something!

Well, I can tell you one thing: Believe in proof not experts.

4 Comments | Filed in Interesting Stuff | Tags:


4 Useful and Interesting Links for 2009-10-04

  • If your cursor FOR loop contains any DML statements, you will still want to explicitly convert to BULK COLLECT. The reason is that while the optimizer will improve the performance of the query step, it will not optimize the DML statements to execute like FORALLs.
  • Click Framework is a modern JEE web application framework, providing a natural rich client style programming model. Click is designed to be very easy to learn and use, with developers getting up and running within a day.
  • SchemaSpy is a Java-based tool (requires Java 5 or higher) that analyzes the metadata of a schema in a database and generates a visual representation of it in a browser-displayable format.
  • Free PL/SQL library to generate PDF from Oracle Database.
Comments Off | Filed in Links