(9i, Solaris 8)
I need the WE8ISO8859P1 char set so I create a DB with:
CREATE DATABASE testdb
.....
CHARACTER SET WE8ISO8859P1
NATIONAL CHARACTER SET AL16UTF16
When running catproc and catrep I get in the spool files a bunch of:
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
My UNIX environment has:
env | grep ORA_NLS33
ORA_NLS33=/oracle/product/9.0.1/ocommon/nls/admin/data
env | grep NLS_LANG
NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
Why am I getting the 533 when trying to create the catalog?
Don't blame me, I'm from Red Sox Nation.
Bookmarks