Recent content by fro

  1. F

    Problem with German Umlaute

    Hi Marko, tried everything, I'm done ;) User environment NLS_LANG=GERMAN_GERMANY, PLSQL Dev Info: Character Sets Character size: 4 byte(s) CharSetID: 0 NCharSetID: 873 Unicode Support: False NLS_LANG: GERMAN_GERMANY.UTF8 NLS_NCHAR_CHARACTERSET: AL16UTF16 NLS_CHARACTERSET...
  2. F

    Problem with German Umlaute

    Hi, where i have to set the NLS_LANG paramter? Windows User Envirement? Thanx
  3. F

    FTP Plugin

    Hi, how can I transfer my FTP plugin settings from one PC to another (new installation). I cant find such a file. Thanx and Greatings, Roland
  4. F

    Problems with code contents by using precompiler variables

    Hi, in older project we use a precompiler wich dissolves any keywords and so i've a problem with the code contents in the program window. Example: create or replace package body pkg_test as procedure test(p_var in varchar2) begin do_anything(); exception WHEN_OTHERS; --precompiler...
  5. F

    Column selection

    Hi, is there a key combination for 'Column selection' in a sql or program window? In the help i can only find the shift+alt+mouse combination. thanx Roland
  6. F

    Beautifier Options

    thanx, but what for a check box or radio button i must en- or disable? i use 6.0.5 all other things are beautiful lined, but not my cursor variables.
  7. F

    Beautifier Options

    hi, i'am new and may to say 'hallo' and sorry, my english is bad :( . I've a question: kow's anywere how can i configure that the beautifier do not this: i wrote this: cursor cur_bla(c_a in table.col1%type, c_b in table.col2%type, c_c in table.col3%type...
Back
Top