Roeland
Member³
This error is raised when I execute this in a test window:
This is the content when I save it:
Defining "mClob" as a Clob or a temporary clob makes no difference.
This behavior is triggered by disabling "Preferences > Oracle > Options > "Unicode enabled".
When I enable it again, everything works back as normal.
From the documentation:
Version 10.0.5.1710
Version 11.0.0.1752 Beta 2
Code:
begin
:mClob := 'test';
end;
This is the content when I save it:
Code:
PL/SQL Developer Test script 3.0
4
begin
:mClob := 'test';
end;
1
mClob
1
<CLOB>
112
0
Defining "mClob" as a Clob or a temporary clob makes no difference.
This behavior is triggered by disabling "Preferences > Oracle > Options > "Unicode enabled".
When I enable it again, everything works back as normal.
From the documentation:
Unicode enabled. When selected, Unicode data will be fetched as such from the Oracle Server, and displayed as Unicode text. When disabled, Unicode data from the server will be converted to the character set of the Oracle Client, in accordance with the NLS_LANG key of the Oracle Home Registry.
Version 10.0.5.1710
Version 11.0.0.1752 Beta 2