Recent content by DoDo

  1. DoDo

    Windows not able to stay in Virtual Desktop

    Hi, this is very annoying. Working on few projects in the same time, each on it's own virtual desktop, after disconnecting, all of instances end on first desktop. Any news/solutions?
  2. DoDo

    Copy&Paste in Editor window

    When I save the file, and reopen it, for a while everything is OK, but it starts again. Still haven't found when and what exact happens, but i'll try to exam the file with hex editor, searching for an invalid characters.
  3. DoDo

    Copy&Paste in Editor window

    While I was making my code better orgainized in package body with a lot of functions noticed something strange. When I cut a function and paste it again suddenly before keywords "Begin", "Else If", "End" and "End If" appears one new line but not in first occurance of "ElsIf". So this: Function...
  4. DoDo

    ERROR in Copy to Excel -> Copy all as xlsx

    Hi, After I upgraded to version 10, I got an error "Excel ... file corrupted" in SqlWindow Copy to Excel -> Copy all as xlsx. Took a while to find what the problem is, because export all to xls works fine. So, the problem is: I am using tab name specification with some croatian characters in...
  5. DoDo

    Save to Excel Enhancement request

    Well, if you mean "Sql Window-Debugger resultset" than it works OK for me. Picture
  6. DoDo

    Save to Excel Enhancement request

    Check: Preferences->Files->Format->Excel export format Set "Ask" option
  7. DoDo

    Compare user objects error

    Has anything changed in "Compare user object" from version 9 to 10? I made a comparison of the same scheme on two databases (A and B, connected on A) and I got differences on some triggers, but when I visualy compared, there is difference in object name, in addition to other database, schema...
  8. DoDo

    Program windov->Compare to->Other database source

    Hi, This new feature is OK, but lacks some basic option: When comparing with other database source there is no option for target schema like in "Compare user objects". Can you, please add this to enhancements list? Thanks.
  9. DoDo

    SQL Window: How to get old behaviour?

    Please, add an option to disable child window query with new "Auto refresh child window" feature on child window itself (with conversion m_ variable to value passed from parent window), and also please add preference to set default option on this. Thanks.
  10. DoDo

    SQL Window: How to get old behaviour?

    I've sent you an e-mail.
  11. DoDo

    SQL Window: How to get old behaviour?

    Here we go again... Once more, I've upgraded from 9 to 10 and again this problem appears, but this time solution nr. 2 does not work. Why, why, why??? I just want to upgrade without this prloblem again, please. Tried to set other OCI but it ignores any of my setting, again... This is to much...
  12. DoDo

    Command window and comment lines

    Marco, any news? Have you reproduced bug?
  13. DoDo

    How to send mail using PLSQL

    The ORA-29278 error may signify that, the same server where you have your Oracle database running, does not have an SMTP server up and running. Is there SMTP server? Have you put correct IP addres instead of 000.000.000.000 ? Firewall blocking port 25? Try...
  14. DoDo

    Command window and comment lines

    Here is it: Bad comment
  15. DoDo

    How to send mail using PLSQL

    This works form me. Simple for text e-mails: CREATE OR REPLACE Procedure Send_mail(in_receiver Varchar2, in_subject In Varchar2, in_text In Varchar2) Is -- Author : DoDo c utl_smtp.connection; Procedure Send_Header(Name In Varchar2, Header In Varchar2) As Begin...
Back
Top