Quantcast
Steven Feuerstein

Oracle PL/SQL expert, evangelist, author and trainer


Areas of Expertise:
  • PL/SQL
  • Oracle
  • stored procedures
  • consulting
  • speaking
  • training
  • writing

Biography

Steven Feuerstein is considered one of the world's leading experts on the Oracle PL/SQL language, having written ten books on PL/SQL, including Oracle PL/SQL Programming and Oracle PL/SQL Best Practices (all from O'Reilly Media). Steven has been developing software since 1980, spent five years with Oracle (1987-1992) and serves as PL/SQL Evangelist for Quest Software. His Oracle PL/SQL Best Practices column is one of the more popular destinations on the Oracle Technology Network and he writes regularly for Oracle Magazine. Steven believes that unit testing is one of the most critical challenges facing PL/SQL developers and has been developing Quest Code Tester for Oracle to meet that challenge (www.quest.com/code-tester-for-oracle).

Books

Oracle PL/SQL Language Pocket Reference Oracle PL/SQL Language Pocket Reference
by Steven Feuerstein , Bill Pribyl , Chip Dawes
Fourth Edition October 2007
$14.99 USD
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Best Practices Oracle PL/SQL Best Practices
by Steven Feuerstein
Second Edition October 2007
$29.99 USD
starstarstarstarstar
(Read Reviews)

MySQL Stored Procedure Programming MySQL Stored Procedure Programming
by Guy Harrison , Steven Feuerstein
March 2006
$44.99 USD
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL for DBAs Oracle PL/SQL for DBAs
by Arup Nanda , Steven Feuerstein
October 2005
$39.95 USD

Oracle PL/SQL Programming Oracle PL/SQL Programming
by Steven Feuerstein , Bill Pribyl
Fourth Edition August 2005
$64.95 USD
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Language Pocket Reference Oracle PL/SQL Language Pocket Reference
by Steven Feuerstein , Bill Pribyl , Chip Dawes
Third Edition April 2004
OUT OF PRINT

Oracle PL/SQL Language Pocket Reference Oracle PL/SQL Language Pocket Reference
by Steven Feuerstein , Bill Pribyl , Chip Dawes
Second Edition February 2003
OUT OF PRINT
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Programming Oracle PL/SQL Programming
by Steven Feuerstein
Third Edition September 2002
OUT OF PRINT
starstarstarstarstar
(Read Reviews)

Learning Oracle PL/SQL Learning Oracle PL/SQL
by Bill Pribyl
November 2001
$24.99 USD
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Best Practices Oracle PL/SQL Best Practices
by Steven Feuerstein
April 2001
OUT OF PRINT
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Programming: A Developer's Workbook Oracle PL/SQL Programming: A Developer's Workbook
by Steven Feuerstein , Andrew Odewahn
May 2000
$54.99 USD
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Programming: Guide to Oracle8i Features Oracle PL/SQL Programming: Guide to Oracle8i Features
by Steven Feuerstein
October 1999
OUT OF PRINT
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Language Pocket Reference Oracle PL/SQL Language Pocket Reference
by Bill Pribyl , Steven Feuerstein , Chip Dawes
April 1999
OUT OF PRINT

(Read Reviews)

Oracle PL/SQL Built-ins Pocket Reference Oracle PL/SQL Built-ins Pocket Reference
by Steven Feuerstein , John Beresniewicz , Chip Dawes
October 1998
OUT OF PRINT
starstarstarstarstar
(Read Reviews)

Oracle Built-in Packages Oracle Built-in Packages
by Steven Feuerstein , Charles Dye , John Beresniewicz
May 1998
$49.95 USD
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Programming Oracle PL/SQL Programming
by Steven Feuerstein
Second Edition September 1997
OUT OF PRINT
starstarstarstarstar
(Read Reviews)

Advanced Oracle PL/SQL Programming with Packages Advanced Oracle PL/SQL Programming with Packages
by Steven Feuerstein
October 1996
OUT OF PRINT
starstarstarstarstar
(Read Reviews)

Oracle PL/SQL Programming Oracle PL/SQL Programming
by Steven Feuerstein
January 1900
OUT OF PRINT

Articles

Blog

Steven's blog posts are hosted at:
http://feuerthoughts.blogspot.com
http://www.toadworld.com/sf

Sister and Moshe: a phase of our lives ends

November 29 2008

