Recent content by Nick Panoussis

  1. N

    PL/SQL and Greek

    NLS_LANG is the variable that Oracle client checks in order to perform (any) translation between server and client. For MS Windows clients you need EL8MSWIN1253, for UX usually EL8ISO8859P7 will do.
  2. N

    PL/SQL Developer v12.07 x64 fails to install on Win10x64 with "Error 2503"

    Google solved it! It was a "c:\Windows\Temp" wrong permissions issue. Check the following for extra info...
  3. N

    PL/SQL Developer v12.07 x64 fails to install on Win10x64 with "Error 2503"

    "Error 2503. Called RunScript when not marked in progress" Hi everyone. I am trying to install PL/SQL Developer 12.07 x64 on my new Win10x64 workstation and it keeps failing with the above message. Anyone ..been there done that? :)
  4. N

    Poor performance vs Oracle SQL Developer

    NLS_SORT according to Oracle Documentation "NLS_SORT specifies the collating sequence for ORDER BY queries." Nothing to do with any kind of client performance.
  5. N

    Is there a google-search-like textbox on the Preferences window to directly navigate to an option?

    Thank you for your answer Marco. I believe it would help all experienced users of PL/SQL Developer that they know what they are looking for but (they have come at an age that) they don't know where to find it :)
  6. N

    Is there a google-search-like textbox on the Preferences window to directly navigate to an option?

    Preferences window has a lot of info. Do you have in mind implementing a textbox that would perform full-text-search in order to quickly navigate to the needed option?
Back
Top