Recent content by Gerf

  1. G

    Unicode problem in Command and Test windows

    I can pass unicode symbols using SQL Window. But, I can not pass unicode symbols using Test or Command windows. It seems a bug. PL/SQL Developer Version 10.0.5.1710 Windows 7 (64-bit) 6.1 Build 7601 (Service Pack 1) OCI: version 11.1 Oracle Database 11g Release 11.2.0.2.0 Character Sets...
  2. G

    nvarchar column is displayed not correctly in the type

    Hello! I get the next result: CORRECT_RES | CTYPE.F1_NVARCHAR2 | CTYPE.F2_VARCHAR2 DBMS_OUTPUT | 䑂䵓彏啔偕 | DBMS_OUTPUT DBMS_OUTPUT | 䑂䵓彏啔偕 | DBMS_OUTPUT
  3. G

    nvarchar column is displayed not correctly in the type

    Hello! I have a problem with viewing result of select. See details: create or replace type Test_nchar as object ( F1_nvarchar2 nvarchar2(100), F2_varchar2 varchar2(100)); select to_nchar(t.object_name) correct_res, Test_nchar(to_nchar(t.object_name), t.object_name) as ctype from all_objects t...
  4. G

    Cannot navigate through macros menu using hotkeys plsql 10

    This is a bug when working with old plugin Easy_BM.dll.
  5. G

    Open only one instance of "PL/SQL Developer"

    I solved this problem in Windows7. In Windows XP it is simple(folder options ->file types -> advanced...), but for Windows7 I had to use program "filetypesman". You need register ".sql" filetype with DDE instructions for action "open": Message: [Open("%1")] Application: PLSQLDev Topic: System...
  6. G

    Cannot navigate through macros menu using hotkeys plsql 10

    I also can say about hot key's problem in plsql 10. Open Program Window or Test Window or Command Window. Hotkeys doesn't work at all. If I choose command from menu it is work, but not through hotkey. Open SQL window and hotkeys works good.
Back
Top