Recent content by Mindaugas

  1. M

    rrProject Plug-In

    Let's try
  2. M

    PL/SQL Developer snippets and templates

    Hi, A little bit of advertisement. I've created on google code project to share templates to use IDE and keywords to use in Auto Replace. I feel like this needs more attention from this community. Download, improve and share yours. Templates and keywords
  3. M

    Plugin PLSQLDOC install error in win7 x64

    Thanks. It appears that plugin anyway was copied to the right folder.Just to complete topic, here are images before install and after install.
  4. M

    Plugin PLSQLDOC install error in win7 x64

    I could't install plugin PLSQLDOC on win7 x64. I tried administrator mode, setting compatability to windows xp sp2. Nothing helped. Is it fixable?
  5. M

    Can't view a package spec&body in V8

    SELECT tpz_utl.format('%s %s', x1, x2) FROM dual; This works for me with right click in SQL window. Do you have access rights?
  6. M

    Double click do not open package body and spec

    Sent to support email.
  7. M

    Double click do not open package body and spec

    Yes, spec and body exists and I see them in object browser. By the way, why it is not possible upload print screens to your forum? Very UNconvenient :eek:
  8. M

    Double click do not open package body and spec

    My default doubleclick action on package spec and package body are "open package body and spec". but when I double click, it opens only package body OR package spec.
  9. M

    Bug while debugging a record type

    Hi, I have a record like this: I fill the record with values (60761, 'TEST', 'invalid' ) from SELECT INTO... In test i have assignement: So that means while debugging in watch window these variables must show the same values: But, as you can see in print screen, the value of...
  10. M

    Autotrace window is empty

    Hi, using sql plus console and command "autotrace on", I get trace information after select. Why in PL/SQL developer for the same user Statistics window is empty? What I've missed?
  11. M

    Parsing SQL text bug

    I've used SQL window. Yes, you are right about supporting PROMPT command. But I was editing SQL script in SQL window, and because of 1 quote, highlighting was incorrect.
  12. M

    Parsing SQL text bug

    Hello, Here are two statements: PROMPT Inserting order's values after this, because of one quote, the rest of the text is "colored" as string. PROMPT Inserting order''s values after this, two quotes, text is "colored" fine. Maybe it's possbile, after word PROMPT, make parser more...
  13. M

    Export tables, date format customization

    PL/SQL developer has some default to_date(). I couldn't find, how to customize it (specify my date format string 'YYYY.MM.DD') How can I add different string format to_date(), which is then used in generated insert script?
  14. M

    Export tables, date format customization

    I export table data as inserts, and date format is to_date('25-04-2008 11:44:19', 'dd-mm-yyyy hh24:mi:ss') I need different to_date('3000.01.01', 'YYYY.MM.DD') how can I change it? The same goes for PROMPT text (I would like translate it) Specify column value. Let's say, I have date...
  15. M

    Possible customize export templates

    IS it possible customize export templates? Like object export, insert export? Let's say, I want to use non english PROMPT text.
Back
Top