Recent content by Stefan GRECU

  1. Stefan GRECU

    Right clicking in SQL window

    Hi, seems to be an 7.1.4.139 bug/problem/... in 7.1.2 everything was ok (jumped the 7.1.3 ver). Tx, Stefan
  2. Stefan GRECU

    Ctrl+C does not work in v.7.1.1

    Me also!!! I's verry random/strage/frustrating!! This sould be an 7.1 bug.
  3. Stefan GRECU

    plsqldoc Plug-In ... "Could not generate documentation for ... CreateSession failed"

    I've forgot to say that I've allready have the 1.1.7.0 version of plsqldoc plug-in. Stefan
  4. Stefan GRECU

    plsqldoc Plug-In ... "Could not generate documentation for ... CreateSession failed"

    Hi ... I'm back with my old problem ... PlsqlDoc Plug-In error: Could not generate documentation for ... CreateSession failed." ... just because I will really need that feature ... The error occurs only when I'm trying to generate the documentation for a table ... works just fine for...
  5. Stefan GRECU

    PLSQL beautifier strange behavior

    Hi, using beautifier (even with the default settings) on this king of source code makes the second line of the comment do indent progresivly to the right .... DECLARE myVal integer; BEGIN SELECT aVal into myVal FROM MyTable WHERE x = y AND /* this is the first comment line...
  6. Stefan GRECU

    PL/SQL Dev tools ...

    It is possible to create some mini command line application with some pice of PLSQL Dev. I'd love to have the export tables tool or export to xls/html/... of a query or .... as an mini separate batch applications (witch can be configurated by an .ini file) Tx, Stefan
  7. Stefan GRECU

    ORA-00600: internal error code, arguments: [17113], [0x000000000], [], [], [], [], []

    In order to bypass this (ORACLE!!!!) error i'm asking if it is possible to add the debug information (if desired) to the package after the compilation. Tx, Stefan
  8. Stefan GRECU

    The beautifier caused an error ...

    Right ... TX, Stefan
  9. Stefan GRECU

    The beautifier caused an error ...

    Forgot to say: Version 6.0.2.880 (MBCS) 07.19058 - Unlimited user license Windows XP version 6,0 (build 2600) Service Pack 1
  10. Stefan GRECU

    The beautifier caused an error ...

    Getting the same with: DECLARE FUNCTION get_new_id RETURN VARCHAR2 IS res VARCHAR2(12); BEGIN SELECT to_char(myseq .NEXTVAL, '000000000000') INTO res FROM dual; RETURN res; END; BEGIN dbms_output.put_line(get_new_id); END; Shtefan.
  11. Stefan GRECU

    plsqldoc error

    Another info... the complete error message is : Could not generate documentation for [TABLE] CreateSession failed Tx, Stefan
  12. Stefan GRECU

    plsqldoc error

    Neither the new version not work ... maybe I'm doing sonething wrong .... this is a stupid example of a table ... -- Create table create table AAAA(C1 NUMBER,C2 NUMBER) tablespace PERSONAL_TBS pctfree 10 pctused 40 initrans 1 maxtrans 255 storage (initial 64K minextents 1 maxextents...
  13. Stefan GRECU

    plsqldoc error

    For all tables! (plsqldoc 1.1.6 ; plsqldev 6.0.2.880)
  14. Stefan GRECU

    plsqldoc error

    I've get the same error too! (plsqldoc 1.1.6). Stefan
Back
Top