Recent content by MK

  1. M

    Program Window bug

    this script in program window: set linesize 500 column my_col format a30 wrapped select 'aaaaaaaaaaaaaaaaaaa'||chr(13)||chr(10)|| 'bbbbbbbbbbbbbbbbbbb'||chr(13)||chr(10)|| 'ccccccccccccccccccc' my_col from dual; produces output : SQL> MY_COL ------------------------------...
  2. M

    Debugging under non default roles

    I can't guess how to debugg a procedure under an user to which is the procedure granted to (via DB role which is not default). How do I initialize DB roles before running tested procedure?
  3. M

    Change max. col. size in programm window

    Max. column size (NOT a linesize) in select output is limited only to 80 chars, but how can i change it?
Back
Top