зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
9 строки
334 B
Plaintext
9 строки
334 B
Plaintext
NLS_LENGTH_SEMANTICS
|
|
https://docs.oracle.com/cd/E24693_01/server.11203/e24448/initparams149.htm
|
|
|
|
alter system set NLS_LENGTH_SEMANTICS=CHAR;
|
|
-- restart DB after that
|
|
|
|
select value from nls_session_parameters where parameter = 'NLS_LENGTH_SEMANTICS';
|
|
select value from nls_database_parameters where parameter = 'NLS_LENGTH_SEMANTICS';
|