From: Dennis Yurichev on 25 Jan 2010 03:16 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; };
From: gazzag on 25 Jan 2010 06:05 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 -g
From: Dennis Yurichev on 25 Jan 2010 07:03 On Jan 25, 1:05 pm, gazzag <gar...(a)jamms.org> wrote: > 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 That's right, they should issue patch.
From: Kay Kanekowski on 25 Jan 2010 12:20 Am 25.01.2010 13:03, schrieb Dennis Yurichev: > On Jan 25, 1:05 pm, gazzag<gar...(a)jamms.org> wrote: >> >> Maybe I'll log a SR.... :P > > That's right, they should issue patch. and what's with NLS-support ? Where i find the german translation ? regards Kay
From: Mark D Powell on 26 Jan 2010 14:39 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 > > -g- Hide quoted text - > > - Show quoted text - 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. HTH -- Mark D Powell --
|
Next
|
Last
Pages: 1 2 3 Prev: 10rR2 automatically re-creates missing TEMP files Next: dbms_stats hint? |