Recent content by Peter Kriha

  1. P

    Wrong wrapping lines in Comments Text Editor

    Hi Marco, please try: 1) Open Edit Table window on General tab, 2) Press ellipsis (...) button right to the Comments field, 3) In the opened Text Editor window insert or update longer text containing some non-ASCII characters, like CHR(224) or CHR(237) in CP 1250, 4) By the mouse right button...
  2. P

    Table and column comments

    Hi Marco, today I found another part of my demand - adding Edit button (ellipsis ...) to the Table Comment field of the Edit Table and View Table windows - implemented in the version 9.0.2 of the PLSQL Developer. Thank you very much for this long awaiting enhancement. Now the only place, where...
  3. P

    Table and column comments

    Hi Marco, I discovered that the part of my demand, namely column comments edit buttons, was already implemented in my new PLSD version 8.0.0.1480. Thank you very much, it will help us greatly in our everyday work. I
  4. P

    No error/warning message when data is truncated

    Marco, for columns lengths
  5. P

    Bug: compare table data with char primary key

    Thank you, Marco. When can I expect this bug will be fixed? Peter
  6. P

    Bug: compare table data with char primary key

    I created the following two tables: CREATE TABLE schema1.test(pk VARCHAR2(1) PRIMARY KEY); INSERT INTO schema1.test VALUES ('1'); INSERT INTO schema1.test VALUES ('A'); and CREATE TABLE schema2.test(pk VARCHAR2(1) PRIMARY KEY); INSERT INTO schema2.test VALUES ('1'); Then I compared them using...
  7. P

    Compare objects vs. trailing spaces removal

    Sorry for omission, here is my configuration: PLSD version 7.0.3.1094 (MBCS), Windows XP version 6,0 (build 2600) SP 2, Oracle Server 10.2.0.2, Oracle Client 10.2
  8. P

    Compare objects vs. trailing spaces removal

    Hi all, I compared source and target user by the (excellent!) tool "Compare user objects", then applied the resulting difference script by the command window to the target user and finally repeated the comparison. Instead of expected message "No differences found" I saw all the differences...
  9. P

    Bug: special characters on column comments

    But the problem is not in comments only, but in the grid cell of Edit table data window too. Of course I can edit these string cells by embedded Large data editor (which doesnť suffer from the problem mentioned), but it is rather annoying. Moreover the problem didn
  10. P

    Installing trial 7.0.3 version

    Hi, I
  11. P

    Table and column comments

    Hi Marco, we use table and column comments for documenting purposes very intensively. In the "View table" and "Edit table" window, the comment is displayed on one short line, which doesn
  12. P

    Wish: rows emphasizing in reports

    Hi Marco, would it be possible to add the possibility to emphasize some rows generated by the query in the Report Window? For example, in the report of employees sorted alphabetically to emphasize managers, women and long-standing employees by setting different styles for their whole rows...
  13. P

    Long Value during debugging

    Hi Frido, I agree with you. I have been using your solution for more than one year. It is safe and without any side effects, though a bit elaborate. Do you know if the limitation of 999 chars still exists in the newest version of Oracle RDBMS? Peter
  14. P

    Long Value during debugging

    During debugging my PL/SQL package, when I want to see the content of VARCHAR2 variable containing text longer than 999 characters, I see the text "Long value" instead. Is there any way how to see the right content of such variables? The version of my PL/SQL developer is 5.1.4.730. Thanks, Peter
Back
Top