For many years now, we have had three cats in our house: Sister Itsakat (aka, Dinosaur Kitty), Moshe Jacobawitz (aka, Baby Seal Cat) and Mica (aka, Kangaroo Cat). Now, sadly, there is just one survivor: Mica.Back in August, we put Moshe to sleep. He had diabetes and we have long… read more

A wonderful trip to Portugal

November 26 2008

At the beginning of November, my wife and I traveled to Portugal for a week. I gave a two day training in Lisbon sponsored by my friends at Dutec; we also spent a weekend in Porto, which is 2.5 hours north of Lisbon, and the home of port wine.We had… read more

Two thoughts about the economic meltdown

November 26 2008

ONEOne thing about the government bailouts make me happy: for years, our so-called leaders have told us that there simply isn't enough money to pay for universal health care, decent education for our children, repairing our infrastructure...and many other services that would help millions of our own citizens.Well, now we… read more

Catching up with old trips

November 26 2008

I have uploaded hundreds of photos from trips to Europe and India I have token in the past few years. You can find them all at my flickr site:http://flickr.com/photos/60694364@N00/I am sorry that I do not have comments about these photos (some don't even have real names). I hope you can… read more

Time for another vote!

November 15 2008

OK, so Barack Obama was elected President of the United States.THAT MAKES ME SO VERY HAPPY.I don't expect that he will be able to reverse the decline of the American Empire, but he sure is a sight for sore eyes and ears and brains and conscience. And to think that… read more

Play games to become a better developer

November 09 2008

I recently posted two entries on my ToadWorld blog that I thought you might like to see: Play games to become a better developer!Software development is one heck of a serious job. It turns out, however, that there are several games you can play to improve the quality of code… read more

Optimizing SQL Part 3– Generating more SQL alternatives for simple SQL statements

November 06 2008

Written by Rene Woody This blog is a continuation of a series about the SQL optimization process in the Batch Optimizer and the Tuning Lab modules of Quest SQL Optimizer for Oracle. It covers how to generate more SQL alternatives. When you optimize a simple SQL statement, Quest SQL Optimizer may… read more

Getting to know the Query Builder in Toad for Data Analysis

November 05 2008

Query Builder is the heart and soul of Toad for Data Analysis. We've spent lots of time and effort working to make it very useful and intuitive. Recently, in version 2.0 of Toad for Data Analysis, we introduced a few new features including reverse engineering SQL to a Query Builder… read more

Toad Makes DB Waits Easy

November 05 2008

I’ve always been a huge fan of Cary Millsap’s “Method-R” technique for Optimizing Oracle Performance via detailed analysis of all of the business process wait states. It is fundamentally sound since it’s based on genuine business concerns and detailed analysis of a mission critical business processes’ overall execution time (and… read more

Unicode Migration

November 03 2008

Migrating to a database that supports Unicode is a challenge. You are safe if you are currently using  US7ASCII for you Oracle database because Oracle provides a mechanism with ALTER DATABASE SET CHARACTERSET UTF8 which allows you by just bouncing the database to switch to this new character set. But… read more

Help from users

November 03 2008

Warsaw to London and then London to Frankfurt. And then a train up to Cologne. Welcome to business travel in the world of code shares! I’m in the first leg of that journey right now, and so I thought I’d take a few minutes to jot down some thoughts while… read more

Congratulations to the newest Oracle Magazine PL/SQL Developer of the Year!

November 03 2008

As I travel certain parts of the globe doing presentations on PL/SQL, I meet many extremely talented PL/SQL programmers – people who meet the most complex challenges you can imagine with a deft combination of intense creativity, hard work, and of course Oracle PL/SQL. Oracle Magazine names only one as the… read more

My Inaugural Blog

October 31 2008

Welcome to my inaugural blog on Toad World. I’m a part of the Toad business here at Quest. I’m going to be focusing on more of the business aspects of DB2 and Oracle database management, although I’m sure I’ll stray every so often into my techie roots. My goal is… read more

Oracle + VMware = Success Part III

October 30 2008

A few weeks ago I wrote about how simply adjusting various virtualized infrastructure default settings that a database could perform up to 440% better. Of course “your mileage” will vary, but the key point is that taking the time to properly layer your virtual infrastructure settings can have substantial impacts… read more

Play games to become a better developer!

October 28 2008

Part 2: The Game of Mastermind   Software development is one heck of a serious job. It turns out, however, that there are several games you can play to improve the quality of code you write. This is the second of two blog entries that introduce you to two of my favorite… read more
Steven Feuerstein

"If you are responsible for PL/SQL coding, this book needs to be on your desk. Period. "
--Michael Wehrle, Amazon.com