Oracle/MySQL °ü·Ã °Ô½ÃÆÇ

2014/03/14(23:54) from 180.65.248.176
ÀÛ¼ºÀÚ : ÁÖÀÎÀå Á¶È¸¼ö : 6139 , ÁÙ¼ö : 66
[¿À¶óŬ] ORA-06552: PL/SQL: Compilation unit analysis terminated
¿äûÇÑ ÀÛ¾÷À» ¼öÇàÇÏ´Â Áß ¿À·ù ¹ß»ý:

ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-553: character set name is not recognized
06552. 00000 -  "PL/SQL: %s"
*Cause:    
*Action:
¾÷ü ÄÚµå 6552


@ Á¶Ä¡³»¿ª

C:\>sqlplus "/as sysdba"

SQL*Plus: Release 11.2.0.2.0 Production on �3??14 23:49:54 2014

Copyright (c) 1982, 2010, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production

SQL> update sys.props$ set value$ = 'AL32UTF8' where name = 'NLS_CHARACTERSET'
 2  ;

1 row updated.

SQL> update props$ set value$='AL32UTF8' where name='NLS_NCHAR_CHARACTERSET';

1 row updated.

SQL> select * from sys.props$ where name='NLS_NCHAR_CHARACTERSET';

NAME
--------------------------------------------------------------------------------
VALUE$
--------------------------------------------------------------------------------
COMMENT$
--------------------------------------------------------------------------------
NLS_NCHAR_CHARACTERSET
AL32UTF8
NCHAR Character set


SQL> commit;

Commit complete.

SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.

SQL> startup;
ORACLE instance started.

Total System Global Area  644468736 bytes
Fixed Size                  1385488 bytes
Variable Size             327158768 bytes
Database Buffers          310378496 bytes
Redo Buffers                5545984 bytes
Database mounted.
Database opened.
SQL>

Oracle SQL Developer¿¡¼­ Àç½Ãµµ -> Å×ÀÌºí »ý¼º ¹× ¼º°ø

Modify Delete Post Reply Backward Forward List
Powered by Kang Jul Ki