Recent content by Duddha

  1. D

    Questions about linked query

    Ok, cyrillic (without spaces) really works. I've tested column named AS "ТабНомер" and in linked query WHERE ... LIKE :m_ТабНомер This one works good. If there are any spaces I've got: ORA-00933 SQL command not properly ended - if field name e.g. "tab num" and where clause in linked...
  2. D

    Questions about linked query

    At last I have discovered linked query functionality (better late than never :) ) And I've got some questions about it: 1. Can I save my custom linked query so it appears in "Linked Query" button submenu anytime for the table? 2. I've renamed column in result set using cyrillic letters with...
  3. D

    Strange behaviour in SQL Window and HTML Manuals

    In addition to stranges there is one more issue with image on Roll up/down button: the image is on it's place after pressing the button the image is still there but after pressing again it is disapearing This button has the same behaviour in Window list window. And would you please to...
  4. D

    Strange behaviour in SQL Window and HTML Manuals

    Thank you. I've uncheck this option and it's Ok now. Documentation for Oracle 9.2
  5. D

    Strange behaviour in SQL Window and HTML Manuals

    Working in SQL Window - press F8 to execute, then pressing Alt+PgDn in Editor to fetch next page and under cursor appears this symbol ♥ if I press Alt+End to fetch last page I'm getting this - ☺ What should I do to avoid such behaviour? And a question about images in HTML Manuals. All...
  6. D

    pl/sql developer cannot create recovery file

    It saves recovery files but PL/SQL Developer Beta 11 doesn't recovering them on next start. It recovers last v10 session but not v11 beta. Any suggestions?
  7. D

    Excel= directive in a comment section

    Can this feature be used for multitab queries? "Copy all as xls..." creates tmp001.xls
  8. D

    Excel= directive in a comment section

    Very nice feature, thank you :) , but there is one problem: -- Excel = file name gives me file named "file name.xls", but when I try something like -- Excel = file name %date% I'm getting file "file name 22.07.2013" (without .xls extension) and "Error opening document" message in PL/SQL...
  9. D

    v8. Table's context menu changed?

    Marco everything is Ok in this version. Thank you very much!
  10. D

    v8. Table's context menu changed?

    Thanks Marco. Will wait for fix
  11. D

    v8. Table's context menu changed?

    For another test I've connected to Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - everything is Ok there. So the problem is in version of my Oracle, isn't it?
  12. D

    v8. Table's context menu changed?

    from Metalink (DocID 1008700.6, modified 25-OCT-2005) : Maybe it was changed later, but not in my version of Oracle
  13. D

    v8. Table's context menu changed?

    2 Marco Kalter It doesn't work: ORA-06564: object DUAL doesn't exists ORA-06512: at "SYS.DBMS_UTILITY", line 94
  14. D

    v8. Table's context menu changed?

    Researching debug.txt I've found calling of sys.dbms_utility.name_resolve procedure to resolve object's under mouse type by it's name. I've attempted to execute it with such parameters: sys.dbms_utility.name_resolve(name => 'DUAL', context => 0...
  15. D

    v8. Table's context menu changed?

    That was .[TABLE]
Back
Top