Recent content by Puxmep

  1. P

    Killing oracle session in RAC does not work correctly

    I agree with you and support you: Please make command for Kill session user-customizable!
  2. P

    Killing oracle session in RAC does not work correctly

    Hello! PL/SQL Developer v11.0.0 + RAC Oracle 11g In "Tools -> Sessions" window "Kill" command does not work correctly if "inst_id" "my current inst_id" (we select gv$session instead of default v$session) You do the command: ALTER SYSTEM KILL SESSION 'sid,serial#'; It is better to run the...
  3. P

    7.1. Copy non-English text from any sql-output, Paste it! Result - wrong codepage

    Hm... If I switch language to Eglish, then copy Russian text: result is wrong codepage... But! If I switch language (before copy) to Russian, then copy Russian text: result is normal codepage!!!
  4. P

    7.1. Copy non-English text from any sql-output, Paste it! Result - wrong codepage

    select * from v$nls_parameters where parameter like '%CHARACTERSET': My result: PARAMETER VALUE NLS_CHARACTERSET CL8MSWIN1251 NLS_NCHAR_CHARACTERSET AL16UTF16
  5. P

    7.1. Copy non-English text from any sql-output, Paste it! Result - wrong codepage

    First - select this select "select name from firm" I see like this ============= NAME АБАКАНСКАЯ ТОРГ.БАЗА ТУВИНСКОГО РЕСПОТРЕБСОЮЗА АБАКАНСКИЙ ЗАВОД "ГАЗСТРОЙДЕТАЛЬ" АБАКАНСКИЙ ЗАВОД КПД АБАКАНСКИЙ СТАЛЕЛИТЕЙНЫЙ ЗАВОД АБАКАНСКИЙ ФИЛИАЛ ОАО "ВОСТОК-СИБПРОМТРАНС" АБАКАНСКОЕ МОНТАЖНОЕ УПРАВЛЕНИЕ...
  6. P

    7.1. Copy non-English text from any sql-output, Paste it! Result - wrong codepage

    7.1 Version Copy non-English text from any SQL-output, then Paste it (in other window for example)! Result - wrong codepage...
  7. P

    7.1 Problem with Special Copy. Wrong codepage...

    Try Special Copy with non-Eglish text to Delphi... And paste it! All non-English text will be wrong codepage!..
Back
Top