Some field in table have type VARCHAR2(200). In this field stored cyrillic text with length around 200.
I need select come records and read it and I write:
SELECT text
FROM my_Table
WHERE ...
I try read field "text" in select-result grid with "Large Data Editor". In tab "RTF" text have correct view, but in tab "Text" text contains many breaks. And it is not readable.
Bug income to 7.1.2.1363 version.
In 7.1.1.xxx version PLSQLDeveloper this in not happened.
I need select come records and read it and I write:
SELECT text
FROM my_Table
WHERE ...
I try read field "text" in select-result grid with "Large Data Editor". In tab "RTF" text have correct view, but in tab "Text" text contains many breaks. And it is not readable.
Bug income to 7.1.2.1363 version.
In 7.1.1.xxx version PLSQLDeveloper this in not happened.