I've got Oracle 8.1.5 on XP (NT). It has worked just fine previously but now I'm getting if SERVEROUTPUT is on (and of course I need it on)
PLS-00553: character set name is not recognized
I've got PC settings at English/US.
Thanks for any insight into this!
[tt]
SQL> set serveroutput off
SQL> exec dbms_output.put_line('test');
PL/SQL procedure successfully completed.
SQL> set serveroutput on;
SQL> exec dbms_output.put_line('test');
ERROR:
ORA-06550: line 1, column 29:
PLS-00553: character set name is not recognized
ORA-06550: line 0, column 0:
PL/SQL: Compilation unit analysis terminated
[/tt]
PL/SQL procedure successfully completed.
PLS-00553: character set name is not recognized
I've got PC settings at English/US.
Thanks for any insight into this!
[tt]
SQL> set serveroutput off
SQL> exec dbms_output.put_line('test');
PL/SQL procedure successfully completed.
SQL> set serveroutput on;
SQL> exec dbms_output.put_line('test');
ERROR:
ORA-06550: line 1, column 29:
PLS-00553: character set name is not recognized
ORA-06550: line 0, column 0:
PL/SQL: Compilation unit analysis terminated
[/tt]
PL/SQL procedure successfully completed.