RE: Re: Spool SQL Errors in 11.5.0.56
Martin Gainty <[email protected]>
| Newsgroups | gmane.comp.db.oracle.toad.free |
|---|---|
| Message-ID | <[email protected]> |
I know my 32bit code throws fits when i attempt to execute 32bit binaries on a 64bit environment It seems that Native code *can* misbehave when ported from its originally targeted platform to the next platform Nota Bene: I have seen this behaviour when running Windows code on a Unix platform (thru Wine) Thanks Chuck, Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. To: [email protected] From: [email protected] Date: Fri, 1 Jun 2012 14:52:59 +0000 Subject: [toad] Re: Spool SQL Errors in 11.5.0.56 Clarification.. These are errors purely from refreshing Toads Schema Browser after selecting/enabling Toad menu actions: Database|Spool SQL|Spool SQL to Screen and Database|Spool SQL|Spool SQL to File. No SQL scripts are involved. Thanks -Chuck --- In [email protected], Martin Gainty <mgainty@...> wrote: > > > what about testing with sqlplus? > > SQL>spool Test_for_fubar.lst > SQL>select 1/0 from DUAL; > select 1/0 from DUAL > * > ERROR at line 1: > ORA-01476: divisor is equal to zero > SQL>spool off > > vi Test_for_fubar.lst > > do you see the same behaviour? > Martin Gainty > ______________________________________________ > Verzicht und Vertraulichkeitanmerkung > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > > > > > > To: [email protected] > From: chuckoneal99@... > Date: Fri, 1 Jun 2012 12:25:48 +0000 > Subject: [toad] Spool SQL Errors in 11.5.0.56 > > > > > > > > > > > > > > > > > > > > > > > > > > > This is random but occurs very frequently if Toad has been open for a few hours. Steps executed in order > > > > 1. Spool to Screen - refresh schema browser, generates floating point division by zero error. > > > > 2. Spool to File - refresh schema browser, usually no errors, but I really don't know where the file is. Occasionally get: System Error. Code: 1400. Invalid window handle > > > > 3. Spool to Screen - refresh schema browser, 50-50 shot for division error or success. > > > > 4. Get mad, kill Toad, restart Toad, start to post a message...works great. >