From: Robert Klemme on
On 26.01.2010 20:39, Mark D Powell wrote:
> On Jan 25, 6:05 am, gazzag<gar...(a)jamms.org> wrote:
>> On 25 Jan, 08:16, Dennis Yurichev<dennis.yuric...(a)gmail.com> wrote:
>>
>>
>>
>>
>>
>>> Hi.
>>
>>> strings oracle.exe | grep radiohead
>>
>>> Starting at least at 10.2.0.1, function kfasSelfTest_update() (located
>>> in kfas.o) use Radiohead lyrics to test... something related to ASM
>>> probably.
>>
>>> Schematic pseudocode:
>>
>>> #define STRING "I'm a creep, I'm a winner, what the hell am I doing
>>> here.I don't belong here - radiohead"
>>
>>> kfasSelfTest_update()
>>> {
>>> kfasOpen (...);
>>> somestruct.somevalue=STRING;
>>> kfasUpdate (somestruct);
>>> kfasClose (...);
>>> newstruct=kfasOpen (...);
>>> if (strncmp (newstruct.somevalue, STRING, ...)!=0)
>>> {
>>> // raise error 99999?
>>> kserec1(99999, 1, ...);
>>> kserec2(99999, 1, ..., STRING, 1, ...);
>>> return 0;
>>> };
>>> kfasClose (...);
>>> return 1;
>>
>>> };-
>>
>> Sadly, if this is true, the lyric is wrong. The actual words are:
>>
>> "I'm a creep, I'm a _weirdo_. What the hell am I doing here. I don't
>> belong here."
>>
>> Maybe I'll log a SR.... :P
>>
>> HTH
>
> The presence of the message seems to be both version platform
> dependent. I cannot find in on AIX 10.2.0.3 but it can be found on
> Linux and Solaris.

I think we should tell Richard - he's a fan of Radiohead (maybe he can
even provide the German translation for the patch).

http://richardfoote.wordpress.com/2009/06/13/radiohead-in-rainbows-disk-2-available-for-digital-download/

;-)

robert


--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/
From: Kay Kanekowski on
On 26 Jan., 20:39, Mark D Powell <Mark.Powe...(a)hp.com> wrote:
> The presence of the message seems to be both version platform
> dependent.  I cannot find in on AIX 10.2.0.3 but it can be found on
> Linux and Solaris.

Hi,
i found it on windows version on my notebook.

And today i found it on z/OS too:
BROWSE ORACLE.O102.PROD.AUTHLOAD(ORACLE) Line 00014432
Col 121
kfastest....I'm a creep, I'm a winner, what the hell am I doing here.I
don't belong here - radiohead

and again no german version ;-(
Kay
From: joel garry on
On Jan 25, 12:16 am, Dennis Yurichev <dennis.yuric...(a)gmail.com>
wrote:
> Hi.
>
> strings oracle.exe | grep radiohead
>
> Starting at least at 10.2.0.1, function kfasSelfTest_update() (located
> in kfas.o) use Radiohead lyrics to test... something related to ASM
> probably.
>
> Schematic pseudocode:
>
> #define STRING "I'm a creep, I'm a winner, what the hell am I doing
> here.I don't belong here - radiohead"
>
> kfasSelfTest_update()
> {
>         kfasOpen (...);
>         somestruct.somevalue=STRING;
>         kfasUpdate (somestruct);
>         kfasClose (...);
>         newstruct=kfasOpen (...);
>         if (strncmp (newstruct.somevalue, STRING, ...)!=0)
>         {
>                 // raise error 99999?
>                 kserec1(99999, 1, ...);
>                 kserec2(99999, 1, ..., STRING, 1, ...);
>                 return 0;
>         };
>         kfasClose (...);
>         return 1;
>
> };

On hp-ux, 10.2.0.4, the strings command seems to filter it out, but
grepping directly for hell shows it.

lol, can't even get the lyric right! What was that misheard lyrics
site?

jg
--
@home.com is bogus.
Oracle owns java now: http://www.oracle.com/us/corporate/press/044428
From: Shakespeare on
Op 27-1-2010 19:09, joel garry schreef:
> misheard lyrics

www.kissthisguy.com

Shakespeare
From: The Boss on
joel garry wrote:
<...>
>
> lol, can't even get the lyric right! What was that misheard lyrics
> site?
>
> jg

The term you're looking for: mondegreen.
Here's a nice list:
http://www.sfgate.com/columnists/carroll/mondegreens.shtml

For more background info:
http://en.wikipedia.org/wiki/Mondegreen

For real pro's:
http://en.wikipedia.org/wiki/Soramimi
http://en.wikipedia.org/wiki/Animutation
http://en.wikipedia.org/wiki/Hatten_%C3%A4r_din

And for a good laugh:
http://www.youtube.com/watch?v=sdyC1BrQd6g

--
Jeroen