ORA-06553, PLS-553 : character set name is not recognized (ORACLE)
ORA-06553, PLS-553 : character set name is not recognized (ORACLE) You can find the table or charset search 테이블을 조회할 경우 또는 케릭터셋 중첩으로 인해 나오는 오류 Query Execution SELECT name, value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' OR name = 'NLS_NCHAR_CHARACTERSET'; select distinct(nls_charset_name(charsetid)) CHARACTERSET, decode(type#, 1, decode(charsetform, 1, 'VARCHAR2', 2, 'NVARCHAR2','UNKOWN')..
2020. 7. 21.