Hello, you are not logged in.  Login or sign up
Community >> Quest Experts' Blogs
 Search
Steven Feuerstein's Blog
 
Author: StevenFeuersteinTW Created: Thursday, October 26, 2006 10:47 AM
Life’s short and there’s more to it than coding. How can we change the way we write our programs so that we can spend less time in front of a screen and more time with family, friends and planet earth? Visit my blog for tasty, tight, tidbits of advice and code that you can put to immediate use in your world of programming.

Quseful #7: Kill those infinite loops!
StevenFeuersteinTW Wednesday, August 29, 2007 12:42 PM

I don't know about you, but I sometimes write code that (inadvertently, not on purpose) contains an infinite loop. So I run my program and Toad goes off into never-never land, with Oracle chewing up CPU cycles so intently that it is hard to connect as SYS and kill the session.

...
Comments (2) Read More...

Undocumented But Supported Feature In Oracle11g: Reference Fields Of Records In A FORALL Statement!
StevenFeuersteinTW Wednesday, August 22, 2007 7:41 AM

Kudos to Alex Nuijten for bringing this gem to light, he wrote in his latest AMIS blog entry that:

Comments (2) Read More...

Quseful #6: Generate collections of random values
StevenFeuersteinTW Friday, August 17, 2007 9:27 AM
You will find in this Quseful a package that will generate/return collections of random values of strings, numbers and dates. It also contains a "self-test" random_verifier procedure that you can run to verify "at a glance" that the values being generated seem
Comments (0) Read More...

Quseful #5: Does that string contain a valid number?
StevenFeuersteinTW Monday, August 06, 2007 2:01 PM
I offer in this Quseful (Quick and Useful) a package that you can use to determine if a string contains a valid integer, number, binary_float or binary_double (note: if you are not running Oracle 10g, you will need to comment out the binary_* versions in this package). It is based on code I wrote about back in 1997 (available
Comments (0) Read More...

Quseful #4: Get the value of (almost) any column from any table with dynamic SQL
StevenFeuersteinTW Wednesday, July 11, 2007 11:04 AM

I offer in this Quseful (Quick and Useful) a package that you can use to dynamically retrieve the value of almost any column from any table. I created this package as a "helper" utility for Quest

Comments (0) Read More...

Confessions of a Hypocritical Programmer
StevenFeuersteinTW Friday, June 22, 2007 11:19 AM
That's me. A hypocritical programmer. And I am here to admit it, to make a confession.

Hypocrisy has got to be one of the most infuriating traits of human beings.

Comments (2) Read More...

Quseful #3: Don't put COMMIT; in your code!
StevenFeuersteinTW Tuesday, June 05, 2007 6:16 AM

Qusefuls #1 and #2 were published on Steven Feuerstein's personal blog at feuerthoughts.blogspot.com.

Comments (5) Read More...

Feuerstein in Buenos Aires and Magic Tricks
StevenFeuersteinTW Wednesday, May 09, 2007 11:24 AM

It is Wednesday, May 09, 2007 and I am sitting in the Admiral's Club at the Buenos Aires airport. I just finished two days in this lovely city. My first day was spent enjoying the chilly, but very sunny afternoon, walking for four hours around the city. It is a busy, busy place with many buses throwing way too much gritty exhaust into the air (hey, ...

Comments (3) Read More...

Greetings from Las Vegas!
StevenFeuersteinTW Thursday, April 19, 2007 9:16 AM
I am visiting this, well, very artificial paradise dropped into the middle of a desert, so as to participate in Collaborate 07. It's been an interesting and fun several days. I have a room on the 26th floor of the Mandalay
Comments (0) Read More...

Send a memo to yourself!
StevenFeuersteinTW Thursday, March 29, 2007 9:37 AM

I rediscovered the joy of writing to myself a week ago, and I also was reminded of the danger of coding in isolation (that is, working by oneself).

Comments (0) Read More...

Search Blog Entries
 
Copyright 2008 by Quest Software  | Terms Of Use | Privacy Statement | Contact Us